﻿


body {
    
    color: #333;
    background-color: #fff;
}

    body.newsletter-iframe {
        background-color: transparent;
    }

.mobile-only {
    display: none !important;
}

#newAccountHeader .radioGroup {
    width: 60%;
}

.step3RegForms .newsletterOption label {
    line-height: 21px;
}



/* registration, login and my account */

#maincontent {
    margin-top: 40px;
}

#content #myAccountContainer {
    padding-top: 0;
}

/* newsletters */
#content > #newslettersContainer {
    /*margin-top: 60px;*/
    text-align: left;
    max-width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    float: left;
    width: 100%;
    box-sizing: border-box;
}

    #content > #newslettersContainer h1 {
        margin: 0 0 30px 0;
        padding: 0;
        font: 800 54px/54px "proxima-nova", sans-serif;
        letter-spacing: -1px;
    }

    #content > #newslettersContainer h4 {
        margin: 0px 0px 20px 0px;
        font-size: 15px;
        font-weight: 400;
        color: #333;
    }

    #content > #newslettersContainer .newsletter-section {
        margin-bottom: 20px;
        display: inline-block;
        width: 100%;
    }

    #content > #newslettersContainer .newsletter-section-header {
        float: left;
        width: 100%;
    }

    #content > #newslettersContainer h6.newsletter-section-title {
        margin: 10px 0 10px 0;
        padding: 0 0 10px 0;
        text-transform: uppercase;
        color: #043f77;
        font-size: 15px;
        font-weight: bold;
    }


    #content > #newslettersContainer .newsletter-list-select-all {
        float: right;
    }

        #content > #newslettersContainer .newsletter-list-select-all input[type=checkbox] + label {
            font-size: 14px;
            line-height: 1.71;
            color: #000000;
            background: none;
            border-bottom: 1px solid #000;
            padding: 0px 0px 2px;
            display: inline;
        }

    #content > #newslettersContainer .newsletter-list {
        float: left;
       
        width: 100%;
    }

    #content > #newslettersContainer .newsletter-content {
        width: 23%;
        float: left;
        padding: 10px;
        border: 2px solid #C7C7C7;
        position: relative;
        height: 270px;
        margin-right: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
        border-radius: 10px;
    }

        #content > #newslettersContainer .newsletter-content:nth-child(4n) {
            margin-right: 0px;
        }

        #content > #newslettersContainer .newsletter-content h4 {
            margin: 15px 0px 10px 0px;
            font-size: 20px;
            line-height: 24px;
            color: #101010;
            width: 100%;
            font-family: 'Abhaya Libre';
        }

        #content > #newslettersContainer .newsletter-content p {
           /* height: 146px;*/
            overflow: hidden;
            line-height: 20px;
            font-size: 18px;
            margin-bottom: 5%;
            cursor: default;
            width: 100%;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            font-family: Calibri;
            color: #595959;
            font-weight: 400;
        }

            #content > #newslettersContainer .newsletter-content p.newsletter-frequency {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin: 0 !important;
                height: auto;
                line-height: 24px;
                padding: 0 !important;
            }

                #content > #newslettersContainer .newsletter-content p.newsletter-frequency img {
                    float: left;
                    margin-right: 5px;
                    height: 15px;
                    margin-top: 5px;
                }

        #content > #newslettersContainer .newsletter-content .newsletter-checkbox {
            float: left;
            position: absolute;
            bottom: -2px;
        }

        #content > #newslettersContainer .newsletter-content .emailPrefs_sample {
           /* float: right;*/
            color: dodgerblue;
            font-size: 18px;
            line-height: 20px;
            /*border-bottom: 1px solid #101010;*/
            font-weight: 400;
        }

        #content > #newslettersContainer .newsletter-content .newsletter-content-bottom {
            position: absolute;
            bottom: 15px;
            width: 100%;
            padding-right: 40px;
            box-sizing: border-box;
            display:flex;
        }


/* sign-up module */

#newslettersContainer .signup-module {
    background: #f6f6f6;
}

#content #newslettersContainer .signup-module {
    background: #000;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    overflow-y: scroll;
    display: none;
}

    #content #newslettersContainer .signup-module .signup-module-mobile {
        display: none;
    }

    #content #newslettersContainer .signup-module.scrollable {
        top: 60px;
        overflow-y: scroll;
    }

#newslettersContainer .signup-module .signup-module-content-left {
    float: left;
    width: 50%;
}

#newslettersContainer .signup-module .signup-module-content-right {
    float: right;
    width: 36%;
}

    #newslettersContainer .signup-module .signup-module-content-right .bottomSection {
        padding-top: 0px;
    }

    #newslettersContainer .signup-module .signup-module-content-right p {
        font-size: 12px;
        line-height: 18px;
    }

        #newslettersContainer .signup-module .signup-module-content-right p a {
            border-bottom: 1px solid #fff;
            white-space: nowrap;
        }

#newslettersContainer .signup-module h4 {
   
    font-size: 34px;
    line-height: 1.2;
    /*color: #101010;*/
    margin: 0 0 30px 0;
    font-weight: 400;
}

#content #newslettersContainer .signup-module h4 {
    color: #fff;
    width: auto;
    margin: 0px 0px 30px;
    font-size: 26px;
    line-height: 32px;
}

    #content #newslettersContainer .signup-module h4#existingUserIntro {
        font-size: 34px;
        margin-top: 20px;
    }

#content #newslettersContainer .signup-module .signup-module-content {
    padding: 20px 40px 35px;
    float: left;
}

    #content #newslettersContainer .signup-module .signup-module-content a,
    #content #newslettersContainer .signup-module label {
        color: #fff;
        padding-bottom: 0;
    }

#content #newslettersContainer .signup-module input[type=email],
#content #newslettersContainer .signup-module input[type=password],
#content #newslettersContainer .signup-module input[type=text],
#content #newslettersContainer .signup-module select {
    color: #fff;
    border-color: #7f7f7f;
    text-indent: 0;
    border-radius: 0;
}

    #content #newslettersContainer .signup-module select option {
        color: #000;
    }

        #content #newslettersContainer .signup-module select option:first-child {
            color: #fff;
        }

#content #newslettersContainer .signup-module #Email-Question {
    margin-top: 0;
}

#content #newslettersContainer .signup-module input[type=button] {
    background: #000;
    color: #fff;
    border: 1px solid #7f7f7f;
    border-radius: 0;
}

