@charset "utf-8";

.bootstrap-wrapper {
    margin-top: 20px;
    overflow: hidden
}

.bootstrap-wrapper.subscription-template .content-area {
    width: 100%;
    margin: 20px auto 0 auto;
    padding: 15px
}

.bootstrap-wrapper.subscription-template .content-area>.row {
    align-items: center
}

#modelPort * {
    box-sizing: border-box
}

#modelPort .clear {
    clear: both
}

#modelPort img {
    width: 100%;
    margin: 0;
    padding: 0
}

#modelPort .margBot15 {
    margin-bottom: 15px
}

.model-port-menu>span {
    display: none
}

.bootstrap-wrapper .content-area .titleRow {
    background-color: #e2e2e2;
    margin: 15px 0;
    padding: 0;
    align-items: center
}

.bootstrap-wrapper .content-area h1.pageTitle {
    background-color: #e2e2e2;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0 10px 0
}

.bootstrap-wrapper .content-area .noPadLftRght {
    padding-left: 0;
    padding-right: 0
}

#modelPort #iconHamburger {
    font-size: 20px;
    line-height: 24px;
    color: #585858;
    text-align: right;
    float: right;
    z-index: 1;
    margin: 0 auto;
    padding: 7px 10px 0 0;
    width: 100px;
    cursor: pointer
}

#modelPort #iconHamburger .hamburgerFontSize {
    font-size: 24px
}

#modelPort #navHamburger {
    width: 250px;
    margin: 0;
    float: right;
    background-color: #38444f;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: visible;
    padding: 0
}

#modelPort #navHamburger ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    background-color: #38444f
}

#modelPort #navHamburger a {
    font-size: 15px;
    color: #fff;
    display: block;
    margin: 0 0 10px 0;
    padding: 5px 5px 5px 10px;
    font-weight: 400;
    text-decoration: none
}

#modelPort #navHamburger a:hover {
    background-color: #707070
}

#modelPort #navHamburger a#closeBtn:hover {
    background-color: #38444f;
    text-decoration: underline
}

#modelPort #navHamburger li+ul {
    margin: 0 0 0 20px;
    padding: 0
}

#modelPort #navHamburger li+ul a {
    padding: 5px 5px 0 10px
}

#modelPort #navHamburger ul #closeBtn {
    text-align: right;
    font-size: 15px;
    margin: 10px 0 0 0;
    padding: 0
}

#modelPort p.note {
    font-family: Calibre-Regular, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px
}

.model-port-menu .tab>span {
    background-color: #0d3659;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    margin: 0 0 5px 0;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    color: #fff !important
}

@media (max-width:575.98px) {
    section#archivePg .archive_item {
        padding: 10px 0
    }

    .bootstrap-wrapper .content-area .titleRow {
        padding: 0;
    }

    .bootstrap-wrapper .content-area h1.pageTitle {
        text-transform: none;
        text-align: left;
    }

    section#archivePg .archive-block .cf:nth-child(odd):after {
        display: none;
    }

    #modelPort #iconHamburger {
        float: none;
        margin: 0 auto 10px auto
    }

    .bootstrap-wrapper .content-area .guruImgWrp {
        margin-bottom: 15px
    }

    .bootstrap-wrapper .content-area .pageTitle {
        text-align: left;
        text-transform: none;
    }

    .bootstrap-wrapper .content-area .titleRow {
        padding-bottom: 0px
    }

    .bootstrap-wrapper.subscription-template .content-area {
        padding: 0
    }
}

.bootstrap-wrapper p {
    color: #000
}

.archive_search .row {
    align-items: center
}

.archive_search select {
    padding: 2px 5px;
    background: #fff;
    font-size: .9em
}

button.show-more.loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) .9s infinite;
    animation: ellipsis steps(4, end) .9s infinite;
    content: "\2026";
    width: 0;
    position: absolute
}

