.th-subscribe {}

    .th-subscribe .th-subscribe--container {
        overflow: hidden;
        max-width: 1200px;
        padding: 90px 30px 20px 30px;
        background: url('../../assets/images/email.png') center 20px no-repeat;
        background-size: 72px 60px;
    }

    @media (min-width: 768px) {
        .th-subscribe .th-subscribe--container {
            padding: 15px 40px 15px 205px;
            background-size: 128px 107px;
            background-position: 40px 20px;
        }
    }

    @media (min-width: 1024px) {
        .th-subscribe .th-subscribe--container {
            padding: 15px 40px 15px 165px;
            max-width: 748px;
            background-position: 0 20px;
        }
    }

    @media (min-width: 1200px) {
        .th-subscribe .th-subscribe--container {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 20px 40px 25px 213px;
            max-width: 1200px;
            background-position: 40px 17px;
        }
    }

    .th-subscribe .th-subscribe--container .th-subscribe--copy {
        text-align: center;
    }

    @media (min-width: 768px) {
        .th-subscribe .th-subscribe--container .th-subscribe--copy {
            text-align: left;
        }
    }

    @media (min-width: 1200px) {
        .th-subscribe .th-subscribe--container .th-subscribe--copy {
            width: calc(100% - 404px - 40px);
        }
    }

        .th-subscribe .th-subscribe--container .th-subscribe--copy .th-subscribe--headline {
            margin-bottom: 0.75em;
            font-size: 1.176em;
            font-weight: 600;
        }

        @media (min-width: 768px) {
            .th-subscribe .th-subscribe--container .th-subscribe--copy .th-subscribe--headline {
                margin-bottom: 0.75em;
            }
        }

        .th-subscribe .th-subscribe--container .th-subscribe--copy *:last-child {
            margin-bottom: 0;
        }

    .th-subscribe .th-subscribe--container .th-subscribe--form {
        margin-top: 2em;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 404px;
    }

    @media (min-width: 768px) {
        .th-subscribe .th-subscribe--container .th-subscribe--form {
            margin-top: 1.15em;
        }

        .th-subscribe .th-subscribe--container .th-subscribe--form form {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .th-subscribe .th-subscribe--container .th-subscribe--form {
            flex: 1 0 100%;
            max-width: none;
        }
    }

    @media (min-width: 1200px) {
        .th-subscribe .th-subscribe--container .th-subscribe--form {
            margin: 0;
        }
    }

        .th-subscribe .th-subscribe--container .th-subscribe--form .gform_heading {
            display: none;
        }

        .th-subscribe .th-subscribe--container .th-subscribe--form .gform_body {}

        @media (min-width: 768px) {
            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_body {
                width: calc(100% - 150px);
            }
        }

            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_body input[type="text"] {
                border-radius: 4px;
            }

            @media (min-width: 768px) {
                .th-subscribe .th-subscribe--container .th-subscribe--form .gform_body input[type="text"] {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0;
                }
            }

            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_body .gfield_validation_message {
                display: none;
            }

        .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer {}

        @media (min-width: 768px) {
            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer {
                margin: 0;
                padding: 0;
                width: 150px;
            }
        }

            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer button[type="submit"] {
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0;
                width: 100% !important;
                font-weight: 600;
                text-align: center;
                background: var(--secondary_focus);
                border-radius: 4px;
            }

            @media (min-width: 768px) {
                .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer button[type="submit"] {
                    padding-top: 7px;
                    padding-bottom: 7px;
                    line-height: 1.5;
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0;
                }

            }

            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer button[type="submit"]::after {
                display: inline-block;
                position: relative;
                top: 0.08em;
                content: '';
                margin-left: 0.75em;
                width: 0.5em;
                height: 0.5em;
                border-top: #fff 1px solid;
                border-right: #fff 1px solid;
                transform: rotate(45deg);
            }

            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer button[type="submit"]:focus,
            .th-subscribe .th-subscribe--container .th-subscribe--form .gform_footer button[type="submit"]:hover {
                background: var(--secondary_hover);
            }

            .post .th-subscribe .th-subscribe--container, .single-radio .th-subscribe .th-subscribe--container, .single-podcast .th-subscribe .th-subscribe--container, .single-video .th-subscribe .th-subscribe--container {
                align-items: start !important;
            }
            .post .th-subscribe--copy, .single-radio .th-subscribe--copy, .single-podcast .th-subscribe--copy, .single-video .th-subscribe--copy {
                width:100% !important;
                margin-bottom:16px !important;
            }