/* existing user */

#content #newslettersContainer .signup-module #signInWithAccountWrapper,
#content #newslettersContainer .signup-module #signInWithAccountWrapper .question {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

    #content #newslettersContainer .signup-module #signInWithAccountWrapper #upass-Question {
        margin-bottom: 0;
    }

/*
#content > #newslettersContainer .signup-module #signInWithAccountWrapper .question:nth-child(even) {
    padding-left: 0px;
}

#content > #newslettersContainer .signup-module #signInWithAccountWrapper .question:nth-child(odd) {
    padding-right: 0px;
    margin-bottom: 40px;
}
*/
#content > #newslettersContainer .signup-module #signInWithAccountWrapper .question#show_upass-Question {
    margin-bottom: 0px;
}

#newslettersContainer #signInWithAccount #remember {
    width: 50%;
    /*clear: both;*/
    float: left;
    white-space: nowrap;
}

    #newslettersContainer #signInWithAccount #remember .question,
    #content #newslettersContainer #signInWithAccount #remember .question {
        margin-bottom: 0;
    }

/* ajax status messages */
#newslettersContainer .signup-module .ajaxStatus {
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
    padding: 15px 20px 15px 60px;
    border-radius: 0;
    clear: both;
    width: 100%;
    font-weight: 400;
    color: #333 !important;
    text-align: left;
}

    #content #newslettersContainer .signup-module .ajaxStatus a,
    #newslettersContainer .signup-module .ajaxStatus a {
        color: #333;
    }


#newslettersContainer .signup-module .loading, #newslettersContainer .signup-module .professionalDomainStatus.loading {
    padding-left: 52px;
    background: url(../images/ajax-loader-gray.gif) 14px/30px no-repeat #e2e8fe !important;
}

#newslettersContainer .signup-module .ajaxStatus.error {
    background: url(../images/alert-red-large.png) 15px/28px no-repeat #ffe4e1 !important;
}

#newslettersContainer .signup-module .ajaxStatus.success,
#newslettersContainer .signup-module .professionalDomainStatus.success {
    background: url(../images/check-green-large.png) 15px/26px no-repeat #f2f9eb !important;
}

#newslettersContainer .signup-module .ajaxStatus:empty {
    display: none;
}

#newslettersContainer .questionGroup,
#newslettersContainer #signInWithAccount .question {
    width: 50%;
    float: left;
    position: relative;
}

#newslettersContainer #signInWithAccount .question {
    width: 48.5%;
}

#newslettersContainer #accountForm .questionGroup .question {
    width: 97%;
}

#content #newslettersContainer #accountForm .questionGroup .question {
    width: 100%;
    position: relative;
}

#content #newslettersContainer #newAccount #accountForm .questionGroup .question {
    width: 95%;
}

#newslettersContainer #accountForm .questionGroup:nth-child(even) .question,
#newslettersContainer #accountForm .questionGroup .question#InvestmentAdvisoryJobFunction-Question,
#newslettersContainer #signInWithAccount > .question:nth-child(even) {
    float: right;
}

#newslettersContainer .existing-user #accountForm .questionGroup .question#InvestmentAdvisoryJobFunction-Question {
    float: left;
}

/*
        #newslettersContainer .questionGroup:nth-child(odd),
        #newslettersContainer #signInWithAccount .question:nth-child(odd) {
            padding-right: 15px;
        }

        #newslettersContainer .questionGroup:nth-child(even),
        #newslettersContainer #signInWithAccount .question:nth-child(even) {
            padding-left: 15px;
        }
*/
#newslettersContainer .signup-module label {
    
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #101010;
    padding-bottom: 10px;
    display: block;
}

#newslettersContainer .signup-module input[type=email],
#newslettersContainer .signup-module input[type=password],
#newslettersContainer .signup-module input[type=text] {
    width: 100%;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #000000;
    font-size: 14px;
    padding: 10px 0 10px;
    color: #808080;
    background: transparent;
}

#newslettersContainer .signup-module input.fielderror,
#newslettersContainer .signup-module select.fielderror,
#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup input.fielderror,
#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup select.fielderror {
    border-color: #eb0000 !important;
}

#newslettersContainer .signup-module select {
    all: unset;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #000;
    background: url(../images/ta/dropdownarrow.svg) no-repeat right;
    padding: 10px 0 10px;
    color: #808080;
}

#content #newslettersContainer .signup-module select {
    background-image: url(../images/ta/dropdownarrow_white.svg);
}


#newslettersContainer .signup-module .bottomSection {
    clear: both;
    padding-top: 10px;
}

    #newslettersContainer .signup-module .bottomSection p {
        font-size: 12px;
        margin-top: 20px;
    }

#newslettersContainer .signup-module p,
#newslettersContainer .signup-module h6 {
    margin: 10px 0;
    font-size: 16px;
}

#newslettersContainer .signup-module h6 {
    font-weight: 800;
}

#newslettersContainer .signup-module input[type=button] {
    width: 100%;
    border: 2px solid #000000;
    padding: 10px;
  
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}

    #newslettersContainer .signup-module input[type=button]:active,
    #newslettersContainer .signup-module input[type=button]:focus {
        outline: none;
    }

#newslettersContainer .signup-module #show_upass-Question {
    width: 100%;
    padding-right: 0;
}


#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup #show_Password-Question label {
    font-size: 13px;
    line-height: 18px;
    position: relative;
    top: -25px;
    right: 0px;
    float: right;
    padding: 0px;
}

#newslettersContainer .signup-module #show_upass-Question label {
    font-size: 13px;
    line-height: 18px;
    position: relative;
    right: 0px;
    float: right;
    padding: 0px;
}


#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup #show_Password-Question label {
    right: 5px;
    margin-top: -50px;
}

#newslettersContainer .signup-module input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
}

    #newslettersContainer .signup-module input[type=checkbox] + label {
        color: #333;
        padding-top: 2px;
        padding-left: 30px;
        height: 20px;
        display: inline-block;
        line-height: 18px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        background-image: url(../images/ta/checkbox.png);
    }

newslettersContainer .signup-module #remember input[type=checkbox] + label {
    background-image: url(../images/ta/checkbox_white.png);
    height: 20px;
    padding-top: 0px;
    padding-left: 24px;
}