@keyframes ellipsis {
    to {
        width: 1.25em
    }
}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em
    }
}

#archivePg button.show-more {
    background: -moz-linear-gradient(top, #294b64 0, #0d2c41 100%);
    background: -webkit-linear-gradient(top, #294b64 0, #0d2c41 100%);
    background: linear-gradient(to bottom, #294b64 0, #0d2c41 100%);
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    color: #fff;
    width: 50%;
    border-radius: 0;
    cursor: pointer;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .5);
    display: block
}

#archivePg button.show-more:hover {
    opacity: .8;
    transition: .2s;
    cursor: pointer
}

section#archivePg .container:first-child {
    background-color: #f6f6f6;
    padding: 15px;
    margin-top: 20px
}

section#archivePg .container:first-child .archiveTitleRow {
    background-color: #e2e2e2;
    margin: 0 0 15px 0;
    padding: 10px 15px 0 0
}

section#archivePg .container:first-child .archiveTitleRow .archive_search {
    padding: 3px 0 0 0
}

section#archivePg .container:first-child .archiveTitleRow .archive_search select[name~=archivedate] {
    cursor: pointer;
    background-color: #fff;
    width: 30%
}

section#archivePg .container:first-child .archiveTitleRow #menuToggle {
    padding: 3px 0 0 0
}

section#archivePg .container:first-child .archiveTitleRow #menuToggle:before {
    margin: 0 0 0 -60px
}

section#archivePg .container:first-child .archiveTitleRow #menuToggle input~ul {
    top: 41px;
    right: -16px
}

section#archivePg .archive_item h2,
section#archivePg .archive_item h2 a {
    font-size: 19px !important;
    line-height: 23px !important;
    text-decoration: none
}

section#archivePg .archive_item h2 a:hover,
section#archivePg .archive_item h2:hover {
    text-decoration: underline
}

section#archivePg .archive-block .cf:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 90%;
    margin-left: -45%;
    background-color: #e2e2e2;
    height: 1px
}

section#archivePg .archive-block .cf:nth-child(odd):after {
    content: '';
    position: absolute;
    top: 5%;
    right: 0;
    width: 1px;
    background-color: #e2e2e2;
    height: 90%
}

section#archivePg .archive-block:first-of-type .cf:before {
    background-color: transparent
}

section#archivePg .archive-list .archive-block h3 {
    font-size: 19px !important;
    line-height: 23px !important;
    padding-bottom: 0;
    text-decoration: none
}

section#archivePg .archive-list .archive-block h3:hover {
    text-decoration: underline
}

section#archivePg .archive_item span.archive_date {
    color: #000;
    font-size: 14px
}

section#archivePg .archive_item {
    padding: 20px 10px;
    display: flex;
    width: 100%
}

section#archivePg .minibanner {
    margin-top: .825em;
    margin-right: .125em;
    margin-bottom: .125em;
    margin-left: .625em;
    table-layout: fixed;
    vertical-align: bottom;
    width: 45%;
    max-width: 300px;
    float: right
}

section#archivePg .minibanner td,
section#archivePg .minibanner tr {
    padding: 0
}

section#archivePg .minibanner img {
    display: block
}

section#archivePg .minibanner img.loading {
    background-color: rgba(0, 0, 0, .25);
    opacity: 1;
    -webkit-animation: fadeinout 1s linear infinite;
    animation: fadeinout 1s linear infinite
}

@-webkit-keyframes fadeinout {

    0%,
    100% {
        opacity: .25
    }

    50% {
        opacity: 1
    }
}

@keyframes fadeinout {

    0%,
    100% {
        opacity: .25
    }

    50% {
        opacity: 1
    }
}

.missing-pubcode {
    background: red
}

.pdf_blocky {
    display: flex
}

.mob_inner {
    display: flex;
    flex-flow: column;
    width: 100%
}

