h1,h2 {
    font-weight: 800;
}

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

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

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

.fg-white {
    color: #fff;
}

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

.fg-black {
    color: #000;
}

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

.bg-black {
    background: #000;
}

.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-padding-top {
    padding-top: 0 !important;
}

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

.margin-top-small {
    margin-top: 5%;
}

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

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

.btn-wrap .btn {
    text-decoration: none;
    background: #85cbec;
    font-weight: 800;
    font-size: 18px;
    padding: 15px 25px;
    border-radius: 5px;
}

.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;
}

section.banner.ignite .banner-content {
    padding: 85px 0 0;
}

section.banner.ignite {
    background: #85cbec url(../images/landing/header-clouds-bg.svg) repeat-x;
}

section.banner.ignite:after {
    content: "";
    display: block;
    background: url(../images/landing/clouds-bottom-header.svg) repeat-x 0 110%;
    width: 100%;
    height: 33px;
}

.ignite-wrap {
    background: url(../images/landing/white-clouds-bg.svg);
    color: #000;
}

.ignite-content .content-block,
.ignite-content .content-block h2{
    font-family: 'Varela Round', sans-serif;
}

.content-block p {
    margin: 0 auto 25px;
    font-size: 20px;
    line-height: 36px;
    max-width: 900px !important;
}

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

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

ul.ignite-list {
    margin: 0 0 18%;
    padding: 0;
    list-style: none;
}

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

ul.ignite-list li img {
    width: 40%;
}

ul.ignite-list li h2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0;
}


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

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

.form-wrap {
    margin: 0 auto;
    padding: 0 25px 75px;
    max-width: 800px;
}

.form-wrap label {
    display: block;
}

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

.form-wrap input[type="text"],
.form-wrap input[type="email"] {
    border: 2px solid #e2e2e2;
    color: #000;
    width: 100%;
}

.form-group {
    margin-bottom: 15px;
}

.form-wrap input[type="submit"] {
    width: 100%;
    padding: 18px;
    background: #5481AA;
    color: #fff;
}

label.error {
    margin-top: 3px;
    line-height: 21px;
}

.form-wrap input::placeholder {
    color: #afafaf;
}

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

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

.form-wrap .submit {
    background: #85cbec;
    border: 1px solid #85cbec;
    border-radius: 5px;
    text-transform: none;
}

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

@media only screen and (min-width: 768px) {
    section.banner.ignite:after {
        height: 80px;
    }

    .ignite-content .content-block h2 {
        font-size: 52px;
        font-weight: 700;
    }

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

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

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

    .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;
    }

    ul.features li {
        padding: 0 7.5%;
    }

    ul.features li .image-wrap {
        width: 360px;
    }

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

    ul.ignite-list {
        display: flex;
        justify-content: space-between;
    }

    ul.ignite-list li {
        margin: 0;
        padding: 0;
        width: 40%;
    }

    ul.ignite-list li img {
        width: 50%;
    }

}

@media only screen and (min-width: 1024px) {
    section.banner.ignite:after {
        height: 100px;
    }

    .form-wrap .form-group.halves {
        display: inline-block;
        width: 45%;
        vertical-align: top;
    }

    .form-wrap .form-group.thirds {
        display: inline-block;
        width: 26.66%;
        vertical-align: top;
    }

    .form-wrap .form-group.halves.align-right,
    .form-wrap .form-group.thirds.align-right {
        margin-left: 10%;
    }

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

   #footer {
        padding-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    section.banner.ignite .banner-content {
        max-width: 1200px;
        text-align: center;
    }

    section.banner.ignite {
        margin-bottom: 85px;
    }

    section.banner.ignite .banner-content .image-wrap {
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .text-xl {
        font-size: 136px;
    }

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

    .logo-wrap {
        width: 470px;
    }

    .image-wrap {
        width: 100%;
    }

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

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

