body {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
}
/* Typography */
h1, h3, h4 {
    font-weight: bold;
}
h1 {
    font-size: 60px;
    line-height: 56px;
}
p {
    font-size: 18px;
    line-height: 24px;
}

/* Elements */
.content-wrapper {
    max-width: 1088px;
    margin: 0 auto;
}
.btn-primary {
    background-color: #E89029;
    border-color: #E89029;
    font-weight: bold;
    letter-spacing: .3px;
}
.btn:hover {
    background-color: #D07903;
    border-color: #D07903;
}
a:hover {
    color: #fff;
}
.logo {
    width: 200px;
}
.cta {
    display: inline-block;
    background-color: #E89029;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .3px;
}
.cta:hover {
    background-color: #D07903;
    border-color: #D07903;
}
.cta-block {
    display: block;
    width: 100%;
}
.field-row {
    display: flex;
}
.form-field {
    background-color: #EDEAEA;
    padding: 12px 18px;
    border-radius: 0;
    border: none;
    width: 100%;
}
.field-wrapper {
    margin-bottom: 12px;
    width: 100%;
}
.form-textarea {
    background-color: #EDEAEA;
    padding: 12px 18px;
    border-radius: 0;
    border: none;
    width: 100%;
}
.field-row .field-wrapper:nth-child(2) {
    margin-left: 12px;
}
input, label, textarea {
    font-size: 18px;
}
.navbar-collapse {
    flex-grow: 0;
}
.navbar-expand-lg {
    justify-content: space-between;
    width: 100%;
}
.learn-more {
    text-decoration: none;
    color: #000;
}
.error-message {
    font-size: 14px;
    color: #BE0101;
    display: none;
    margin-bottom: 0;
}
.success-message {
    display: none;
    color: #00A21F;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
    margin-bottom: 0;
}
.invalid {
    border: 1px solid #BE0101;
}
.visible {
    display: block;
}
.inline-link {
    color: #053E5A;
}