.rounded-report {
    display: flex;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.download-link {
    text-align: right;
}

.special-report_item {
    margin-bottom: 25px;
}

.report-pages {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
}

.row.archive-details {
    align-items: center
}

.date-container:after {
    content: '';
    position: absolute;
    top: 5%;
    right: 15px;
    width: 1px;
    background-color: #e2e2e2;
    height: 90%
}

.readMore,
a.readMore {
    color: #1d9bf5;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700
}

.readMore:hover {
    color: #f60
}

.srvHdFilterTxt {
    text-align: right;
    margin-bottom: 0
}

.srvHdArchiveBtn {
    text-align: left;
    margin-bottom: 0
}

.srvHdArchiveBtn select {
    width: 100%
}

.srvHdGuruImg {
    text-align: left
}

.serviceHeader {
    align-items: center
}

.serviceHeader a img {
    display: flex
}

.serviceHeader .guruImgWrp img {
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .5)
}

.signup-button {
    background: #f60;
    background: -moz-linear-gradient(top, #f60 0, #e55b00 100%);
    background: -webkit-linear-gradient(top, #f60 0, #e55b00 100%);
    background: linear-gradient(to bottom, #f60 0, #e55b00 100%);
    font-size: 1.3em;
    font-weight: 700;
    width: 100%;
    border: none;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    border-radius: 0;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1em
}

.sticky {
    position: fixed;
    top: 5rem;
    width: auto;
    padding: 20px
}

@media only screen and (max-width:900px) {
    .sticky {
        position: fixed;
        top: 0;
        right: 0;
        padding: 15px;
        font-size: 10px
    }

    .signup-button {
        width: 100%;
        display: block
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .signup-button {
        width: 100%;
        display: block
    }
}

.signup-button a {
    display: block;
    color: #fff !important;
    padding: 0;
    font-size: 1.18em;
    line-height: 1em
}

.signup-button span {
    display: block;
    width: 100%;
    font-size: .6em;
    font-style: italic;
    color: #eee !important
}

.fixed {
    position: fixed;
    width: 280px;
    top: 56px
}

@media only screen and (max-width:1250px) {
    .fixed {
        position: fixed;
        width: 230px;
        top: 60px;
        right: 5%
    }
}

section#archivePg>div {
    min-height: 300px
}

section#archivePg>div.row.spacer {
    min-height: 30px
}

.portfolio-table {
    border: 1px solid #000 !important;
    width: 100%
}

.portfolio-table th {
    text-align: center;
    padding: 0
}

.portfolio-table th h3 {
    margin: 0 !important
}

.portfolio-table td {
    border: 1px solid #000;
    vertical-align: middle;
    padding: 5px !important
}

.portfolio-table td:nth-child(odd) {
    width: 25%
}

.portfolio-table td:nth-child(even) {
    width: 50%
}

.portfolio-table tr:nth-last-child(-n+3) td:nth-last-child(2) {
    text-align: right
}

section#archivePg .row .specialRprts table {
    width: 100%;
    border: 0;
    margin-top: 15px
}

section#archivePg .row .specialRprts table td {
    padding: 15px
}

section#archivePg .row .specialRprts table strong {
    color: #000;
    font-size: 19px !important;
    line-height: 23px !important
}

.single-archives #alerttable a,
.single-archives #buyzonechart a,
section#archivePg .row .specialRprts table a {
    color: #1d9bf5
}

section#archivePg .row .specialRprts h3 {
    background-color: #e2e2e2;
    margin: 30px 0;
    padding: 10px 0 10px 15px;
    font-size: 22px;
    line-height: 26px
}

section#archivePg .row .specialRprts .accordion-toggle {
    background-color: transparent
}

.modal #tfs_css_content {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden
}

.logged-in .modal .portfolio-menu .et_pb_extra_column_sidebar {
    display: block
}

.modal-open div#main-header {
    box-shadow: 0 -6px 10px #000
}

