main#newsletter {
    font-size: 62.5%;
}

#newsletter .container {
    max-width: 1223px;
}

#top-section .container {
    position: relative;
    padding-top: 40px;
    padding-bottom: 50px;
}

#thank-you .container {
    max-width: 1040px;
    padding-top: 40px;
    padding-bottom: 50px;
}

#top-section .container #hexagon-icon {
    position: absolute;
    top: -94px;
    right: 0;
}

#top-section .container #mike-desktop {
    position: absolute;
    right: 0;
    bottom: 0;
}

#top-section .container #mike-tablet {
    display: none;
}

#bottom-section {
    background: #f7f7f7;
    padding: 43px 0 26px;
}

#top-section .intro {
    width: 60%;
}

#thank-you header h1,
#top-section header h1 {
    color: #2c2e2f;
    font-family: 'proxima-nova';
    font-size: 3.9em;
    font-weight: 800;
    letter-spacing: 1.1px;
    margin-bottom: 27px;
}

#thank-you header h1 {
    text-align: center;
    line-height: 1.2;
}


#thank-you p,
#top-section p {
    color: #333;
    font-size: 1.75em;
    letter-spacing: 0.08px;
    line-height: 1.45;
    width: 87%;
}

#thank-you p {
    margin-bottom: 20px;
    width: 100%;
}

#thank-you img {
    width: 120px;
}

.success-message p,
.already-subbed p {
    margin-bottom: 58px;
    text-transform: none;
}

#top-section .content {
    width: 60.7%;
}

#top-section ul {
    font-size: 1.75em;
    margin: 26px 0 33px;
    width: 87.5%;
}

#top-section li {
    color: #333;
    letter-spacing: 0.46px;
    line-height: 1.48;
    padding-left: 36px;
    margin-bottom: 9px;
    background: url('../../images/2017-images/list-item.png') left 6px no-repeat;
}

#top-section form {
    display: flex;
    width: 86.5%;
    margin-bottom: 16px;
}

#top-section form input[type="email"] {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.3px;
    width: 74%;
    height: 55px;
    margin-right: 10px;
    padding: 16px 16px 16px 23px;
    border: 1px #CACACA solid;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#top-section form input[type="submit"] {
    width: 35%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 47px;
    text-align: center;
    text-transform: capitalize;
    background: #27A2FF;
    border: none;
    cursor: pointer;
    transition: ease all .2s;
}

#top-section form input[type="submit"]:hover {
    background: #138eeb;
}

#top-section .secure-info-icon {
    width: 12px;
    position: relative;
    bottom: -1px;
}

#top-section .secure-info-text {
    color: #333;
    font-size: 1.28em;
    letter-spacing: 0.3px;
    padding-left: 9px;
}

#bottom-section header h2 {
    color: #2c2e2f;
    font-size: 3.2em;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 1.33;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}

#bottom-section .hero-featured-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 57px 0;
}

#bottom-section .hero-featured-in-mobile {
    display: none;
}

#bottom-section p {
    color: #333;
    font-size: 1.75em;
    letter-spacing: 0.1px;
    margin-bottom: 23px;
}

.mobile-break {
    display: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    #top-section li {
        background: url('../../images/2017-images/list-item.png') left 5px no-repeat;
        background-size: 16px;
    }
}

@media (max-width: 1099px) {
    #top-section .container #mike-desktop {
        right: -30px;
    }
}

@media (max-width: 1024px) {
    #newsletter .container {
        padding: 0 45px;
    }

    #top-section {
        overflow-x: hidden;
        padding-top: 40px;
    }

    #top-section .container {
        padding-bottom: 40px;
    }

    #top-section .container #hexagon-icon {
        top: 28%;
        right: -38px;
        width: 59px;
    }

    #top-section .container #mike-desktop {
        display: none;
    }
    
    #thank-you .container {
        max-width: 768px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #thank-you header h1 {
        font-size: 2.6em;
    }

    #top-section .container #mike-tablet {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    #top-section .intro {
        width: 100%;
        text-align: center;
    }

    #top-section header h1 {
        margin-bottom: 18px;
    }

    #top-section p {
        width: 75%;
        margin: 0 auto;
        font-size: 1.7em;
    }

    #top-section .content {
        width: 66%;
    }

    #top-section ul {
        font-size: 1.6em;
        text-align: justify;
        width: 90%;
    }

    #top-section form {
        width: 89%;
        margin-bottom: 10px;
    }

    #top-section form input[type="submit"] {
        font-size: 16px;
    }

    #top-section .success-message p,
    #top-section .already-subbed p {
        width: 100%;
        padding-left: 23px;
        margin-bottom: 55px;
    }

    #bottom-section {
        padding: 34px 0 19px;
    }

    #bottom-section header h2 {
        font-size: 2.5em;
        width: 71%;
    }

    #bottom-section .hero-featured-in {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 30px;
        justify-items: center;
        align-items: center;
        max-width: 615px;
        margin: 40px auto 44px;
    }

    #bottom-section p {
        font-size: 1.7em;
        line-height: 1.45;
        margin-bottom: 16px;
    }
}

