.pkg-hero{padding:50px 0}
.pkg-hero p{margin:50px 200px 0;color:#fff}
.pkg-hero img{display:inline-block}
.pkg-headline a{font-family:utopia-std!important;font-size:18px;line-height:24px}
.nav{margin-bottom:15px}
.nav li,.nav li a{display:inline}
.nav li{margin:0 20px 0 0}
.nav li a{
    font-size:18px;
    line-height:30px;
    color:#828282;
    border-bottom:1px solid #c8c8c8;
    font-weight:700;
    padding:10px 0;
    background-color:#fff!important
}
.nav li a:active,.nav li a:hover{background-color:#fff}
.nav li.active a{border-bottom:1px solid #000;color:#000}
.tab-pane{margin-top:30px}
.tab-pane .row{padding-bottom:30px;margin-bottom:30px}
.tab-pane .spotlight-row,.tab-pane .panel-content-row{border-bottom:1px solid #c8c8c8}
.tab-pane .panel-content-row:last-child{border-bottom-width:0}
.tab-pane .panel-content-row,.tab-pane .panel-child-row{padding-bottom:0}
.panel-spotlight{width:430px;height:315px}
.panel-spotlight .pkg-headline{margin-top:0}
.panel-spotlight .text-box-featured p{padding:0 0 5px}
.panel-spotlight .pkg-headline a{font-size:26px;line-heigh;36px;color:#fff}
.panel-spotlight .featured-overlay .text-box-featured{width:75%}
.panel-article-img{width:170px;height:170px}
.t-head{
    background:url(https://images.thinkadvisor.com/media/sponsorships/thinkadvisor-luminaries-header-bg.jpg) center top;
    background-size:1290px auto
}
.luminaries-hero{
    background:url(https://images.thinkadvisor.com/media/sponsorships/thinkadvisor-luminaries-header-bg.jpg) no-repeat left -60px;
    background-size:cover; margin:0 0 30px
}
#user-menu a{color:#fff!important}
.t-head img{filter:invert(100)}
    
@media screen and (max-width:600px){
    .pkg-hero p{margin:50px 0}
    .panel-spotlight{width:100%;height:auto}
    .panel-cta{padding:15px}
    .panel-cta img{width:100%;height:auto}
    .panel-article-img{width:130px;height:130px}
    .nav-container{width:100%;height:auto;overflow:hidden;overflow-x:scroll}
    .nav{width:250%}
    .tab-pane .panel-content-row{border-bottom-width:0}
}
@media screen and (min-width:768px) and (max-width:1024px){
    .panel-spotlight{width:100%;height:auto}
    .featured-overlay{min-height:175px}
    .panel-cta img{width:100%;height:auto}
    .nav li a{font-size:13px}
    .pkg-hero p{margin:50px 100px 0}
}

.t-head {
    background: none;
}
.t-head img {
    filter: invert(0)
}

.sponsor-stories, .editorial-stories{
    display:none;
}

.luminaries-hero.subhero {
    margin-top: 0 !important;
}

.luminaries-hero.subhero .background {
    display: flex;
    align-items: center;
    padding-right: 70px;
}

.luminaries-hero.subhero img {
    max-width: 400px;
    height: auto;
    
}

.luminaries-hero.subhero a {
    white-space: nowrap;
    padding: 7px 30px;
    background: #FFF;
    color: black;
}

.luminaries-hero .background {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.luminaries-hero .background p {
    color: white;
    font-size: 16px;
    max-width: 435px;
}
.nav {
    width: 100%;
}
.nav li button {
    border: none;
    font-size: 18px;
    line-height: 30px;
    color: black;
    font-weight: 700;
    padding: 10px 0;
    background-color: #fff!important;
}

.nav li.active button {
    border-bottom: 4px solid #8600B2;
}

.pkg-hero:last-child  {
    padding: 0;
}

.pkg-hero p {
    margin: 0;
}

.pkg-hero .title {
    font-size: 48px;
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
}

.pkg-hero #sponsored {
    color: #828282;
    font-size: 14px;
    visibility: hidden;

}

.pkg-hero #sponsored.invisible {
    visibility: visible;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #c6c6c6;
}

.card-content div {
    position: relative;
}

.card-content .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 50px;
    background: black;
    opacity: .8;
}

.card-content img {
    margin-right: 47px;
    max-height: 245px;
}

.card-content article {
    margin-right: 60px;
}

.card-content .sponsor {
    font-size: 14px;
    color: #828282;
    font-family: 'Graphik Web',sans-serif;
}

.card-content .title {
    font: 800 26px/28px "proxima-nova",sans-serif;
}

.card-content .description {
    font-family: 'Graphik Web',sans-serif;

}
.card-content .title a{
    color:#333 !important;
}
.card-content .title a:hover{
    color:#0079c2 !important;
}
.card-content .btnLink {

    margin-left: auto;
    padding: 10px 63px;
    background: transparent;
    border: 1px solid black;
    border-radius: 4px;
    
}
.icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.resource-button {
    display: flex;
}

.resource-button img {
    margin-right: 0;
    margin-left: 10px;
}

.luminaries-footer {
    height: 250px;
    display: flex;
    width: 100%;
    background: black;
    color: white;
    align-items: center;
    justify-content: space-between;
    padding-right: 70px;
}

.luminaries-footer article {
    padding: 50px;
    color: inherit;
}

.luminaries-footer p {
    color: inherit;
    font-family: 'Graphik Web',sans-serif;
    font-size: 16px;
}

.luminaries-footer button {
    white-space: nowrap;
    color: black;
    padding: 7px 30px;
}

.luminaries-footer h3 {
    font-size: 26px;
    font-family: "proxima-nova",sans-serif;
}

.luminaries-footer img {
    max-height: 100%;
    width: 250px;
    object-fit: cover;
    object-position: center;
    align-self: stretch;
}

.pkg-inner .nav li a {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    padding: 10px 15px;
    background-color: transparent !important;
}
.pkg-inner .nav li a:hover {
    font-size: 18px;
    line-height: 30px;
    color: #858585;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    padding: 10px 15px;
    background-color: #fff !important;
}

@media only screen and (max-width: 767.49px) {
    .luminaries-hero {
        margin-top: 250px;
        background-position: 10px 10px;
    }

    .luminaries-footer {
        flex-direction: column;
        height: auto;
        padding-right: 0;
        
    }
    .luminaries-footer img {
        width: 100%;
    }
    .luminaries-footer article {
        text-align: center;
        padding: 10px;
    }
    .luminaries-footer button, .luminaries-hero.subhero .background a {
        margin-bottom: 30px;
    }
    .luminaries-hero.subhero .background  {
        flex-direction: column;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .luminaries-hero.subhero .background p {
        padding: 10px;
    }
    .card-content {
        padding-left: 15px;
        padding-right: 15px;
        flex-direction: column;
    }

    .resource-button {
        width: 100%;
        justify-content: center;
    }
    .sponsor {
        margin-top: 7px;
    }
}