#content > #newslettersContainer .signup-module #remember input[type=checkbox] + label {
    background-image: url(../images/ta/checkbox_black.png);
    height: 20px;
    padding-top: 0px;
    padding-left: 27px;
    line-height: 20px;
}

#content > #newslettersContainer .signup-module #remember input[type=checkbox]:checked + label {
    background-position: 0 -20px !important;
}

label.emailPrefs_label {
    height: 225px;
    z-index:-1;
}

#newslettersContainer .emailPrefs_label {
    display: block;
   cursor: pointer;
    font-size: 13px;
}

#newslettersContainer .signup-module #CommunicationPreferences label,
.newsletterOption label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

#newslettersContainer .emailPrefs_checkbox,
#newslettersContainer #CommunicationPreferences input,
.newsletterOption input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

#newslettersContainer .control_indicator,
.newsletterOption .control_indicator {
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 2px solid #918e8e;
    border-radius: 50%;
    box-sizing: border-box;
}

.newsletterOption .control_indicator {
    top: -1px;
}

.step3RegForms .newsletterOption label .productName {
    margin-top: 1px;
}

#content > #newslettersContainer #CommunicationPreferences .control_indicator {
    height: 15px;
    width: 15px;
    background: #000;
    border: 1px solid #ffffff;
}

#newslettersContainer #CommunicationPreferences .control_indicator {
    height: 20px;
    width: 20px;
    background: transparent;
    border: 1px solid #000;
}

#newslettersContainer .control_indicator:after,
.newsletterOption .control_indicator:after {
    content: '';
    width: 6px;
    height: 11px;
    border: solid white; /* White tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: unset;
    display: none;
    position: absolute;
    margin-left: 5px;
}

.newsletter-badge {
    display: inline-flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 16px; /* Slightly less round */
    padding: 2px 8px; /* Less vertical and horizontal padding */
    font-size: 13px; /* Smaller text */
    color: #6c757d;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    line-height: 1; /* Prevent extra vertical space */
}

    .newsletter-badge img {
        width: 14px; /* Slightly smaller icon */
        height: 14px;
        margin-right: 4px;
    }

.emailPrefs_checkbox:checked + .control_indicator {
    background: #007bff !important; 
    border-color: #007bff !important;
}

#content > #newslettersContainer #CommunicationPreferences .control_indicator:after {
    left: 4px;
    top: 1px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);

}

#newslettersContainer #CommunicationPreferences .control_indicator:after,
.newsletterOption .control_indicator:after {
    left: 6px;
    top: 3px;
    width: 3px;
    height: 7px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.background-box {
    background-color: #f4f6f9; /* match screenshot */
    padding: 24px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; /* optional, if you want full width */
    margin-top: 10px;
    display:none;
}

.logo-small {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #337be7;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.checkmark {
    width: 10px;
    height: 5px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
    position: absolute;
    top: 12px;
}

.circle-cut {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 18px;
    height: 18px;
    background-color: #f4f6f9; /* match background */
    border-radius: 50%;
    z-index: 1;
}

.star {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background-color: #337be7;
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35% );
}

#newslettersContainer .emailPrefs_checkbox:checked ~ .control_indicator:after,
#newslettersContainer #CommunicationPreferences input:checked ~ .control_indicator:after,
.newsletterOption input:checked ~ .control_indicator:after {
    display: block;
}

#newslettersContainer .signup-module input[type=checkbox]:checked + label {
    background-position: 0 -20px !important;
}

#newslettersContainer .signup-module #show_upass-Question input[type=checkbox] + label {
    background: none;
}

    #newslettersContainer .signup-module #show_upass-Question input[type=checkbox] + label:after {
        content: 'SHOW';
        
        font-weight: 800;
    }

#newslettersContainer .signup-module #show_upass-Question input[type=checkbox]:checked + label:after {
    content: 'HIDE';
}

#newslettersContainer .signup-module #show_Password-Question label .questionLabel,
#newslettersContainer .signup-module #show_upass-Question label .questionLabel {
    font-size: 12px;
}

#newslettersContainer .signup-module .forgotLoginPassword,
#newslettersContainer .signup-module #CommunicationPreferences label {
    font-size: 16px;
    /*padding-right: 20px;*/
    background: none;
}

#newslettersContainer .signup-module .forgotLoginPassword {
    float: right;
    clear: both;
}

#newslettersContainer .signup-module p#existingUserNote,
#newslettersContainer .signup-module #CommunicationPreferences label {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    line-height: 18px;
    padding-left: 30px;
}

#newslettersContainer .signup-module p#existingUserNote {
    padding-left: 0;
}

#content > #newslettersContainer .signup-module #CommunicationPreferences {
    clear: both;
    padding-top: 20px;
}

#newslettersContainer .signup-module #CommunicationPreferences label {
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
    line-height: 18px;
}

#newslettersContainer .signup-module #CommunicationPreferences p {
    padding-top: 10px;
    clear: both;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}

#content > #newslettersContainer .signup-module #CommunicationPreferences p {
    padding-top: 0px;
    line-height: 18px;
    font-size: 12px;
}

#newslettersContainer #profile .question {
    margin-bottom: 30px;
}

#newslettersContainer .signup-module #profile label {
    padding: 0;
    margin: 0;
}


#newslettersContainer #profile .question#LicensesCurrentlyHeld-Question {
    padding-left: 15px;
}

#newslettersContainer #profile .question .questionOptions label {
    padding-left: 30px;
    margin-top: 10px;
    display: block;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
}

.ui-autocomplete {
    border: 1px solid #ccc;
    background-color: #eee;
    list-style: none;
    margin: 0;
    display: block;
    outline: none;
    text-align: left;
    position: absolute !important;
}

    .ui-autocomplete .ui-menu-item a {
        text-align: left;
        font-size: 14px;
        padding: 8px;
        font-weight: normal;
        color: #666;
        display: block;
    }

/* step 3 */

#newslettersContainer #profile {
    margin-top: 30px;
}

#content #newslettersContainer #newslettersPostSubmit {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
}

    #content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form {
        padding-top: 80px;
        float: left;
    }

        #content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup {
            width: 100%;
        }

            #content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup .questionOptions {
                margin-bottom: 50px;
            }