/* Nav */
.navbar-nav {
    align-items: center;
}
.navbar-nav li:first-child {
    margin-right: 16px;
}
/* Hero */
.hero__bg {
    background: url('../assets/images/hero-vector.svg') no-repeat;
    background-position: bottom right;
}
.hero__content-row {
    display: flex;
    align-items: center; 
    justify-content: space-between;
    padding: 140px 0;
}
.hero__content {
    margin-right: 40px;
}
.hero__content h1 {
    font-size: 60px;
    line-height: 56px;
    margin-bottom: 10px;
}
.hero__content p {
    margin-bottom: 30px;
}
.hero__placeholder {
    display: block;
    background-color: #D8D4D4;
    min-width: 544px;
    height: 406px;
}
.hero__subtitle-span {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.hero__subtitle {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
    
}
.bulb-span {
    margin-right: 6px;
    margin-top: -4px;
}
.hero-image {
    margin-right: -70px;
    width: 550px;
    max-width: 100%;
}
/* Channels Section */
.channels__bg {
    background: #EAEAEA;
}
.channels__content {
    text-align: center;
    padding: 150px 0;
}
.channels__content p {
    max-width: 432px;
    margin: 0 auto 30px;
}
.channels__row {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.channels__item h3 {
    font-size: 30px;
    margin-top: 20px;
}
/* Getting Started */
.getstarted__wrapper {
    background: url('../assets/images/get-started-vector.svg') no-repeat;
    background-position: bottom right;
}
.getstarted__content {
    max-width: 550px;
}
.getstarted__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}
.getstarted__content h1 {
    max-width: 450px;
    margin-bottom: 12px;
}
.phone-image {
    margin-right: 36px;
}
/* Signup */
.signup__bg {
    background-color: #EAEAEA;
    padding: 80px 0;
}
.signup__row {
    display: flex;
    align-items: center;
}
.form__wrapper {
    background: #fff;
    padding: 40px 40px 50px;
    width: 500px;
    max-width: 100%;
}
.form__wrapper h3 {
    font-size: 28px;
    color: #000;
    margin-bottom: 4px;
}
.form__desc {
    margin-bottom: 0;
}
.form__wrapper h3, .form__desc {
    color: #000;
}
.field-title {
    font-size: 22px;
    margin-top: 16px;
}
.form__content {
    padding-left: 60px;
}
.form__content .benefit {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.form__content .benefit p {
    margin-bottom: 0;
}
.form__content .benefit img {
    margin-right: 6px;
}
form .cta {
    margin-top: 30px;
}
.checkbox-row {
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-top: 8px;
}
.checkbox-privacy {
    display: flex;
    align-items: flex-start;
    margin-top: 8px;
}
input#privacy {
    margin-top: 4px;
}
.privacy-message {
    font-size: 14px;
    line-height: 18px;
    margin-left: 6px;
}

/* Footer */
footer {
    background-color: #61798E;
    color: #fff;
    padding: 80px 0;
}
.footer__links-group {
    display: flex;
}
.footer__links-row {
    display: flex;
    justify-content: space-between;
}
.footer__links-col h3 {
    font-size: 22px;
    margin-bottom: 26px;
}
.footer__links-col ul {
    list-style-type: none;
    padding-left: 0;
}
.footer__links-col ul li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
}
.footer__links-col ul li a {
    text-decoration: none;
    color: #fff;
}
.footer__links-col:nth-child(2) {
    margin-left: 60px;
}
.disclaimer {
    margin-top: 40px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.contact__wrapper {
    display: flex;
}
.contact__header {
    font-size: 40px;
    margin-bottom: 6px;
}
.contact__contact-info {
    background: #053E5A;
    color: #fff;
    width: calc(50%);
    padding: 3rem 8rem 7rem 10rem;
}
.contact__contact-form {
    background: #fff;
    width: calc(50%);
    padding: 3rem 7rem 8rem;
}
.contact__row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.contact__row p {
    margin-bottom: 0;
}
.contact__row p a {
    text-decoration: none;
    color: #fff;
}
.icon {
    margin-right: 6px;
}
.contact__item {
    margin-top: 60px;
}
.contact__item h3 {
    font-size: 20px;
}

@media screen and (max-width: 899px) {
    .content-wrapper {
        padding: 0 20px;
    }
    .hero__content-row {
        flex-wrap: wrap;
        padding: 70px 0;
    }
    .hero-image {
        margin-right: 0;
        margin-top: 70px;
    }
    .contact__contact-info {
        padding: 3rem 2rem 12rem;
    }
    .contact__contact-form {
        padding: 3rem 2rem 12rem;
    }
}

@media screen and (max-width: 499px) {
    .navbar-collapse {
        justify-content: center;
    }
    h1 {
       font-size: 38px;
       line-height: 36px;
    }
    .hero__content {
       margin-right: 0;
    }
    .hero__content h1 {
       font-size: 38px;
       line-height: 36px;
    }
    .hero__subtitle {
       font-size: 16px;
    }
    .channels__content {
        padding: 60px 0;
    }
    .channels__row {
       flex-wrap: wrap;
       align-items: center;
       justify-content: center;
    }
    .channels__item {
       margin-bottom: 60px;
    }
    .getstarted__row {
       flex-wrap: wrap;
    }
    .signup__bg {
       padding: 60px 0;
    }
    .signup__row {
       flex-wrap: wrap-reverse;
    }
    .form__content {
       padding-left: 0;
    }
    .form__wrapper {
        padding: 20px 20px 40px;
        margin-top: 20px;
    }
    .form__wrapper h3 {
       font-size: 26px;
    }
    .footer__links-row {
        flex-wrap: wrap;
    }
    .footer__links-group:nth-child(2) {
        margin-top: 30px;
    }
    .contact__wrapper {
        flex-wrap: wrap;
    }
    .contact__contact-info {
        width: 100%;
        padding: 2rem 2rem 3rem;
    }
    .contact__contact-form {
        width: 100%;
        padding: 2rem 2rem 3rem;
    }
    .contact__header {
        font-size: 32px;
    }
}