﻿.unsubscribe-header {
    padding-top: 30px;
    padding-bottom: 25px;
}

.header-title {
    color: #1b49a0;
    font-size: 40px;
    font-weight: bold;
}

a:link {
    color: #4C00FF;
}

    a:hover {
        color: #4000CC;
    }

.header-email-container > h5 {
    font-size: 18px;
}

.header-email-container > label {
    font-size: 14px;
    font-weight: 500;
}

.header-email-container input.form-control.error {
    border: 1px solid #d77;
}

.header-email-container label.error {
    color: #d77;
    font-size: 12px;
}

section.section-unsubscribe-page {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    /*text-align: center;*/   
}

    section.section-unsubscribe-page h4 {
        font-size: 20px;
        font-weight: bold;
    }

    section.section-unsubscribe-page p {
        color: #666;
        /*font-family: "NHaasGroteskTXPro-55Rg";*/
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        -webkit-font-smoothing: antialiased;
        text-align: left;
    }

.btn-link-unsub-all {
    color: #1b49a0;
}

    .btn-link-unsub-all:hover {
        color: #666;
    }

.btn-unsubscribe-filter {
    padding: 10px 20px;
}

.btn-manage-preferences, .btn-manage-no-email-preferences {
    padding: 10px 20px;
    border-radius: 2px;
}

#optdown-form .btn {
    width: 17em;
}

.bold, .header-email-container > label.bold {
    font-weight: bold;
}

@media(max-width:767px) {

    section.section-unsubscribe-page {
        text-align: center;
    }


    section.section-unsubscribe-page:last-of-type {
        padding-bottom: 75px;
    }

    section.section-unsubscribe-page p {
        text-align: center;
    }
}

@media(min-width:768px) {
    section.section-unsubscribe-page {
        text-align: center;
    }

    section.section-unsubscribe-page p {
        text-align: center;
    }
}

@media(min-width:992px) {
    section.section-unsubscribe-page {
        text-align: left;
    }

    section.section-unsubscribe-page h4 {
        min-height: 3.5em;
        text-align: left;
    }

    section.section-unsubscribe-page p {
        min-height: 6.75em;
        text-align: left;
    }
}

@media(min-width: 1200px) {
    section.section-unsubscribe-page h4 {
        min-height: 3em;
        color: #000;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0;
        line-height: 24px;
        text-align: left;
    }

    section.section-unsubscribe-page p {
        height: initial;
        min-height: 5.5em;
        max-width:600px;
    }
}