#newslettersContainer #newslettersPostSubmit .questionGroup:nth-child(even),
#newslettersContainer #newslettersPostSubmit .questionGroup:nth-child(odd) {
    padding: 0px;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup label {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #101010;
    margin: 0;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup .questionOptions label {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
    color: #101010;
    margin: 0;
    background-image: url(../images/ta/checkbox_white.png);
    margin: 4px 0px;
    height: 20px;
    line-height: 22px;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup .questionOptions input[type=checkbox]:checked + label {
    background-position: 0 -20px !important;
}


#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup input {
    width: 100%;
    outline: 0;
    border-width: 0 0 1px;
    border-color: #000000;
    font-size: 14px;
    padding: 10px 0 10px;
    color: #808080;
    background: transparent;
    margin-bottom: 50px;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form #PasswordContainer input,
#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form #Password_hiddenContainer input {
    margin-bottom: 50px !important;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .questionGroup select {
    all: unset;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid;
    background: url(../images/ta/dropdownarrow.svg) no-repeat right;
    padding: 10px 0 10px;
    color: #808080;
    border-color: #000000;
    margin-bottom: 50px;
}


#content #newslettersContainer .newsletters-post-submit-left {
    width: 33.33333333%;
    float: left;
}

#content #newslettersContainer .newsletters-post-submit-right {
    width: 66.66666667%;
    float: left;
    padding-left: 130px;
    padding-top: 15px;
}

#content #newslettersContainer #newslettersPostSubmit h2 {
   
    font-size: 34px;
    line-height: 1.2;
    color: #101010;
    margin: 0 0 30px 0;
    font-weight: 400;
    letter-spacing: normal;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .emailPrefs_save {
    width: 100%;
    border: 2px solid #000000;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.67;
    text-align: center;
    /*margin-top: 50px;*/
    cursor: pointer;
    background: #fff;
    border-radius: 0;
}

#content #newslettersContainer #show_Password-Question label .questionLabel {
    float: left;
    margin-top: 2px;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .ajaxStatus {
    float: left;
    margin: -30px 0 20px 0;
}

#content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form .strengthify-wrapper {
    top: -43px;
    width: 100%;
}

/* password meter for iframe profile form */

.strengthify-wrapper {
    position: relative;
    width: 100%;
    top: 2px;
}

    .strengthify-wrapper > * {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

.strengthify-bg, .strengthify-container {
    display: block;
    position: absolute;
    width: 100%;
}

.strengthify-bg, .strengthify-container, .strengthify-separator {
    height: 3px;
}

.strengthify-bg {
    background-color: #BBB;
}

.strengthify-separator {
    display: inline-block;
    position: absolute;
    background-color: #FFF;
    width: 1px;
    z-index: 10;
}

.password-bad {
    background-color: #ce181f;
}

.password-medium {
    background-color: #F80;
}

.password-good {
    background-color: #3C3;
}

.bg-danger {
    background-color: #ffe4e1;
}

.bg-warning {
    background-color: #fcf8e3;
}

.bg-info {
    background-color: #e2e8fe;
}

.bg-success {
    background-color: #f2f9eb;
}


#content #Password-Question .passwordMessage, #password-Question .passwordMessage {
    border: 0;
    padding: 10px 0;
}

#newslettersContainer .signup-module #Password-Question .passwordMessage, #password-Question .passwordMessage {
    font-size: 14px;
    bottom: -2px;
    padding: 0;
}

#step3RegSection .question.passwordFocus#show_Password-Question {
    top: -89px;
}


/* thank you */
#content #newslettersContainer #newslettersPostSubmit #thankYouSection {
    padding-top: 10px;
    text-align: center;
}

    #content #newslettersContainer #newslettersPostSubmit #thankYouSection p {
        font-size: 16px;
        margin: 20px 0;
    }

        #content #newslettersContainer #newslettersPostSubmit #thankYouSection p strong {
            font-weight: 700;
        }

    #content #newslettersContainer #newslettersPostSubmit #thankYouSection ul {
        list-style: none;
        font-size: 16px;
    }

        #content #newslettersContainer #newslettersPostSubmit #thankYouSection ul li {
            margin: 10px 0;
        }

/* footer */
body .footer-wrapper {
    padding: 0;
    border-top: 1px solid #e6e6e6;
    background: #f6f6f6;
    width: 100%;
}

body .footer-wrapper, body #wrapper:after {
    height: 100px;
}

#wrapper {
    margin-bottom: -100px;
}

.bottom-footer {
    height: 100px;
    width: 93.75%;
    margin: 0 auto;
    padding: 40px 0 0 0;
    box-sizing: border-box;
}

    .bottom-footer .footer-content {
        width: 50%;
        float: left;
        text-align: left;
        font-size: 14px;
        line-height: 1.67;
        color: #000;
        padding: 0;
    }

.bottom-footer-links a {
    padding-right: 30px;
    text-decoration: none;
    color: #000;
}

    .bottom-footer-links a.TouchPoint {
        padding-right: 0;
        text-decoration: underline;
        color: inherit;
    }


.bottom-footer-links.text-align-right {
    text-align: right;
}

.bottom-footer .alm-logo {
    width: 60px;
    margin-right: 15px;
    vertical-align: middle;
}

/* section styles */

.newsletter-iframe,
.newsletter-iframe * {
    color: #111 !important;
    border-color: #111 !important;
}

    .newsletter-iframe.tadailywire,
    .newsletter-iframe.tadailywire *,
    .newsletter-iframe.tainsidewealt,
    .newsletter-iframe.tainsidewealt *,
    .newsletter-iframe.taportfoliobuilder,
    .newsletter-iframe.taportfoliobuilder *,
    .newsletter-iframe.taretirereport,
    .newsletter-iframe.taretirereport *,
    .newsletter-iframe.tacompwatch,
    .newsletter-iframe.tacompwatch * {
        color: #fff !important;
        border-color: #fff !important;
    }

    .newsletter-iframe #newslettersContainer .signup-module,
    .newsletter-iframe #newslettersContainer .signup-module input[type=button] {
        background-color: transparent;
    }

    .newsletter-iframe.tadailywire select option,
    .newsletter-iframe.tainsidewealt select option,
    .newsletter-iframe.taportfoliobuilder select option,
    .newsletter-iframe.taretirereport select option,
    .newsletter-iframe.tacompwatch select option {
        background: #111 !important;
    }

.tadailywire #newslettersContainer .signup-module select,
.tainsidewealt #newslettersContainer .signup-module select,
.taportfoliobuilder #newslettersContainer .signup-module select,
.taretirereport #newslettersContainer .signup-module select,
.tacompwatch #newslettersContainer .signup-module select {
    background-image: url(../images/ta/dropdownarrow_white.svg);
}