#generalContainer main#main {
    overflow: hidden;
    display: flex;
    flex-flow: column;
    height: calc(100vh - 67px)
}

#generalContainer section {
    flex: 1;
    overflow: auto;
}

.single-archives .featherlight .featherlight-content {
    width: auto;
    max-width: none;
    padding: 0;
    overflow: visible !important
}

.single-archives .featherlight-close-icon {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
    background-color: transparent
}

.single-archives .featherlight-loading .featherlight-content {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDBweCIgIGhlaWdodD0iNDBweCIgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0ibGRzLWVjbGlwc2UiIHN0eWxlPSJhbmltYXRpb24tcGxheS1zdGF0ZTogcnVubmluZzsgYW5pbWF0aW9uLWRlbGF5OiAwczsgYmFja2dyb3VuZDogbm9uZTsiPjxwYXRoIG5nLWF0dHItZD0ie3tjb25maWcucGF0aENtZH19IiBuZy1hdHRyLWZpbGw9Int7Y29uZmlnLmNvbG9yfX0iIHN0cm9rZT0ibm9uZSIgZD0iTTEwIDUwQTQwIDQwIDAgMCAwIDkwIDUwQTQwIDQzIDAgMCAxIDEwIDUwIiBmaWxsPSJyZ2JhKDAlLDAlLDAlLDAuNikiIHRyYW5zZm9ybT0icm90YXRlKDM2MCAtOC4xMDg3OGUtOCAtOC4xMDg3OGUtOCkiIGNsYXNzPSIiIHN0eWxlPSJhbmltYXRpb24tcGxheS1zdGF0ZTogcnVubmluZzsgYW5pbWF0aW9uLWRlbGF5OiAwczsiPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBjYWxjTW9kZT0ibGluZWFyIiB2YWx1ZXM9IjAgNTAgNTEuNTszNjAgNTAgNTEuNSIga2V5VGltZXM9IjA7MSIgZHVyPSIwLjVzIiBiZWdpbj0iMHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBjbGFzcz0iIiBzdHlsZT0iYW5pbWF0aW9uLXBsYXktc3RhdGU6IHJ1bm5pbmc7IGFuaW1hdGlvbi1kZWxheTogMHM7Ij48L2FuaW1hdGVUcmFuc2Zvcm0+PC9wYXRoPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: center center;
    width: 225px;
    height: 225px
}

section#archivePg .webinar-item {
    margin-bottom: 20px
}

section#archivePg .webinar-item h6 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 5px
}

section#archivePg .post-content ol li a,
section#archivePg .post-content p a,
section#archivePg .post-content ul li a,
section#archivePg .webinar-item p a {
    color: #1d9bf5;
    font-weight: 600
}

.single-archives #alerttable a:hover,
.single-archives #buyzonechart a:hover,
section#archivePg .post-content ol li a:hover,
section#archivePg .post-content p a:hover,
section#archivePg .post-content ul li a:hover,
section#archivePg .webinar-item p a:hover {
    color: #f60
}

.single-archives #alerttable *,
.single-archives #buyzonechart * {
    padding: 0;
    font-size: .95em
}

.single-archives #alerttable td,
.single-archives #buyzonechart td {
    border: 1px solid rgba(0, 0, 0, .5)
}

.single-archives #alerttable,
.single-archives #buyzonechart {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0 auto 15px auto;
    border: 1px solid rgba(0, 0, 0, .5);
    width: 90%
}

.single-archives #buyzonechart {
    width: 70%;
    background: #fff
}

.single-archives #alerttable {
    background: #fff
}

.single-archives #alerttable+h2,
.single-archives #buyzonechart+h2 {
    margin-top: 5px
}

.single-archives #alerttable h3,
.single-archives #buyzonechart h3 {
    margin: .3em .125em .3em .125em;
    color: #000;
    font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
    line-height: 1em;
    font-size: 1.2em;
    font-weight: 600;
    text-align: center
}

