@font-face {
    font-family: 'Graphik Web';
    src: url('Graphik-Regular-Web.woff2') format('woff2'), url('Graphik-Regular-Web.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}


/* menu */
.menu-trigger label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    cursor: pointer;
}

img.mini-burger,
.main-nav-right .mobile-only img {
    height: 20px;
    margin-top: 5px;
}

#sidenav {
    list-style: none;
    margin: 0 auto;
    width: 422px;
    height: 100%;
    overflow-y: hidden;
    position: fixed;
    top: 0px;
    left: -3500px;
    z-index: 1500;
    background: #fff;
    padding-top: 59px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

    #sidenav #menu-close {
        position: absolute;
        top: 20px;
        left: 10%;
        cursor: pointer;
    }

        #sidenav #menu-close img {
            width: 20px;
        }

.sidenav-inner {
    border-top: 1px solid #111111;
    padding: 40px 0 40px 40px;
}

#sidenav .control {
    padding: 10px;
    width: 100%;
}

    #sidenav .control:first-of-type {
        padding-left: 10%;
    }

    #sidenav .control .left h2 {
        margin: 0;
        padding: 0;
        font: 800 24px 'proxima-nova', sans-serif;
        color: #fff;
        letter-spacing: normal;
    }

    #sidenav .control .left h4 {
        font: 400 16px 'proxima-nova', sans-serif;
        color: #999;
    }

    #sidenav .control img.side-nav-close {
        height: 20px;
        cursor: pointer;
    }

    #sidenav .control .right {
        float: right;
    }

    #sidenav .control .col-1-2 {
        width: 50%;
        float: left;
        text-align: left;
    }

    #sidenav .control a {
        font: 700 16px proxima-nova,sans-serif;
        color: #fff;
        text-shadow: 0 2px #444;
        background-color: #444;
        border-radius: 4px;
        margin: 0 auto;
        padding: 10px 0;
        display: block;
        width: 90%;
        text-align: center;
    }

        #sidenav .control a:hover {
            background: #777;
        }

    #sidenav .control .logged-in a {
        background: #043f77;
    }

#sidenav .label {
    margin: 0;
    padding: 10px 20px;
    font: 800 22px proxima-nova,sans-serif;
    cursor: pointer;
    border-bottom: 1px solid #333;
    display: block;
    text-align: left;
}

#sidenav .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 40px 20px 0;
}

    #sidenav .dropdown .nav-link-inner {
        text-decoration: none;
        color: #111111;
        cursor: default;
        font-family: 'Graphik Web',sans-serif;
    }

    #sidenav .dropdown .nav-link-inner:hover {
        text-decoration: underline;
    }

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

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

#sidenav .menu-content li {
    list-style: none;
    box-sizing: border-box;
}

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

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

#sidenav .fa {
    font: normal normal normal 14px/1 Graphik Web;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 30px;
}
.fa {
    font: normal normal normal 14px/1 Graphik Web;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 30px;
}

#sidenav .fa-circle:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    top: 13px;
}

.fa-circle:before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    top: 5px;
}

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

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

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

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

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

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

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

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

#sidenav .sidenav-inner a {
    padding: 8px 8px 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #111111;
    display: block;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'Graphik Web',sans-serif;
}

    #sidenav .sidenav-inner a.dropbtn {
        cursor:default;
    }

    #sidenav .sidenav-inner a:hover {
        color: #0f0f0f;
    }

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

#menu-toggle:checked + #sidenav {
    top: 0;
    left: 0;
}

#nav-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    display: none;
}
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1000;
    cursor: pointer;
}
/* sub nav */

.sidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    transform: translate(-422px);
    display: none;
}

    .sidenav .closebtn {
        height: 59px;
        position: fixed;
        margin: 0;
        padding: 0;
        display: flex !important;
        justify-content: space-around;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #111111;
    }

    .sidenav #header-logo {
        width: max-content;
        float: none;
    }

#TASidenav-inner {
    transition: 0.5s;
    position: absolute;
    z-index: 2;
    background: white;
    min-height: calc(100% - 60px);
    height: calc(100% - 60px);
   /* width: 100%;*/
    top: 59px;
    box-shadow: 3px 3px 4px 0 rgb(0 0 0 / 15%);
}

#secondary-sidenav {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    font-family: 'Graphik Web',sans-serif;
    margin: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    height: calc(100% - 60px);
    width: 260px;
    position: absolute;
    left: 60px;
    top: 59px;
    background-color: #ffffff;
    display: none;
    padding-top: 26px;
    direction: initial;
    overflow-y: auto;
}

    #secondary-sidenav .small-on {
        background: none;
        border: none;
        display: flex;
        margin-bottom: 30px;
    }

        #secondary-sidenav .small-on span {
            padding-top: 2px;
            font-size: 13px;
        }


    #secondary-sidenav ul li {
        list-style: none;
        text-align: left;
    }

    #secondary-sidenav .subList {
        padding-left: 22px;
    }

        #secondary-sidenav .subList::before {
            position: absolute;
            left: 0;
            content: '';
            display: inline-block;
            width: 10px;
            height: 10px;
            -moz-border-radius: 7.5px;
            -webkit-border-radius: 7.5px;
            border-radius: 7.5px;
            background-color: transparent;
            border: 1px solid currentColor;
            transform: translate(22px, 15px);
        }

    #secondary-sidenav ul li a {
        line-height: 1.42857143;
        font-weight: 400;
        list-style: none;
        font-family: graphik web,sans-serif;
        margin: 0;
        box-sizing: border-box;
        background-color: transparent;
        padding: 8px 0;
        font-size: 16px;
        transition: .3s;
        text-decoration: none;
        display: block;
        font-style: normal;
    }

        #secondary-sidenav ul li a:hover {
            text-decoration: underline;
            color: #969696 !important;
        }