.tadailywire #newslettersContainer #remember input[type=checkbox] + label,
.tainsidewealt #newslettersContainer #remember input[type=checkbox] + label,
.taportfoliobuilder #newslettersContainer #remember input[type=checkbox] + label,
.taretirereport #newslettersContainer #remember input[type=checkbox] + label,
.tacompwatch #newslettersContainer #remember input[type=checkbox] + label {
    background-image: url(../images/ta/checkbox_black.png);
    height: 20px;
    padding-top: 0px;
    padding-left: 27px;
    line-height: 20px;
}

.tadailywire #newslettersContainer #remember input[type=checkbox]:checked + label,
.tainsidewealt #newslettersContainer #remember input[type=checkbox]:checked + label,
.taportfoliobuilder #newslettersContainer #remember input[type=checkbox]:checked + label,
.taretirereport #newslettersContainer #remember input[type=checkbox]:checked + label,
.tacompwatch #newslettersContainer #remember input[type=checkbox]:checked + label {
    background-position: 0 -20px !important;
}

.tadailywire #newslettersContainer #CommunicationPreferences .control_indicator:after,
.tainsidewealt #newslettersContainer #CommunicationPreferences .control_indicator:after,
.taportfoliobuilder #newslettersContainer #CommunicationPreferences .control_indicator:after,
.taretirereport #newslettersContainer #CommunicationPreferences .control_indicator:after,
.tacompwatch #newslettersContainer #CommunicationPreferences .control_indicator:after {
    border-color: #fff;
}


@media only screen and (max-width: 1200px) {

    #content > #newslettersContainer .newsletter-content {
        width: 31%;
    }

        #content > #newslettersContainer .newsletter-content:nth-child(3n) {
            margin-right: 0px;
        }

        #content > #newslettersContainer .newsletter-content:nth-child(4n) {
            margin-right: 30px;
        }
}

@media only screen and (max-width: 1023px) {
    #step3RegSection .question.passwordFocus#show_Password-Question {
        top: -72px;
    }
}