.single-archives #alerttable h4,
.single-archives #buyzonechart h4 {
    margin: .2em .2em .2em .2em;
    color: #000;
    font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
    line-height: 1.2em;
    font-size: 1.1em;
    font-weight: 400
}

.single-archives #buyzonechart #rasta {
    background: linear-gradient(to right, #00a34d, #46af47 15%, #c1d31d 30%, #f7eb00 45%, #fdba00 60%, #f2711a 75%, #eb2922 90%);
    height: 10px
}

.archives-category-peak-velocity-trader #alerttable tbody tr:first-of-type,
.archives-category-peak-velocity-trader-alerts #alerttable tbody tr:first-of-type,
.archives-category-peak-velocity-trader-archive #alerttable tbody tr:first-of-type,
.archives-category-precision-profits #alerttable tbody tr:first-of-type,
.archives-category-precision-profits-alerts #alerttable tbody tr:first-of-type {
    background-color: #e66021
}

.archives-category-10-million-portfolio #alerttable tbody tr:first-of-type,
.archives-category-10-million-portfolio-alerts #alerttable tbody tr:first-of-type,
.archives-category-10-million-portfolio-archive #alerttable tbody tr:first-of-type,
.archives-category-extreme-fortunes #alerttable tbody tr:first-of-type,
.archives-category-extreme-fortunes-alerts #alerttable tbody tr:first-of-type,
.archives-category-profits-unlimited #alerttable tbody tr:first-of-type,
.archives-category-profits-unlimited-alerts #alerttable tbody tr:first-of-type,
.archives-category-profits-unlimited-archive #alerttable tbody tr:first-of-type,
.archives-category-rapid-profit-trader #alerttable tbody tr:first-of-type,
.archives-category-rapid-profit-trader-alerts #alerttable tbody tr:first-of-type,
.archives-category-rapid-profit-trader-archive #alerttable tbody tr:first-of-type,
.archives-category-true-momentum #alerttable tbody tr:first-of-type,
.archives-category-true-momentum-alerts #alerttable tbody tr:first-of-type {
    background-color: #662d91
}

.archives-category-front-line-profits #alerttable tbody tr:first-of-type,
.archives-category-front-line-profits-alerts #alerttable tbody tr:first-of-type,
.archives-category-front-line-profits-trade-alerts-archive #alerttable tbody tr:first-of-type,
.archives-category-power-trend-profits #alerttable tbody tr:first-of-type,
.archives-category-power-trend-profits-alerts #alerttable tbody tr:first-of-type,
.archives-category-power-trend-profits-archive #alerttable tbody tr:first-of-type,
.archives-category-real-wealth-strategist #alerttable tbody tr:first-of-type,
.archives-category-real-wealth-strategist-alerts #alerttable tbody tr:first-of-type,
.archives-category-real-wealth-strategist-archive #alerttable tbody tr:first-of-type {
    background-color: #a37752
}

.archives-category-automatic-profits-alert-archive #alerttable tbody tr:first-of-type,
.archives-category-earnings-drift-alert #alerttable tbody tr:first-of-type,
.archives-category-earnings-drift-alert-archive #alerttable tbody tr:first-of-type,
.archives-category-pure-income #alerttable tbody tr:first-of-type,
.archives-category-pure-income-archive #alerttable tbody tr:first-of-type {
    background-color: #d1d3d4
}

.archives-category-insider-profit-trader #alerttable tbody tr:first-of-type,
.archives-category-insider-profit-trader-alerts #alerttable tbody tr:first-of-type,
.archives-category-tip-off-trader #alerttable tbody tr:first-of-type,
.archives-category-tip-off-trader-alerts #alerttable tbody tr:first-of-type,
.archives-category-tip-off-trader-archive #alerttable tbody tr:first-of-type,
.archives-category-total-wealth-insider-archive #alerttable tbody tr:first-of-type,
.archives-category-total-wealth-insider-sfa #alerttable tbody tr:first-of-type,
.archives-category-total-wealth-insider-weekly-issues #alerttable tbody tr:first-of-type {
    background-color: #11a44b
}