@media (max-width: 800px) {
    #top-section .secure-info {
        text-align: center;
        width: 89%;
    }
    #top-section .success-message p,
    #top-section .already-subbed p {
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width: 767px) {
    #newsletter .container {
        padding: 0 20px;
        background-image: none !important;
    }

    #top-section {
        padding: 38px 0;
    }

    #top-section .container #hexagon-icon,
    #top-section .container #mike-tablet {
        display: none;
    }

    #thank-you .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #top-section .content {
        width: 100%;
    }

    #top-section header h1 {
        font-size: 2.8em;
        line-height: 1.25;
        width: 90%;
        margin: 0 auto 15px;
    }

    #top-section p {
        width: 100%;
    }

    #top-section ul {
        text-align: left;
        width: 100%;
    }

    #top-section form {
        flex-direction: column;
        width: 100%;
        max-width: 260px;
        margin: 0 auto 8px;
    }

    #top-section form input[type="email"] {
        height: 47px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    #top-section form input[type="submit"] {
        height: 47px;
        width: 100%;
    }

    #top-section .success-message p,
    #top-section .already-subbed p {
        margin-bottom: 120px;
        position: relative;
        top: 60px;
    }

    #top-section .secure-info {
        text-align: center;
        width: 100%;
    }

    #top-section .secure-info-text {
        display: block;
        padding-left: 0;
        max-width: 260px;
        width: 100%;
        margin: 6px auto 0;
    }

    #bottom-section {
        padding-top: 35px;
        padding-bottom: 15px;
    }

    #bottom-section header h2 {
        font-size: 2.3em;
        width: 96%;
    }

    #bottom-section header h2 .mobile-break {
        display: block;
    }

    #bottom-section .hero-featured-in {
        display: none;
    }

    #bottom-section .hero-featured-in-mobile {
        display: block;
        max-width: 350px;
        margin: 32px auto;
    }

    #bottom-section .hero-featured-in-mobile .bxslider li {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        align-items: center;
        grid-row-gap: 20px;
    }

    #bottom-section .hero-featured-in-mobile .bx-wrapper {
        margin-bottom: 64px;
    }

    #bottom-section .hero-featured-in-mobile .bxslider #womens-health-logo-mobile,
    #bottom-section .hero-featured-in-mobile .bxslider #mens-health-logo-mobile {
        margin-left: 66px;
    }

    #bottom-section .hero-featured-in-mobile .bxslider #esquire-logo-mobile,
    #bottom-section .hero-featured-in-mobile .bxslider #mens-fitness-logo-mobile {
        margin-left: 45px;
    }

    #bottom-section .hero-featured-in-mobile .bxslider #mens-fitness-logo-mobile,
    #bottom-section .hero-featured-in-mobile .bxslider #elle-logo-mobile {
        position: relative;
        bottom: -9px;
    }

    #bottom-section .hero-featured-in-mobile .bx-controls {
        padding-top: 15px;
    }

    #bottom-section .hero-featured-in-mobile a {
        background: #DDDDDD;
        text-indent: -9999px;
        display: block;
        width: 6px;
        height: 6px;
        margin: 0 8px;
        outline: 0;
        border-radius: 100%;
    }

    #bottom-section .hero-featured-in-mobile a.active {
        background: #1CA4FC;
        width: 8px;
        height: 8px;
        position: relative;
        top: -1px;
    }

    #bottom-section p {
        font-size: 1.7em;
        line-height: 1.4;
        margin-bottom: 18px;
    }
}