@media only screen and (max-width: 992px) {

    #content > #newslettersContainer {
        max-width: 100%;
    }

        #content > #newslettersContainer h4 {
            width: 100%;
        }

        #content > #newslettersContainer .newsletter-content {
            width: 48%;
        }

            #content > #newslettersContainer .newsletter-content:nth-child(even) {
                margin-right: 0px;
                float: right;
            }

            #content > #newslettersContainer .newsletter-content:nth-child(odd) {
                margin-right: 0px;
                float: left;
                /*width: 100%;*/
            }

    #content #newslettersContainer #newslettersPostSubmit h2 {
        font-size: 26px;
    }

    #content #newslettersContainer .newsletters-post-submit-right {
        padding-top: 10px;
    }

    #newAccountHeader .radioGroup {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    #newslettersContainer .signup-module h4 {
        font-size: 26px;
    }

    #content > #newslettersContainer #newAccount .questionGroup {
        width: 100%;
    }

    #content > #newslettersContainer .questionGroup,
    #content > #newslettersContainer #signInWithAccount .question {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 40px;
    }

    #content > #newslettersContainer #newAccount #accountForm .questionGroup .question,
    #content #newslettersContainer #newAccount #accountForm .questionGroup .question,
    #content > #newslettersContainer #accountForm .questionGroup .question {
        width: 100%;
    }

    #newslettersContainer .questionGroup:last-of-type {
        margin-bottom: 20px;
    }

    #newslettersContainer #signInWithAccount #upass-Question,
    #newslettersContainer #signInWithAccount #show_upass-Question {
        margin-bottom: 0;
    }

    #newslettersContainer .signup-module label {
        padding: 0;
    }

    #newslettersContainer .signup-module .bottomSection {
        padding-top: 0;
    }

    #newslettersContainer #profile .questionGroup,
    #newslettersContainer #profile #signInWithAccount .question {
        margin-bottom: 0px;
    }

    #content #newslettersContainer #signInWithAccount #remember {
        width: 50%;
        clear: both;
        float: left;
        white-space: nowrap;
        margin-top: 10px;
    }

    #content > #newslettersContainer #signInWithAccount #remember .question {
        margin-bottom: 0;
    }

        #content > #newslettersContainer #signInWithAccount #remember .question label {
            font-size: 14px;
        }

    #content #newslettersContainer .signup-module .forgotLoginPassword {
        float: none;
        width: 50%;
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        line-height: 22px;
        margin-top: 10px;
    }

    #content #newslettersContainer .signup-module .forgotLoginPassword {
        font-size: 14px;
    }

    #newslettersContainer #profile .question#LicensesCurrentlyHeld-Question {
        padding-left: 0;
    }

    #newslettersContainer #profile .question .questionOptions label {
        line-height: 22px;
    }

    #content > #newslettersContainer {
        padding: 0;
    }

        #content > #newslettersContainer .newsletter-section {
            margin-bottom: 60px;
        }

        #content > #newslettersContainer .newsletter-content {
            width: 100%;
            height: min-content;
        }
            #content > #newslettersContainer .newsletter-content .newsletter-content-bottom {
                position: relative;
                bottom: -5px;
                margin-top: 10px;
                padding-top: 20px;
            }

            #content > #newslettersContainer .newsletter-list-select-all {
                float: left;
                clear: left;
                margin-top: 20px;
            }

        #content > #newslettersContainer h1 {
            font-size: 38px;
            height: auto;
        }

        #content > #newslettersContainer h4 {
            margin-bottom: 60px;
        }

    #content #newslettersContainer .signup-module .signup-module-content,
    #content #newslettersContainer .signup-module .signup-module-mobile {
        padding: 20px;
    }

    #content #newslettersContainer .signup-module .signup-module-mobile {
        cursor: pointer;
        float: left;
        width: 100%;
    }

    #content #newslettersContainer .signup-module h4 {
        margin: 0px 0px 40px;
        font-size: 20px;
        line-height: 34px;
    }

    #content #newslettersContainer .signup-module .signup-module-mobile h4 {
        float: left;
        width: 70%;
        margin-bottom: 0;
    }

    #content #newslettersContainer .signup-module .signup-module-mobile .plus {
        position: relative;
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 7px;
    }

        #content #newslettersContainer .signup-module .signup-module-mobile .plus:before,
        #content #newslettersContainer .signup-module .signup-module-mobile .plus:after {
            content: "";
            position: absolute;
            background: #7f7f7f;
        }

        /* the vertical line */
        #content #newslettersContainer .signup-module .signup-module-mobile .plus:before {
            left: 50%;
            top: 2px; /* this defines how much black "border" there should be */
            bottom: 2px;
            width: 2px;
            transform: translateX(-50%);
        }

        /* the horizontal line */
        #content #newslettersContainer .signup-module .signup-module-mobile .plus:after {
            top: 50%;
            left: 2px;
            right: 2px;
            height: 2px;
            transform: translateY(-50%);
        }

        #content #newslettersContainer .signup-module .signup-module-mobile .plus.open:before {
            display: none;
        }

    #newslettersContainer .signup-module .signup-module-content-left,
    #newslettersContainer .signup-module .signup-module-content-right {
        width: 100%;
    }

    #content > #newslettersContainer .signup-module #CommunicationPreferences {
        padding-top: 0;
    }

        #content > #newslettersContainer .signup-module #CommunicationPreferences label {
            padding-left: 24px;
            margin-top: 0;
            margin-bottom: 20px;
        }

    #newslettersContainer .signup-module #show_upass-Question label {
        padding-right: 5px;
    }

    #content #newslettersContainer #newslettersPostSubmit .newsletters-profile-form {
        padding-top: 60px;
    }

    #newslettersContainer .newsletters-profile-form .questionGroup {
        margin-bottom: 0;
    }

    #content #newslettersContainer .newsletters-post-submit-left,
    #content #newslettersContainer .newsletters-post-submit-right {
        width: 100%;
    }

    #content #newslettersContainer .newsletters-post-submit-right {
        padding-left: 0;
    }

    body .footer-wrapper, body #wrapper:after {
        height: 80px;
        padding-bottom: 2px;
        /*height: 265px;*/
    }

    .footer-wrapper {
        display: inline-table;
    }

    .bottom-footer {
        width: 100%;
        padding: 20px 20px 0;
        height: auto;
        float: left;
    }

        .bottom-footer .footer-content {
            width: 100%;
        }

    .bottom-footer-links.text-align-right {
        text-align: left;
        margin: 10px 0;
        /*padding-bottom: 20px;*/
        padding-top: 20px;
    }

    .bottom-footer-links a {
        display: block;
        padding: 10px 0;
    }

    .bottom-footer .alm-logo {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .newsletter-footer {
        position: relative !important;
        bottom: -5px !important;
    }

    .newsletter-description {
        height: 104px;
    }

    label.emailPrefs_label {
        height: unset;
    }

    .sortByBrandContainer {
        display: block !important;
        width: 100% !important;
        position: relative !important;
    }
   
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .mobile-only {
        display: block !important;
    }

    .desktop-only {
        display: none !important;
    }

    #sidenav {
        width: 100%;
    }

        #sidenav #menu-close {
            left: 7%;
        }

        #sidenav .fa-circle:before {
            top: 15px;
        }

        #sidenav .dropdown {
            cursor: pointer;
        }

            #sidenav .dropdown .dropdown-content {
                left: 0;
                width: 100%;
                cursor: default;
                border-top: 0;
            }

            #sidenav .dropdown:hover .dropdown-content {
                display: none;
            }

            #sidenav .dropdown .dropdown-content:target {
                display: block;
            }

        #sidenav .small-on {
            display: block;
        }

            #sidenav .small-on a {
                cursor: pointer;
            }

                #sidenav .small-on a:hover {
                    text-decoration: none;
                }

        #sidenav .fa {
            font-size: 24px;
        }

        #sidenav .fa-arrow-left:before {
            content: "\2b60";
        }

    .main-nav-center {
        width: 50%;
    }

    .main-nav-left,
    .main-nav-right {
        width: 25%;
    }

    #content #newslettersContainer .signup-module .signup-module-mobile {
        display: block;
    }

    #content #newslettersContainer .signup-module #signInFormWrapper,
    #content #newslettersContainer .signup-module #signInWithAccountWrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

        #content #newslettersContainer .signup-module #signInWithAccountWrapper #signInWithAccount {
            margin-bottom: 0;
        }

    #content #newslettersContainer .signup-module h4#existingUserIntro {
        font-size: 26px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    #newslettersContainer .signup-module .signup-module-content-right p,
    #newslettersContainer .signup-module p#existingUserNote {
        line-height: 16px;
    }

    #content > #newslettersContainer .signup-module #newAccount .ajaxStatus {
        margin-top: 0;
        margin-bottom: 20px;
    }


    #content #newslettersContainer #newslettersPostSubmit #thankYouSection {
        padding-top: 40px;
        text-align: left;
    }

        #content #newslettersContainer #newslettersPostSubmit #thankYouSection ul li {
            list-style: disc;
            margin: 5px 0 0 17px;
        }


    #content #Password-Question .passwordMessage, #password-Question .passwordMessage,
    #Password-Question .passwordMessage, #password-Question .passwordMessage {
        bottom: -2px;
        padding: 5px;
        padding-left: 0;
        font-size: 12px;
    }

    #step3RegSection .question.passwordFocus#show_Password-Question {
        top: -73px;
    }

    /* iframe */

    .newsletter-iframe #newslettersContainer .questionGroup,
    .newsletter-iframe #newslettersContainer #signInWithAccount .question {
        width: 100%;
        padding: 0 !important;
        margin-bottom: 40px;
    }

    .newsletter-iframe #newslettersContainer #signInWithAccount #remember {
        width: 50%;
        clear: both;
        float: left;
        white-space: nowrap;
        margin-top: 10px;
    }

    .newsletter-iframe #newslettersContainer .signup-module .forgotLoginPassword {
        float: none;
        width: 50%;
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        line-height: 22px;
        margin-top: 10px;
    }

    .newsletter-iframe #newslettersContainer #accountForm .questionGroup .question {
        width: 100%;
    }
}

.dropbtn {
    border: none;
    text-align: left;
}

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    border-top: 1px solid #111111;
    min-width: 300px;
    z-index: 2;
    height: 100%;
    top: 0;
    left: 422px;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 0;
    padding: 40px 20px;
}

    .dropdown-content li {
        list-style: none;
    }