.archives-category-crypto-profit-trader #alerttable tbody tr:first-of-type,
.archives-category-crypto-profit-trader-alerts #alerttable tbody tr:first-of-type,
.archives-category-crypto-profit-trader-archive #alerttable tbody tr:first-of-type {
    background-color: #a1812e
}

.archives-category-bauman-letter-archive-light #alerttable tbody tr:first-of-type,
.archives-category-smart-money-alert-archive #alerttable tbody tr:first-of-type,
.archives-category-smart-money-trade-alerts-archive #alerttable tbody tr:first-of-type {
    background-color: #c9daf8
}

@media (max-width:575.98px) {
    section#archivePg .container:first-child .archiveTitleRow .archive_search select[name~=archivedate] {
        width: 100%
    }

    .srvHdFilterTxt {
        text-align: center;
        margin-bottom: 0
    }

    .srvHdArchiveBtn {
        text-align: center;
        margin-bottom: 10px
    }

    .srvHdArchiveBtn select {
        width: inherit
    }

    .srvHdGuruImg {
        text-align: center
    }
}

.premiumMenu {
    display: none
}

.logged-in .premiumMenu {
    display: block
}

.et_pb_extra_column_sidebar {
    list-style: none
}

.et_pb_widget .widget-title,
.et_pb_widget .widgettitle {
    display: none
}

.premiumMenu .menuLabel {
    font-size: 22px;
    color: #222
}

.premiumMenu #menuToggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-user-select: none;
    user-select: none
}

.premiumMenu #menuToggle:before {
    content: 'Menu';
    font-size: 1.1em;
    color: #585858;
    float: left;
    display: block;
    margin: -3px 0 0 -60px;
    text-transform: none;
    font-weight: 400
}

.premiumMenu #menuToggle input {
    display: block;
    width: 100px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -67px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

.premiumMenu #menuToggle span {
    display: block;
    width: 20px;
    height: 3px;
    margin-bottom: 5px;
    margin-top: 2px;
    position: relative;
    background: #585858;
    z-index: 1;
    transform-origin: -3px 3px;
    transition: transform .5s cubic-bezier(.77, .2, .05, 1), background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease
}

.premiumMenu #menuToggle span:first-child {
    transform-origin: 0 0
}

.premiumMenu #menuToggle span:nth-last-child(2) {
    transform-origin: -1px 2px
}

.premiumMenu #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #585858
}

.premiumMenu #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0) scale(.2, .2)
}

.premiumMenu #menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px)
}

.premiumMenu #menu {
    position: absolute;
    width: 270px;
    margin: 0;
    padding: 0;
    background: #123048;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    font-family: inherit;
    background-color: rgba(255, 255, 255, .1);
    left: 35px
}

.premiumMenu #menu li {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: normal;
    position: relative;
    border-bottom: none
}

.premiumMenu #menu li:after,
.premiumMenu li .step1-menu li+li:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 90%;
    background-color: rgba(255, 255, 255, .1);
    left: 50%;
    margin-left: -45%
}

.premiumMenu #menu li:first-of-type:after {
    display: none
}

.premiumMenu #menu li a:link,
.premiumMenu #menu li a:visited {
    padding: 8px 25px;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border: none;
    display: block;
    line-height: normal
}

.premiumMenu #menu li a.active:hover,
.premiumMenu #menu li a:hover {
    color: #fff;
    background-color: #0f3149;
    text-decoration: underline
}

.premiumMenu #menu li a.active {
    background-color: #0f3149;
    color: #f60
}

.premiumMenu #menu>li:first-of-type {
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.premiumMenu #menu>li:first-of-type a {
    padding-top: 25px
}

