.health-newsletter {
    padding: 40px 20px;
    text-align: center;
    background-size: contain;
    background-image: url('img/mobile-small-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.health-newsletter__title-text {
    margin-bottom: 0;
}

.health-newsletter p {
    text-align: center;
    font-family: 'gotham-book', Helvetica;
}

.health-newsletter__title {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    /* font-family: Helvetica; */
}

.health-newsletter__form-fb a:hover p, .health-newsletter__form-fb a:hover {
    text-decoration: none;
    color: white;
}

.health-newsletter__form-fb--icon:hover {
    background-color: red;
    border: 1px solid red;
}

.health-newsletter__title-text h3 {
    font-family: 'gotham-book', Helvetica;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
}

.health-newsletter__title-text h3 span {
    font-size: 22px;
}

.health-newsletter__sub-title {
    font-size: 14px;
    margin: 0 auto 10px auto;
    max-width: 680px;
    line-height: normal;
}

.health-newsletter__form {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
}

.health-newsletter__form-iframe {
    width: 100%;
    height: 115px;
}

.health-newsletter__form-fb {
    background: #222;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    order: -1;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.health-newsletter__form-fb a {
    width: 100%; 
}

.health-newsletter__form-fb p {
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    padding-right: 5px;
    font-family: 'Roboto';
    transition: all .03s;
}

.health-newsletter__form-fb--icon {
    padding: 5px 8px;
    margin: 5px;
    border-radius: 50%;
    border: 1px solid #FFF;
    background-color: #FFF;
    font-size: 0;
    transition: all .03s;
    width: auto !important;
}
.health-newsletter__form-fb--icon svg {
    width: 17px;
}

/*
Media Queries
 */
@media only screen and (min-width: 360px) {
    .health-newsletter {
	    padding: 70px 20px;
    }
    .health-newsletter__sub-title {
	    font-size: 16px;
    }
    .health-newsletter__title-text h3 {
	    font-size: 27px;
	}
}
@media only screen and (min-width: 660px) {
    .health-newsletter__form-iframe {
        height: 46px;
        padding-top: 3px;
        background-color: #222;
    }

    .health-newsletter {
        background-image: url('img/mobile-bg.png');
        background-repeat: no-repeat;
    }

    .health-newsletter__form-fb a {
        width: auto;
    }

}

@media only screen and (min-width: 960px) {
    .health-newsletter img {
        max-width: 100%;
    }
    .health-newsletter__sub-title {
        font-size: 22px;
    }
    .health-newsletter {
        background-image: url('img/newsletter-bg.png');
        padding: 35px 30px;
        background-size: contain;
    }
    
    .health-newsletter__title-text {
        margin-bottom: 0;
        flex-grow: 1;
    }

    .health-newsletter p {
        text-align: center;
    }


    .health-newsletter__title-text h3 span {
        font-size: 25px;
    }

    .health-newsletter__title {
        flex-flow: row nowrap;
        /* font-family: Helvetica; */
    }

    .health-newsletter__title-text h3 {
        font-size: 40px;
    }

    .health-newsletter__title-text h3 span {
        font-size: 25px;
    }

    .health-newsletter__form {
        flex-flow: row nowrap;
    }

    .health-newsletter__form-iframe {
        width: 70%;
    }

    .health-newsletter__form-fb {
        width: 30%;
        padding: 0;
        margin: 0 0 0 10px;
        order: 1;
    }

    .health-newsletter__form-fb p {
        padding-right: 5px;
    }
}

/*
Religion and Spirituality Newsletter
 */
form#subForm {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px;
    background-color: #222;
}

#subForm label {
    font-size: .875rem;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
    padding-right: 5px;
    font-family: 'Roboto';
    width: 100%;
    margin-bottom: .25rem;
    margin-top: 5px;
    padding-bottom: 5px;
}

input#fieldEmail {
    border-radius: 0;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    width: 100%;
    margin-bottom: .25rem;
}

button.js-cm-submit-button {
    color: red;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
    font-family: 'Roboto';
    text-transform: uppercase;
}

.religion-newsletter .health-newsletter__title-text h3 {
    font-size: 18px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
}

.religion-newsletter .health-newsletter__title {
    margin-bottom: 20px;
}

.religion-newsletter .health-newsletter__title-text {
    margin: 15px auto 0 auto;
    max-width: 400px;
}

.religion-newsletter {
    background-image: url('img/religion-bg-mobile.png');
    background-repeat: no-repeat;
    background-size: cover
}

.religion-newsletter .health-newsletter__form {
    max-width: 330px;
    margin: 0 auto;
}

.religion-newsletter .health-newsletter__form-iframe {
    order: 2;
    height: auto;
}

.religion-newsletter .health-newsletter__form-fb {
    margin-top: 0;
    padding: 15px;
    flex-flow: column nowrap;
    order: 1;
    margin-bottom: 10px;
    width: 100%;
}

@media only screen and (min-width: 660px) {
    form#subForm {
        flex-flow: row nowrap;
    }

    #subForm label {
        width: 40%;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
    }

    input#fieldEmail {
        width: 40%;
        margin-bottom: 0;
    }

    .religion-newsletter .health-newsletter__title-text h3 {
        font-size: 24px;
    }

    .religion-newsletter .health-newsletter__form {
        max-width: 100%;
        margin: 0;
    }

    .religion-newsletter .health-newsletter__form-iframe {
        order: initial;
        height: auto;
        padding-top: 0;
    }

    .religion-newsletter .health-newsletter__form-fb {
        padding: 0 10px;
        flex-flow: row wrap;
        order: initial;
        margin-bottom: 10px;
        margin-top: 10px;
        width: auto;
    }

}

@media only screen and (min-width: 960px) {
    .religion-newsletter {
        padding: 30px;
        background-image: url('img/religion-bg.png');
    }

    .religion-newsletter .health-newsletter__title-text {
        max-width: 100%;
    }

    .religion-newsletter .health-newsletter__title-text h3 {
        text-align: left;
    }

    .religion-newsletter .health-newsletter__title-logo {
        width: 25%;
        padding-right: 40px;
    }

    .religion-newsletter .health-newsletter__title-text {
        width: 75%;
        margin-top: 0;
    }

    .religion-newsletter .health-newsletter__form-fb {
        margin-top: 0;
        margin-bottom: 0;
    }
}