.menu-content {
    margin-bottom: 0;
}

    .menu-content li {
        list-style: none;
        cursor: pointer;
    }

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        text-decoration: underline;
    }

/*.dropdown-content a:hover {background-color: #ddd;}*/

/****************************************************
Only show after 'ready to display' is added via
javascript.  This will ensure the submenu doesn't
show before the main menu 
*****************************************************/
.dropdown:hover .dropdown-content.ready-to-display {
    display: block;
}

.adv-container {
    position: relative;
    height: 850px;
}

#secondary-sidenav.industry-spotlight-color {
    background-color: #f3d386;
}

#secondary-sidenav.industry-spotlight-color,
#secondary-sidenav.practice-management-color,
#secondary-sidenav.technology-color {
    color: #111111;
}

.industry-spotlight-color > a > i.fa-circle {
    color: #f3d386;
}

#secondary-sidenav.investment-portfolio-color {
    background-color: #2e493e;
}

#secondary-sidenav.investment-portfolio-color,
#secondary-sidenav.retirement-planning-color,
#secondary-sidenav.regulation-compliance-color,
#secondary-sidenav.financial-planning-color,
#secondary-sidenav.luminaries-color {
    color: #ffffff;
}

.investment-portfolio-color > a > i.fa-circle {
    color: #2e493e;
}

.portfolio-color > a > i.fa-circle {
    color: #2e493e;
}

#secondary-sidenav.financial-planning-color {
    background-color: #452c37;
}

.financial-planning-color > a > i.fa-circle {
    color: #452c37;
}

#secondary-sidenav.retirement-planning-color {
    background-color: #203241;
}

.retirement-planning-color > a > i.fa-circle {
    color: #203241;
}

#secondary-sidenav.life-health-color {
    background-color: #f2784c;
}

.life-health-color > a > i.fa-circle {
    color: #f2784c;
}


.luminaries-color > a > i.fa-circle {
    color: #7D4B88;
}

.luminaries-color {
    color: #fff;
}

#secondary-sidenav.luminaries-color {
    background: url(../images/ta/luminaries-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

#secondary-sidenav.practice-management-color {
    background-color: #84936f;
}

.practice-management-color > a > i.fa-circle {
    color: #84936f;
}

#secondary-sidenav.technology-color {
    background-color: #a2bcd8;
}

.technology-color > a > i.fa-circle {
    color: #a2bcd8;
}

#secondary-sidenav.regulation-compliance-color {
    background-color: #bb0202;
}

.regulation-compliance-color > a > i.fa-circle {
    color: #bb0202;
}

#secondary-sidenav ul {
    display: none;
}

#secondary-sidenav li a {
    color: inherit;
}

#secondary-sidenav.industry-spotlight-color ul.industry-spotlight-links,
#secondary-sidenav.investment-portfolio-color ul.investment-portfolio-links,
#secondary-sidenav.retirement-planning-color ul.retirement-planning-links,
#secondary-sidenav.financial-planning-color ul.financial-planning-links,
#secondary-sidenav.practice-management-color ul.practice-management-links,
#secondary-sidenav.regulation-compliance-color ul.regulation-compliance-links,
#secondary-sidenav.technology-color ul.technology-links,
#secondary-sidenav.life-health-color ul.life-health-links,
#secondary-sidenav.luminaries-color ul.luminaries-links {
    display: block;
}

.nav-link-inner {
    font-size: 16px;
}

.nav-top-link:hover .nav-link-inner {
    border-bottom: 2px solid #878787;
}


.margin-right-10px {
    margin-right: 10px;
}

.float-right-arrow {
    float: right;
    padding-top: 6px;
}

.investment-portfolio-color > a > i.fa-circle:before {
    background: #2e493e;
}

.retirement-planning-color > a > i.fa-circle:before {
    background: #203241;
}

.financial-planning-color > a > i.fa-circle:before {
    background: #452c37;
}

.practice-management-color > a > i.fa-circle:before {
    background: #84936f;
}

.regulation-compliance-color > a > i.fa-circle:before {
    background: #bb0202;
}

.technology-color > a > i.fa-circle:before {
    background: #a2bcd8;
}

.life-health-color > a > i.fa-circle:before {
    background: #f2784c;
}

.luminaries-color > a > i.fa-circle:before {
    background: #7D4B88;
}

.bottom-menu {
    border-top: 1px solid #E0E0E0;
    padding-top: 25px;
    text-align: left;
}

    .bottom-menu li {
        list-style: none;
    }

        .bottom-menu li a {
            font-size: 13px;
            margin-bottom: 17px;
        }

            .bottom-menu li a:hover {
                text-decoration: underline;
            }

strong {
    font-weight: bold !important;
}


#secondary-sidenav.investment-portfolio-color > button {
    color: #ffffff !important;
}

#secondary-sidenav.retirement-planning-color > button {
    color: #ffffff !important;
}

#secondary-sidenav.regulation-compliance-color > button {
    color: #ffffff !important;
}


#secondary-sidenav.financial-planning-color > button {
    color: #ffffff !important;
}




#secondary-sidenav.luminaries-color > button {
    color: #ffffff !important;
}

#secondary-sidenav.industry-spotlight-color > button {
    color: #111111 !important;
}

#secondary-sidenav.practice-management-color > button {
    color: #111111 !important;
}



#secondary-sidenav.technology-color > button {
    color: #111111 !important;
}

.arrow-icon {
    height: 18px;
    width: 24px;
    fill: currentColor;
}

h5 {
    text-transform: inherit;
    font: 700 24px/22px "proxima-nova", sans-serif;
    width: 100%;
    border: 0;
    margin: 2px 0 10px 0;
    padding: 0 0 10px 0;
    
    color: #0079c2;
    background: none;
}

.defaultDescription {
    margin: 0px 0px 20px 0px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}

.audience-list {
    height: min-content;
    background-color: white;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*padding-top: 20px;*/
}

    .audience-list .newsletter-description {
        color: white !important;
    }



    .audience-list .col {
        height: 140px;
        width: 300px;
        margin: 30px 20px 30px 0px;
        padding: 22px;
        cursor: pointer;
        color: white;
    }

    .audience-list h4 {
        text-align: left;
        text-align: left;
        width: 100% !important;
        margin: 10px;
        padding: 0;
        font: 700 24px/22px "proxima-nova", sans-serif;
    }
    .audience-list h4.heading {
        margin-left: 50px;
     }
    .audience-list .col h4 {
        width: 100% !important;
        background: url(../images/arrow-next.png) no-repeat right;
        text-align: left;
    }
    .audience-list p.heading {
        margin-left: 50px !important;
    }
    .audience-list > p {
        font-size: 15px !important;
    }
    .audience-list p {
        text-align: left;
        margin: 10px !important;
        font-size: 18px !important;
    }