.premiumMenu #menu>li:first-of-type a:hover {
    background-color: transparent
}

.premiumMenu li .step1-menu {
    position: relative;
    max-height: 0;
    transition: all .5s ease;
    overflow: hidden
}

.premiumMenu #menu li.menu-item-has-children,
.premiumMenu #menu li.menu-item-has-children a {
    position: relative
}

.premiumMenu #menu li.menu-item-has-children {
    margin: 0;
    padding: 0
}

.premiumMenu #menu li.menu-item-has-children .step1-menu a {
    margin: 0 15px 0 0;
    padding: 8px 10px 8px 30px
}

.premiumMenu #menu li.menu-item-has-children>a:after {
    content: '\e62d';
    font-family: ET-Extra;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    color: #fff;
    position: absolute;
    top: 18px;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s ease;
    font-size: 17px
}

.premiumMenu #menu li.menu-item-has-children.active .step1-menu {
    max-height: 375px
}

.premiumMenu #menu li.menu-item-has-children.active>a:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s ease
}

@media (max-width:575.98px) {
    .portfolio-menu .premiumMenu #menu {
        right: -125px !important;
        top: 33px
    }

    .premiumMenu li .step1-menu {
        max-height: none
    }

    .premiumMenu #menu li.menu-item-has-children>a:after {
        display: none
    }
}

.premiumMenu #menuToggle input~ul {
    transform: scale(1, 1);
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .2s ease .15s
}

.premiumMenu #menuToggle input:checked~ul {
    transform: scale(1, 1);
    opacity: 1;
    width: 270px;
    max-height: 3000px;
    overflow: auto;
    transition: all .2s ease .15s;
    left: -235px
}

.premiumMenu li .step1-menu a:after {
    content: '\e62f';
    font-family: ET-Extra;
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
    color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 18px;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: .3s ease;
    font-size: 13px
}

.premiumMenu li .step1-menu a:hover:after {
    color: #fff
}

.premiumMenu .step1-menu li {
    border-bottom: none
}

.portfolio-menu .premiumMenu #menuToggle {
    right: 15px
}

.portfolio-menu .premiumMenu #menuToggle:before {
    margin-top: 0
}

.portfolio-menu .premiumMenu #menu {
    margin-top: 9px;
    padding: 0 0 20px 0;
    background: #113752
}

.collapse.in {
    display: block;
    margin: 0 0 0 10px
}

.template-protected-pub-page .site-main {
    margin: 20px 0 0 0
}

.archives table:first-child {
    border-left: 1px dotted;
    width: 20%;
    margin: 20px;
    padding: 10px;
    border: none
}

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #222 !important;
    overflow: hidden
}

.wrapper h2 {
    margin: 30px 0 10px 0
}

.tab > input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.tab > label {
    position: relative;
    display: block;
    padding: .6em 30px .6em 1em;
    background: #eee;
    font-weight: 700;
    font-size: 16px !important;
    line-height: 20px !important;
    cursor: pointer;
    font-size: .85em;
    border-bottom: 1px #222 solid;
    line-height: 19px
}

.blue label {
    background: #2980b9
}

.tab-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s
}

.tab-content ul li {
    margin: 0 0 0 10px
}

.blue .tab-content {
    background: #3498db
}

.tab-content p {
    margin: 1em
}

.tab input:checked~.tab-content {
    max-height: 220vh
}

.tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s
}

.tab input[type=checkbox]+label::after {
    content: "+"
}

.tab input[type=radio]+label::after {
    content: "\25BC"
}

.tab input[type=checkbox]:checked+label::after {
    transform: rotate(315deg)
}

.tab input[type=radio]:checked+label::after {
    transform: rotateX(180deg)
}

.ReportCont {
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    width: 100%
}

.ReportCont img {
    border: 1px #ccc solid;
    width: 180px;
    float: left
}