.sidenav.expanded {
    transform: translate(0);
}

#secondary-sidenav.expanded {
    display: block;
}

.sidenav-inner {
    padding: 26px 22px;
}

    .sidenav-inner a {
        margin-bottom: 26px;
        text-decoration: none;
        font-size: 16px;
        color: #111111;
        display: block;
        transition: 0.3s;
    }

body {
    transition: 0.5s;
}

.sidenav-inner a:hover {
    color: #0f0f0f;
}

#main-menu {
    transition: margin-left 0.5s;
    padding-left: 0;
    /*padding: 16px;*/
}

/* TASR updates 11/20 */
{
    font-family: 'Graphik Web',sans-serif;
    margin: 0;
    padding: 0;
    /*box-sizing: border-box;*/
}

a {
    color: #000;
    text-decoration: none;
}

body {
    font-family: 'Graphik Web',sans-serif;
    /*line-height: 1.42857143;*/
    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;
}

/* top nav */
.main-nav {
    width: 100%;
    border-bottom: 1px solid #111;
    height: 60px;
    margin: 0;
    padding: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

    .main-nav .inner {
        width: 93.75%;
        margin: 0px auto;
        padding:0;
    }

.main-nav-left {
    width: 33.33%;
    float: left;
    text-align: left;
    margin-top: 15px;
}

    .main-nav-left label {
        float: left;
        cursor: pointer;
    }

.main-nav-center {
    width: 33.33%;
    float: left;
    text-align: center;
}

.main-nav-right {
    width: 33.33%;
    float: left;
    text-align: right;
    margin-top: 20px;
}

img.brand-logo {
    height: 20px;
    margin: 20px 0;
}

.main-nav ul.join-account li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

    .main-nav ul.join-account li a {
        color: #111111;
        font-size: 15px;
        vertical-align: top;
    }

.main-nav ul.join-account span li a {
    margin-right: 20px;
}

.main-nav ul.join-account li a img {
    width: 20px;
}


.logged-in {
    display: none;
}

.logged-out {
    display: inline-block;
}

.menu-trigger label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    cursor: pointer;
}

.main-nav ul.menu-search {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
}

/* registration, login and my account */

#maincontent {
    margin-top: 100px;
}

#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 {
        /*width: 791px;*/
        height: 70px;
        margin: 0px 130px 24px 0px;
        font-family: utopia-std;
        font-size: 60px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.17;
        letter-spacing: normal;
        color: #101010;
    }

    #content > #newslettersContainer h4 {
        font-size: 16px;
        width: 70%;
        line-height: 1.88;
        margin: 24px 130px 82px 0px;
    }

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

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

    #content > #newslettersContainer h5.newsletter-section-title {
        margin: 0 0 0 10px;
        font-size: 14px;
        line-height: 1.71;
        color: #000;
        position: relative;
        padding-left: 10px;
        float: left;
    }

        #content > #newslettersContainer h5.newsletter-section-title:before {
            content: "";
            position: absolute;
            display: block;
            width: 10px;
            border-radius: 50%;
            height: 10px;
            top: 7px;
            left: -11px;
            background: #203241;
        }

    #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;
        margin-top:20px;
    }

    #content > #newslettersContainer .newsletter-content {
        width: 23%;
        float: left;
        padding: 20px 19px 40px 20px;
        border: solid 1px #e6e6e6;
        position: relative;
        height: 270px;
        margin-right: 30px;
        margin-bottom: 30px;
        box-sizing:border-box;
    }

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

    #content > #newslettersContainer .newsletter-content h4 {
        margin: 20px 0;
        font-family: utopia-std;
        font-size: 20px;
        line-height: 24px;
        color: #101010;
        width: 100%;
    }

        #content > #newslettersContainer .newsletter-content p {
            margin: 16px 0px;
            font-size: 14px;
            line-height: 18px;
            color: #101010;
            height:100px;
            overflow-y:hidden;
        }

            #content > #newslettersContainer .newsletter-content p.newsletter-frequency {
                margin: 0;
                height: auto;
                line-height: 24px;
            }

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

    #content > #newslettersContainer .newsletter-content .newsletter-checkbox {
        float:left;
    }

        #content > #newslettersContainer .newsletter-content .emailPrefs_sample {
            float: right;
            color: #101010;
            font-size: 14px;
            line-height: 20px;
            border-bottom: 1px solid #101010;
        }

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


    /* 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-family: utopia-std,'Times New Roman', Times, serif;
            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-family: Graphik,sans-serif;*/
    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-family: Graphik, sans-serif;
    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;
    }

    #newslettersContainer .signup-module #show_upass-Question label,
    #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;
        /*padding-right: 5px;*/
    }


#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;
}

#newslettersContainer .emailPrefs_label,
#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 {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 1px solid #000000;
    border-radius: 0px;
    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 {
    left: 7px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

#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);
}

#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-family: Graphik,sans-serif;
        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-family: utopia-std, 'Times New Roman', Times, serif;
        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: 80px;
    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.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%;
        }

        #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;
}

    }


    /* 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;
}