/* 2 columns (600px) */

@media only screen and (min-width:600px) {

 .audience-list .col {
        float: left;
        width: 50%;
    }
}


/* 3 columns (768px) */

@media only screen and (min-width:768px) {

  .audience-list .col {
        width: 33.333%;
    }
}


/* 4 columns (992px) */

@media only screen and (min-width:992px) {
  .audience-list .col {
        width: 25%;
    }
}

.mb-20{
    margin-bottom: 20px;
}

.newsletterAudienceGroup {
    margin-top: 40px;
}
.newsletter-status {
    font-size: 14px;
    background-color: #0052cc;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 500;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: background-color 0.2s;
}

.col.subscribed .newsletter-status {
    color: blue;
}


div.subscriptionRequired {
   font-family: Calibri;
    background: url(../images/dollar.png) no-repeat left;
    font-size: 12px;
    width: 181px;
    margin-top: 5px;
    height: 31px;
    padding: 0px 4px 2px 31px;
    background-size: 26px 26px;
    line-height: 31px;
}

.newsletter-description {
    height: 61px;
    overflow: hidden;
    line-height: 20px;
    font-size: 18px;
    margin-bottom: 1%;
    cursor: default;
    width: 100%;
    -webkit-line-clamp: 3;
    font-family: Calibri;
    color: #595959;
}

body .footer-wrapper, body #wrapper::after {
    height: 216px;
}

.sortByBrandContainer {
    justify-content: center;
    display: flex;
    align-items: baseline;
    width: 100%;
    gap: 65px;
    position: absolute;
    text-align:center;
}

    .sortByBrandContainer label {
        display : inline-block;
        margin-right: -60px;
        color: black;
        font-weight: bold;
        font-size: 13px;
        width : 120px;
        margin-top : 24px;
    }


.newSortContainer {
    justify-content: center;
    display: flex;
    align-items: baseline;
    width: 100%;
    gap: 65px;
    position: absolute;
    text-align: center;
}

    .newSortContainer label {
        display: inline-block;
        margin-right: -60px;
        color: black;
        font-weight: bold;
        font-size: 13px;
        width: 120px;
        margin-top: 24px;
    }

.newsletter-footer {
    position: absolute;
    bottom: 15px;
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center; /* Ensures vertical alignment */
}

.emailPrefs_description_sample {
    /* margin-top: 10px;*/
    color: dodgerblue;
}

    .emailPrefs_description_sample a {
        font-size: 14px;
        color: #4a4a4a;
        text-decoration: none;
        padding: 8px 12px;
        border-radius: 6px;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

#nlDialogContents .newsletter-content-left p.newsletter-frequency {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
    height: auto;
    line-height: 24px;
    padding: 0 !important;
}

    #nlDialogContents .newsletter-content-left p.newsletter-frequency img {
        float: left;
        margin-right: 5px;
        height: 15px;
        margin-top: 5px;
    }

#nlDialogContents .control_indicator:after {
    content: '';
    width: 6px;
    height: 11px;
    border: solid white; /* White tick */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: unset;
    display: none;
    position: absolute;
    margin-left: 5px;
}

#nlDialogContents .background-box {
    display:none;
}

#nlDialogContents {
    text-align: left;
    padding: 20px;
}

    #nlDialogContents .control_indicator {
        height: 20px;
        width: 20px;
        background: #ffffff;
        border: 2px solid #918e8e;
        border-radius: 50%;
        box-sizing: border-box;
        display:block;
    }

    #nlDialogContents input:checked ~ .control_indicator:after {
        display: block;
    }

    #nlDialogContents .newsletter-description {
        height: 66px;
    }

    #nlDialogContents label.emailPrefs_label {
        height: 200px;
    }

    #nlDialogContents .newsletter-footer {
        bottom: 28px;
    }


    #nlDialogContents p.newsletter-frequency img {
        margin-top: 4px;
    }

.nl-details {
    cursor: pointer;
    text-decoration: underline;
    color: #595959;
}

.preview-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    position: relative;
    background-color: white;
    width: 90%;
    max-width: 850px;
    height: 80vh;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

.modal-header {
    background-color: #f8f9fa;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.modal-title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.modal-subscribe-btn {
    background-color: #0052cc;
    color: white;
    padding: 10px 35px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 24px;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 12px;
    font-size: 20px;
    color: #555;
    cursor: pointer;
}

.modal-content iframe {
    width: 100%;
    height: 100%;
    border: none;
    flex: 1;
}


.audience-list > #option-1 {
    background: url(../images/imgLegal.png) no-repeat;
}

.audience-list > #option-3 {
    background: url(../images/imgConsulting.png) no-repeat;
}

.audience-list > #option-9 {
    background: url(../images/imgEmplBenef.png) no-repeat;
}

.audience-list > #option-5 {
    background: url(../images/imgPC.png) no-repeat;
}

.audience-list > #option-6 {
    background: url(../images/imgRE.png) no-repeat;
}

.audience-list > #option-4 {
    background: url(../images/imgFinBank.png) no-repeat;
}

.newsletter-title {
    font-size: 22px;
    margin: 10px 0px 8px 0px;
    /* min-height: 50px;*/
    color: black;
    line-height: 24px;
}

p.newsletter-frequency {
    margin: 0 !important;
    height: auto;
    line-height: 24px;
    padding: 0 !important;
}

    p.newsletter-frequency img {
        float: left;
        margin-right: 5px;
        height: 15px;
        margin-top: 5px;
    }
.newsletters-pre-submit {
    float: left; /* Float the h1 to the left */
}

.content-container {
    float: left; /* Float the container to the left */
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#brandListSelect {
    padding: 6px 0 !important;
    width: 30% !important;
}

#newBrandSort {
    padding: 6px 0 !important;
    width: 30% !important;
}

#brandListSelect select {
    margin: 0 0 10px 0;
    padding: 10px 0;
    width: 35%;
    text-indent: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
}