.ReportCont a:link {
    display: block
}

.ReportCont .ReportTxt {
    text-align: left
}

.ReportCont strong {
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 0 0 0 10px;
    width: 70%;
    display: inline-block
}

.ReportCont span {
    line-height: 1.6em;
    font-size: .9em;
    float: left;
    display: inline-block;
    width: 75%;
    padding: 0 0 0 10px
}

span.ReportContTbl {
    line-height: 1.6em;
    font-size: .9em
}

section#archivePg .specialRprts hr {
    background-color: #d2d2d2;
    height: 1px;
    border: 0
}

section#archivePg .specialRprts .ReportContTblBtStrp .row:first-child {
    border-bottom-width: 0;
    padding: 0;
    margin: 0 0 20px 0
}

section#archivePg .specialRprts .ReportContTblBtStrp .row {
    border-bottom-width: 0;
    padding: 10px 0 0 0;
    margin: 0 0 20px 0
}

section#archivePg .specialRprts .ReportContTblBtStrp .container-fluid {
    padding-left: 0;
    padding-right: 0
}

section#archivePg .ReportContTblBtStrp h1,
section#archivePg .ReportContTblBtStrp h1 a,
section#archivePg .ReportContTblBtStrp h1 a em:link,
section#archivePg .ReportContTblBtStrp h1 a:link {
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0
}

section#archivePg .ReportContTblBtStrp h1 a em:hover,
section#archivePg .ReportContTblBtStrp h1 a:hover,
.special-report-page h2 a:hover {
    color: #1d9bf5
}

.special-report-page h2 a:visited {
    color: #666
}

section#archivePg .ReportContTblBtStrp .videoRow h1,
section#archivePg .ReportContTblBtStrp .videoRow h1 a {
    text-transform: none
}

section#archivePg .ReportContTblBtStrp h2 {
    background-color: #e2e2e2;
    font-size: 22px;
    line-height: 26px;
    margin: 30px 0 10px 0;
    padding: 10px 15px 10px 15px
}

section#archivePg .specialRprts .ReportContTblBtStrp>hr {
    background-color: #d2d2d2;
    height: 1px;
    border: 0
}

section#archivePg .specialRprts .ReportContTblBtStrp p {
    margin-bottom: 0;
    padding-bottom: 0
}

section#archivePg .ReportContTblBtStrp img {
    width: 100%
}

section#archivePg .ReportContTblBtStrp .videoRow div:nth-child(2) div {
    padding-top: 0
}

@media (max-width:575.98px) {
    section#archivePg .ReportContTblBtStrp h1 {
        margin-top: 10px
    }
}

@media (max-width:768px) {
    .serviceHeader .guruImgWrp img {
        margin: 0 auto
    }
}

#generalContentContainer .guruImgWrp>a {
    border-radius: 69px;
    overflow: hidden;
    width: 69px;
    height: 69px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border: 2px solid #f60
}

#generalContentContainer .guruImgWrp img.loading,
#generalContentContainer .logoPad img.loading {
    opacity: 0;
    width: 1px;
    height: 1px;
    padding: 0
}

#generalContentContainer .guruImgWrp img.loading+.img-placeholder::before,
#generalContentContainer .logoPad img.loading+.img-placeholder::before {
    content: '';
    display: block;
    position: absolute;
    left: -69px;
    top: 0;
    height: 100%;
    width: 69px;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
    animation: load 2s infinite
}

#generalContentContainer .guruImgWrp img.loading+.img-placeholder,
#generalContentContainer .logoPad img.loading+.img-placeholder {
    position: relative;
    width: 100%;
    height: 90px;
    background-color: #ecf0f5;
    border-radius: 3px
}

#generalContentContainer .logoPad {
    min-height: 90px;
    display: flex;
    align-items: center
}

#generalContentContainer .logoPad>a {
    flex: 1;
    overflow: hidden;
    display: flex
}