.navbar {
    background: #fff;
    padding: 0 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25)
}

.navbar-nav:nth-child(5) {
    margin-right: 25px
}

.navbar .container {
    padding-left: 0;
    padding-right: 0
}

.navbar-toggler {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 36px;
    padding: 0 24px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #e56600;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none;
    transition: all .15s ease
}

.nav-item {
    font-size: 14px;
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    
}
.nav-item a {
    padding: 19px;
}
.nav-item a:hover {
    background: #ffb80b
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 19px
}

.btn-login {
    margin-top: 9px
}

.nav-item a {
    color: #444
}

.dropdown-menu {
    min-width: 15rem;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 1.25rem
}

.dropdown-menu .dropdown-item {
    padding: 15px;
    border-bottom: 1px solid #a9c5ff;
    color: #fff;
    font-weight: 600
}

@media (max-width:991.98px) {
    .dropdown-menu:hover {
        background: #fff
    }
    .navbar {
        text-align: center;
        padding: 10px 15px
    }
    .nav-item {
        padding: 9px 0;
        border-bottom: 1px solid #a9c5ff
    }
    .navbar-collapse {
        border-top: 1px solid #a9c5ff;
        margin-top: 20px
    }
}

.form-control {
    padding: 1.25rem 1.5rem .5rem .5rem;
    font-size: 18px;
    margin-bottom: 25px;
    border: none;
    border-bottom: 2px solid #212b38;
    background: none;
    border-radius: 0
}

form .btn-main {
    margin-right: 0!important
}

select.form-control:not([size]):not([multiple]) {
    height: auto
}

.custom-control.fill-checkbox {
    --color: #00ae42;
    text-align: left
}

.custom-control.fill-checkbox .fill-control-input {
    display: none
}

.custom-control.fill-checkbox .fill-control-input:checked~.fill-control-indicator {
    background-color: var(--color);
    border-color: var(--color);
    background-size: 80%
}

.custom-control.fill-checkbox .fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #17bcb8;
    cursor: pointer;
    transition: .3s;
    background: transparent;
    background-size: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-control.fill-checkbox .fill-control-description {
    margin-left: 10px;
    font-size: 16px
}

.modal-content {
    padding: 20px 15px 25px;
    border-radius: 3.5rem;
    border: none;
    background: #edf3ff
}

.modal-title {
    line-height: 1em
}

.modal-header {
    border: none;
    padding: 0 0 10px
}

.carousel-item .close,
.modal-header .close {
    padding: 0;
    top: -1.75rem;
    right: 1rem;
    position: absolute
}

.close {
    font-size: 5.5rem;
    font-weight: 100;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    line-height: .4
}

.blockquote-footer {
    font-size: 100%
}

html {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 10px;
    color: var(--black);
    scroll-behavior: smooth
}

body,
html {
    overflow-x: hidden
}

*,
:after,
:before {
    box-sizing: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px
}

h1,
h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: .9em;
    color: #212b38
}

h1 {
    font-size: 44px;
    margin-bottom: 20px;
    font-weight: 300;
    text-shadow: 0 2px 2px #fff
}

h1 .tm {
    margin-left: -4px
}

h2 {
    font-size: 38px;
    margin-bottom: 14px;
    font-weight: 300
}

h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    color: #212b38
}

h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em
}

@media (max-width:575.98px) {
    h1 {
        font-size: 42px
    }
    h2 {
        font-size: 34px
    }
}

body {
    font-size: 15px;
    background: #fff;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-numeric: proportional-nums;
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif
}

a {
    color: #17bcb8
}

small p {
    font-size: 10px;
    line-height: 11px;
    color: #2c4162;
    font-style: italic
}

button {
    background: #ffc600;
    border: 0;
    padding: 10px 20px
}

img {
    max-width: 100%
}

blockquote {
    margin-top: 30px;
    margin-bottom: 40px
}

blockquote p {
    font-size: 24px;
    line-height: 3rem;
    color: #2c4162;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    font-style: italic;
    padding-left: 25px;
    margin-left: 30px;
    border-left: 4px solid #cadbff
}

@media (max-width:670px) {
    blockquote p {
        font-size: 18px;
        padding-left: 0;
        margin-left: 0;
        border-left: none
    }
}

.row-spacing {
    margin-bottom: 45px
}

.tm {
    font-size: 10px!important;
    letter-spacing: -1px;
    line-height: 1em
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #222222;
	margin-bottom: 2rem;
}

.intro-text {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px
}

sup {
    font-size: 60%;
    font-weight: 500
}

.callout-text {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 100
}

@media (max-width:767.98px) {
    .callout-text {
        font-size: 28px;
        line-height: 30px
    }
}

.inline-callout-text {
    font-size: 34px!important;
    line-height: 40px;
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 100
}

.boldtext {
    font-weight: 500
}

.allcaps {
    text-transform: uppercase;
    letter-spacing: 2px
}

.img-tradesmith {
    position: relative;
    z-index: 2000
}

.img-left {
    margin-left: -200px;
    border-radius: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .5)
}

.img-product-sm {
    width: 175px;
    display: block;
    margin: 0 auto 10px
}

.img-product-main {
    width: 225px;
    display: block;
    margin: 0 auto 10px
}

.img-ssi {
    width: 300px;
    display: block;
    margin: 0 auto
}

.intro-text ul {
    display: flex;
    margin-top: 35px;
    padding-left: 0
}

.intro-text li {
    display: list-item;
    list-style: none;
    margin-right: 20px
}

.btn-main {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #e56600;
    border-radius: 24px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none;
    transition: all .15s ease;
    cursor: pointer
}

.btn-main:hover {
    text-decoration: none;
    background: #ffb80b;
    color: #212b38
}

.btn-small {
    white-space: nowrap;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #e56600;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #fff;
    text-decoration: none;
    transition: all .15s ease;
    cursor: pointer
}

.btn-small:hover {
    text-decoration: none;
    background: #ffb80b;
    color: #212b38
}

.btn-tsblue {
    background: #212b38;
    color: #fff
}

.btn-tsblue:hover {
    text-decoration: none;
    background: #94b7ff;
    color: #212b38
}

.btn-green {
    background: #00ae42
}

.btn-green:hover {
    background: #50ce50
}

.btn-purple {
    background: #3f2b8c
}

.btn-purple:hover {
    background: #a977f3
}

.btn-blue {
    background: #002a8f
}

.btn-blue-lt,
.btn-blue:hover {
    background: #007be0
}

.btn-blue-lt:hover {
    background: #002a8f
}

.btn-white {
    background: #fff;
    color: #212b38;
    margin-bottom: 40px
}

.btn-white:hover {
    background: #edf3ff;
    color: #000
}

.green {
    color: #00ae42!important
}

.purple {
    color: #3f2b8c!important
}

.blue {
    color: #002a8f!important
}

.orange {
    color: #e56600!important
}

.green-lt {
    color: #50ce50!important
}

.purple-lt {
    color: #a977f3!important
}

.blue-lt {
    color: #007be0!important
}

.orange-lt {
    color: #eb9439!important
}

.red {
    color: #ff3400!important
}

.red-bg {
    background: #ff3400!important
}

.green-bg {
    background: #00ae42!important
}

.yellow-bg {
    background: #ffb80b!important
}

.common-text {
    color: #cae1ff
}

#stripes {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform-origin: 0;
    background: linear-gradient(150deg, #002a8f 15%, #007be0 74%);
    border-radius: 170px
}

#intro {
    position: relative;
    display: grid;
    z-index: 1000;
    padding: 50px;
    text-shadow: 0 2px 0 #1b3152
}

#intro .btn-main {
    text-shadow: none
}

#intro h2 {
    color: #fff
}

.img-small-logo {
    width: 300px;
    margin: 0 auto 30px
}

#app-illustrations {
    pointer-events: none;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 1287px;
    left: 50%;
    margin-left: -644px;
    transform-origin: 50% 20%
}

#complete-toolkit {
    display: grid
}

#complete-toolkit .common-UppercaseTitle {
    width: 50%
}

@media (min-width:670px) {
    #app-illustrations {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 400px;
        margin-left: 0;
        top: 115px;
        transform-origin: 100% 0
    }
}

@media (min-width:670px) {
    #intro {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 600px
    }
}

@media (min-width:670px) {
    #intro .container-lg {
        margin-top: -7%;
        padding-top: 0;
        padding-bottom: 0
    }
}

.logo-container {
    display: grid;
    background: #fff;
    z-index: 10000;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.logo-main img,
.logo-main svg {
    width: 300px;
    grid-column-start: 1;
    margin-top: 10px;
    place-items: left center
}

.logo-item {
    color: #444;
    text-align: right;
    cursor: pointer;
    align-self: center
}

.logo-sub {
    width: 350px;
    margin-bottom: 35px
}

.sm-logo-container {
    display: grid;
    z-index: 10000;
    padding: 25px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr))
}

.sm-logo-main img,
.sm-logo-main svg {
    width: 250px;
    place-items: left center
}

.sm-logo-footer img,
.sm-logo-footer svg {
    width: 300px
}

.sm-logo-item {
    color: #444;
    text-align: right;
    cursor: pointer;
    align-self: center
}

.btn-nav {
    margin: 9px 0px 9px 9px;
}

.hero {
    grid-area: a;
    background: linear-gradient(110deg, #212b38, rgba(33, 43, 56, .8)), url(../images/marble-texture-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 100px 10px 80px
}

.hero .feature h3 {
    color: #e56600
}

.hero .feature p {
    text-shadow: none;
    color: #2c4162;
    font-weight: 500
}

.hero .btn-main {
    margin-right: 10px
}

.hero .btn-main-alt {
    background: #cadbff;
    color: #212b38
}

.hero .btn-main-alt:hover {
    background: #94b7ff;
    color: #212b38
}

.hero-sub {
    grid-area: a;
    background: linear-gradient(110deg, #212b38, rgba(33, 43, 56, .8)), url(../images/marble-texture-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 100% 100%;
    padding: 100px 10px 80px
}

.dk-blue-gradient {
    background: linear-gradient(90deg, #212b38, rgba(33, 43, 56, .5));
    background-size: cover
}

.hero-sub h1,
.hero h1 {
    color: #fff;
    text-shadow: 0 2px 0 #000
}

.hero-sub h1 strong,
.hero h1 strong {
    color: #ffb80b
}

.hero-sub>*,
.hero>* {
    padding: 5px
}

.hero-sub p,
.hero p {
    color: #fff;
    text-shadow: 0 2px 0 #000
}

.bg-white {
    background: #fff
}

.bg-lt-gray {
    background: #edf3ff
}

.bg-mid-gray {
    background: #cadbff
}

.bg-dk-gray {
    background: #94b7ff
}

.bg-ts-blue {
    background: #212b38
}

.MainImage-right {
    position: absolute;
    min-width: 100rem;
    min-height: 55rem;
    background-size: cover;
    background-repeat: no-repeat;
    border: 18px solid #212b38;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
    border-radius: 10px
}

.mainImage-home {
    border: none;
    box-shadow: none
}

.MainImage-plans {
    position: absolute;
    min-width: 58rem;
    min-height: 45rem;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:991.98px) {
    .MainImage-right {
        position: relative;
        min-width: auto;
        min-height: 400px;
        max-width: 100%;
        margin-bottom: 40px
    }
    .hero-home {
        padding: 100px 0 0
    }
    .mainImage-home {
        margin-top: 30px
    }
}

@media (max-width:991.98px) {
    .MainImage-plans {
        display: none
    }
    .bgFeature-margin {
        margin-bottom: 0;
        margin-top: 35px
    }
    .bgFeature-home {
        background-image: url(../images/homepage-main-mobile.png);
        margin-top: 50px;
        margin-bottom: -120px
    }
}

@media (max-width:767.98px) {
    .bgFeature-margin {
        margin-bottom: 0;
        margin-top: 35px
    }
    .bgFeature-home {
        background-image: none;
        min-height: auto
    }
}



@media (max-width:991.98px) {
    .FeatureImage-right {
        position: relative;
        min-width: auto;
        min-height: 400px;
        max-width: 100%;
        margin-top: 40px
    }
}

@media (max-width:767.98px) {
    .FeatureTabs {
        border-bottom: 2px solid #212b38;
        padding: 0;
        display: block;
        width: 100%
    }
    .FeatureTab {
        border: 1px solid #cadbff
    }
    .FeatureTab:first-child,
    .FeatureTab:first-child .active {
        border-radius: 3.5rem 3.5rem 0 0
    }
    .FeatureTab:nth-child(3),
    .FeatureTab:nth-child(3) .active {
        border-radius: 0 0 0 0
    }
    .FeatureTabs .nav-link.active:after {
        border: none
    }
}

#secondary-top {
    background: #edf3ff;
    background: linear-gradient(110deg, #212b38, rgba(33, 43, 56, .5)), url(../images/about-banner.jpg) 50% no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 100px;
    margin-bottom: 35px;
    /*min-height: 400px*/
}

#secondary-top h1,
#secondary-top p {
    color: #fff;
    text-shadow: none
}

.article-categories {
    list-style: none;
    padding-left: 0
}

.article-categories li {
    display: inline-block;
    padding: 5px 7px;
    border-radius: 4px;
    background: #2c4162;
    margin-right: 7px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 11px
}

#secondary {
    padding-top: 0px;
    /*padding-bottom: 30px*/
}

#secondary p {
    font-size: 18px;
    line-height: 2.75rem
}

.secondary-main {
    padding: 0 40px 20px 20px
}

.author {
    font-style: italic
}

.author,
.date {
    font-size: 12px
}

.header-sidebar {
    backgsecondary round: rgba(33, 43, 56, .75);
    border-radius: 1.5rem;
    padding: 25px;
    margin-bottom: 40px
}

.header-sidebar h3,
.header-sidebar p {
    color: #fff!important
}

.header-sidebar form input .btn-wrap {
    margin-top: 0;
    margin-bottom: 0
}

.related-sidebar {
    text-align: center
}

.related-sidebar h4 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500
}

.related-sidebar .img-product-sm {
    width: 80%;
    margin-bottom: 15px
}

.related-sidebar .item {
    padding: 15px 10px;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, .25);
    margin-bottom: 10px;
    border-radius: 9px;
    background-position: 50%;
    background-size: cover
}

.sidebar {
    margin-top: -200px;
    position: relative;
    z-index: 1000;
    background: #edf3ff;
    background: rgba(237, 243, 255, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 3.5rem;
    padding: 20px
}

@media (max-width:767.98px) {
    .sidebar {
        margin-top: 50px
    }
}

.article1 {
    background: linear-gradient(110deg, rgba(33, 43, 56, .8) 15%, rgba(33, 43, 56, .8)) 100%, url(../images/story-banner.jpg) no-repeat
}

.article2 {
    background: linear-gradient(110deg, rgba(33, 43, 56, .8) 15%, rgba(33, 43, 56, .8)) 100%, url(../images/banner-1.jpg) no-repeat
}

.article3 {
    background: linear-gradient(110deg, rgba(33, 43, 56, .8) 15%, rgba(33, 43, 56, .8)) 100%, url(../images/crypto-bg.jpg) no-repeat
}

.related-sidebar .item h3 {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.related-sidebar .item p {
    font-size: 14px!important;
    line-height: 1.4rem!important;
    color: #212b38;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.inline-ad-wrap {
    padding: 5px;
    border-top: 1px solid #94b7ff;
    border-bottom: 1px solid #94b7ff;
    margin-bottom: 20px;
    margin-top: 20px
}

.inline-ad {
    background: #212b38;
    background: linear-gradient(110deg, #212b38 25%, rgba(70, 200, 71, .5)) 100%, url(../images/graph-image-cr.jpg) 50% no-repeat;
    background-size: cover;
    padding: 20px 20px 30px
}

.inline-ad h3,
.inline-ad p {
    color: #fff
}

.inline-ad h3 {
    font-weight: 600
}

.inline-ad p {
    font-size: 16px!important;
    line-height: 2rem!important;
    margin-bottom: 20px
}

.inline-ad .inline-img-wrap {
    display: grid
}

.inline-ad .inline-img-wrap img {
    display: grid;
    align-self: center
}

.inline-ad .inline-img-wrap .img-inline {
    width: 250px;
    margin: 10px auto 20px
}

@media (max-width:575.98px) {
    .inline-ad .inline-img-wrap .img-inline {
        width: 250px;
        margin: 10px auto 30px
    }
}

#products {
    padding-top: 175px;
    padding-bottom: 60px;
    margin-top: -100px;
    background: #edf3ff
}

#products-sm {
    padding-top: 75px;
    padding-bottom: 260px;
    background: #edf3ff
}

.product-sm-padding {
    padding-top: 75px!important;
    padding-bottom: 100px!important
}

#products-main {
    padding-top: 175px;
    padding-bottom: 90px;
    margin-top: -125px;
    background: #edf3ff
}

#about .feature,
#editorials .feature,
#how-to-invest .feature,
#products-main .feature,
#products-sm .feature,
#related-articles .feature {
    padding: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25)
}

#about .feature header,
#editorials .feature header,
#how-to-invest .feature header,
#products-main .feature header,
#products-sm .feature header,
#related-articles .feature header {
    border-radius: 2.5rem 2.5rem 0 0;
    background: #edf3ff;
    padding: 10px;
    margin-bottom: 7px
}

#about .feature header img,
#editorials .feature header img,
#how-to-invest .feature header img,
#products-main .feature header img,
#products-sm .feature header img,
#related-articles .feature header img {
    width: 69%;
    margin: 20px auto
}

#about .feature .related-header-green,
#editorials .feature .related-header-green,
#how-to-invest .feature .related-header-green,
#products-main .feature .related-header-green,
#products-sm .feature .related-header-green,
#related-articles .feature .related-header-green {
    background: linear-gradient(110deg, #0e8116, #46c847)
}

#about .feature .related-header-purple,
#editorials .feature .related-header-purple,
#how-to-invest .feature .related-header-purple,
#products-main .feature .related-header-purple,
#products-sm .feature .related-header-purple,
#related-articles .feature .related-header-purple {
    background: linear-gradient(110deg, #3f2b8c, #a977f3)
}

#about .feature .related-header-blue,
#editorials .feature .related-header-blue,
#how-to-invest .feature .related-header-blue,
#products-main .feature .related-header-blue,
#products-sm .feature .related-header-blue,
#related-articles .feature .related-header-blue {
    background: linear-gradient(110deg, #002a8f, #007be0)
}

#about .feature .related-header-orange,
#editorials .feature .related-header-orange,
#how-to-invest .feature .related-header-orange,
#products-main .feature .related-header-orange,
#products-sm .feature .related-header-orange,
#related-articles .feature .related-header-orange {
    background: linear-gradient(110deg, #ff3400, #ffb80b)
}

#about .feature .feature-content,
#editorials .feature .feature-content,
#how-to-invest .feature .feature-content,
#products-main .feature .feature-content,
#products-sm .feature .feature-content,
#related-articles .feature .feature-content {
    padding: 20px
}

#about .feature .feature-content p,
#editorials .feature .feature-content p,
#how-to-invest .feature .feature-content p,
#products-main .feature .feature-content p,
#products-sm .feature .feature-content p,
#related-articles .feature .feature-content p {
    line-height: 1.4em;
    margin-bottom: 25px
}

#products-sm h2,
#products h2 {
    text-align: center;
    margin-bottom: 25px
}

#products-sm .feature p,
#products .feature p {
    margin-bottom: 25px
}

#editorials,
#related-articles {
    padding-top: 50px!important;
    padding-bottom: 75px!important
}

#editorials .features .feature,
#related-articles .features .feature {
    text-align: left
}

#editorials .features .feature .img-article,
#related-articles .features .feature .img-article {
    border-radius: 2.2rem 2.2rem 0 0;
    min-height: 200px
}

#editorials .features .feature .img-article1,
#related-articles .features .feature .img-article1 {
    background: url(https://picsum.photos/300/250/?random=1) no-repeat
}

#editorials .features .feature .img-article2,
#related-articles .features .feature .img-article2 {
    background: url(https://picsum.photos/300/250/?random=2) no-repeat
}

#editorials .features .feature .img-article3,
#related-articles .features .feature .img-article3 {
    background: url(https://picsum.photos/300/250/?random=3) no-repeat
}

#editorials .features .feature .img-article1,
#editorials .features .feature .img-article2,
#editorials .features .feature .img-article3,
#related-articles .features .feature .img-article1,
#related-articles .features .feature .img-article2,
#related-articles .features .feature .img-article3 {
    background-size: cover;
    background-position: top
}

#editorials .features .feature-content,
#related-articles .features .feature-content {
    padding: 20px
}

#editorials .features .feature-content a,
#related-articles .features .feature-content a {
    color: #2c4162
}

#editorials .features .feature-content a:hover,
#related-articles .features .feature-content a:hover {
    color: #007be0;
    text-decoration: none
}

#editorials .features .feature-content p,
#related-articles .features .feature-content p {
    line-height: 1.4em;
    margin-bottom: 25px
}

#editorials .features .feature-content .category,
#related-articles .features .feature-content .category {
    margin-bottom: 10px
}

#editorials .features .feature-content .category a,
#related-articles .features .feature-content .category a {
    color: #17bcb8
}

#related-articles {
    background: #edf3ff
}

.icon-circle {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    margin: 0 auto -35px;
    background: linear-gradient(110deg, #ff3400, #ffb80b);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 999
}

.icon-circle i,
.icon-circle p {
    text-align: center
}

.icon-circle i {
    font-size: 35px;
    line-height: 75px;
    color: #fff
}

.icon-circle img {
    width: 40px
}

#thick-line {
    min-height: 253px;
    background: url(../images/thick-line-footer2.png) no-repeat;
    background-size: cover;
    background-position: 100% 0;
    margin-top: -252px
}

@media (max-width:575.98px) {
    #thick-line {
        min-height: 150px;
        margin-top: -150px
    }
}

#steps {
    padding-top: 95px;
    padding-bottom: 60px;
    background: #edf3ff
}

#steps h2 {
    text-align: center
}

#steps .feature p,
#steps h2 {
    margin-bottom: 25px
}

#line-graph {
    min-height: 200px;
    background: url(../images/line-graph-footer.png) no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -200px
}

.features {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

@media (max-width:575.98px) {
    .features {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 10px
    }
}

@media (max-width:991.98px) {
    .features .btn-main {
        height: 30px;
        line-height: 28px;
        padding: 0 18px;
        border-radius: 24px;
        font-size: 12px
    }
}

.feature {
    background: #fff;
    padding: 10px;
    border: 4px solid #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 2.7rem;
    padding: 30px
}

.feature .icon {
    font-size: 50px
}

.feature h3 {
    margin-bottom: 15px
}

.feature p {
    color: rgba(34,34,34,1.0);
}

.featured-article {
    background: #fff;
    padding: 0 0 25px;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 3.5rem
}

.featured-article header {
    background: #969696;
    padding: 20px 0 10px;
    border-radius: 3.5rem 3.5rem 0 0
}

.featured-article .icon {
    font-size: 50px
}

.featured-article h3 {
    margin-bottom: 10px;
    color: #212b38;
    letter-spacing: 0
}

.featured-article p {
    color: rgba(34,34,34,1.0);
    font-size: 14px;
    line-height: 1.4rem
}

#about {
    padding: 85px 0 150px;
    min-height: 400px;
    align-items: center
}

#about,
#about-sm {
    background: linear-gradient(110deg, #ff8900, rgba(255, 184, 11, .65)), url(../images/story-banner.jpg) no-repeat;
    background-size: cover;
    background-position: top
}

#about-sm {
    padding: 85px 0 100px;
    min-height: 0
}

#about-sm h2,
#about-sm p,
#about h2,
#about p {
    color: #212b38;
    text-shadow: 0 1px 2px hsla(0, 0%, 100%, .75);
    font-weight: 500
}

#about-sm .btn-main,
#about-top .btn-main,
#about .btn-main,
#mission-top .btn-main {
    background: #cadbff;
    color: #212b38;
    margin-bottom: 10px
}

#about-sm .btn-main:hover,
#about-top .btn-main:hover,
#about .btn-main:hover,
#mission-top .btn-main:hover {
    background: #94b7ff
}

#about-sm h2,
#about-sm p {
    color: #212b38;
    text-shadow: 0 1px 2px hsla(0, 0%, 100%, .55)
}

#about-sm p,
#about p {
    margin-bottom: 25px
}

@media (max-width:575.98px) {
    #about {
        padding: 85px 0 75px;
        min-height: auto
    }
}

#about-top,
#mission-top {
    background: linear-gradient(110deg, #ff8900, rgba(255, 184, 11, .65)), url(../images/story-banner.jpg) no-repeat;
    background-size: cover;
    background-position: top
}

#about-top,
#mission-top {
    padding-top: 75px;
    padding-bottom: 30px;
    min-height: 400px
}

#mission-top {
    background: linear-gradient(110deg, #ff8900, rgba(255, 184, 11, .65)), url(../images/tradesmith-mission-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top
}

#about-sm .btn-main,
#about-top .btn-main,
#about .btn-main,
#mission-top .btn-main {
    margin-right: 10px
}

#about-sm .btn-main-alt,
#about-top .btn-main-alt,
#about .btn-main-alt,
#mission-top .btn-main-alt {
    background: #212b38;
    color: #fff
}

#about-sm .btn-main-alt:hover,
#about-top .btn-main-alt:hover,
#about .btn-main-alt:hover,
#mission-top .btn-main-alt:hover {
    background: #94b7ff;
    color: #212b38
}

#about-sm .features .btn-main,
#about-top .features .btn-main,
#about .features .btn-main,
#mission-top .features .btn-main {
    background: #e56600;
    color: #fff
}

#about-sm .features .btn-main:hover,
#about-top .features .btn-main:hover,
#about .features .btn-main:hover,
#mission-top .features .btn-main:hover {
    background: #ffb80b;
    color: #212b38
}

#about-sm .features .btn-green,
#about-top .features .btn-green,
#about .features .btn-green,
#mission-top .features .btn-green {
    background: #00ae42
}

#about-sm .features .btn-green:hover,
#about-top .features .btn-green:hover,
#about .features .btn-green:hover,
#mission-top .features .btn-green:hover {
    color: #212b38;
    background: #50ce50
}

#about-sm .features .btn-purple,
#about-top .features .btn-purple,
#about .features .btn-purple,
#mission-top .features .btn-purple {
    background: #3f2b8c
}

#about-sm .features .btn-purple:hover,
#about-top .features .btn-purple:hover,
#about .features .btn-purple:hover,
#mission-top .features .btn-purple:hover {
    color: #212b38;
    background: #a977f3
}

#about-sm .features .btn-blue,
#about-top .features .btn-blue,
#about .features .btn-blue,
#mission-top .features .btn-blue {
    background: #002a8f
}

#about-sm .features .btn-blue:hover,
#about-top .features .btn-blue:hover,
#about .features .btn-blue:hover,
#mission-top .features .btn-blue:hover {
    color: #212b38;
    background: #007be0
}

#about-top h1,
#about-top p,
#mission-top h1,
#mission-top p {
    color: #fff;
    color: #212b38;
    text-shadow: 0 1px 2px hsla(0, 0%, 100%, .55)
}

#related-content {
    padding-top: 50px;
    padding-bottom: 75px;
    background: #edf3ff;
    padding-bottom: 250px
}

#related-content h2 {
    text-align: center;
    margin-bottom: 40px
}

#related-content .related-header-green {
    background: linear-gradient(110deg, #0e8116, #46c847)
}

#related-content .related-header-purple {
    background: linear-gradient(110deg, #3f2b8c, #a977f3)
}

#related-content .related-header-blue {
    background: linear-gradient(110deg, #002a8f, #007be0)
}

#related-content .item {
    padding: 0;
    border-bottom: 2px solid #edf3ff;
    margin-bottom: 20px
}

#related-content .item-content {
    text-align: left;
    padding: 5px 15px 10px
}

#related-content .item .item-img {
    background-size: cover;
    background-position: 50%
}

#related-content .item .item-img:before {
    padding-top: 33.3%;
    content: "";
    display: block;
    margin-bottom: 20px
}

@media (min-width:767.98px) {
    #related-content {
        padding-bottom: 300px
    }
}

@media (max-width:575.98px) {
    #related-content .item .item-img {
        background-position: top
    }
    #related-content .item .item-img:before {
        padding-top: 23.3%
    }
}

.item1 {
    background: linear-gradient(110deg, rgba(14, 129, 22, .6) 15%, rgba(70, 200, 71, .7)) 100%, url(../images/story-banner.jpg) no-repeat
}

.item2 {
    background: linear-gradient(110deg, rgba(63, 43, 140, .6) 15%, rgba(169, 119, 243, .7)) 100%, url(../images/banner-1.jpg) no-repeat
}

.item3 {
    background: linear-gradient(110deg, rgba(0, 42, 143, .6) 15%, rgba(0, 123, 224, .7)) 100%, url(../images/crypto-bg.jpg) no-repeat
}

#credibility {
    background: linear-gradient(110deg, rgba(33, 43, 56, .95), rgba(33, 43, 56, .95)), url(../images/line-graph.svg) no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 20px 250px;
    color: #fff;
    align-items: center
}

#credibility .item-number,
#credibility .item p,
#credibility h2 {
    text-align: center;
    color: #fff
}

#credibility .item-number {
    font-size: 65px;
    font-weight: 500;
    margin-bottom: 25px
}

#credibility .item-text {
    font-size: 25px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px;
    text-transform: uppercase
}

.credibility-container {
    border-bottom: 2px solid #ffb80b;
    padding-bottom: 40px;
    margin-bottom: 35px
}

.credibility-content h2 {
    font-weight: 500
}

.caps-lead {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600
}

.cred-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, 150px);
    justify-content: space-between
}

.cred-icon {
    width: 200px;
    margin: 0 auto;
    align-self: center
}

@media (max-width:575.98px) {
    .cred-icons {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 10px
    }
    .cred-icon {
        width: 125px;
        margin: 0 auto 20px;
        align-self: center
    }
}

#four-icons {
    padding-top: 70px;
    padding-bottom: 80px;
    background: #edf3ff
}

#four-icons .icon-features {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr)
}

#four-icons .icon-feature {
    background: #fff;
    padding: 10px;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 3.5rem;
    padding: 30px
}

#four-icons .icon-feature svg {
    width: 25%;
    display: block;
    margin: 20px auto
}

@media (max-width:575.98px) {
    #four-icons .icon-features {
        display: grid;
        grid-gap: 30px;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 10px
    }
}

#video-module {
    padding-top: 60px;
    padding-bottom: 50px
}

.video-crypto {
    background: linear-gradient(110deg, rgba(33, 43, 56, .8), rgba(33, 43, 56, .8)), url(../images/how-it-works-banner-bw.jpg) no-repeat;
    background-size: cover;
    background-position: top
}

#video-module .callout-text {
    color: #fff
}

#video-module .video {
    width: 100%;
    margin-bottom: 30px
}

#video-module .btn-main {
    background: #e56600;
    font-size: 20px;
    color: #fff;
    height: 50px;
    line-height: 48px;
    padding: 0 24px
}

#video-module .btn-main:hover {
    background: #ffb80b;
    color: #fff
}

#six-points {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 100px
}

#six-points .callout {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(1, 100px);
    place-items: center center
}

#six-points h2 {
    margin-bottom: 25px
}

#six-points .callout p {
    font-size: 12px;
    line-height: 1.2em;
    color: #212b38
}

#six-points .callout .icon {
    width: 50px;
    height: 50px;
    background: #212b38;
    border-radius: 50%;
    margin-right: 15px;
    display: grid
}

#six-points .callout .icon i {
    justify-self: center;
    align-self: center;
    color: #fff;
    font-size: 25px
}

.green-icon {
    background: #00ae42!important
}

.blue-icon {
    background: #002a8f!important
}

.purple-icon {
    background: #3f2b8c!important
}

.orange-icon {
    background: #e56600!important
}

.FeatureImage-left {
    min-width: 50rem;
    min-height: 35rem;
    background-size: cover;
    background-repeat: no-repeat;
    border: 18px solid #212b38;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .25);
    border-radius: 10px;
    margin-left: -200px
}

.article-date {
    text-transform: uppercase;
    font-size: 12px!important;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 14px;
    margin-top: 20px;
    color: #94b7ff
}

.social-links {
    padding-left: 0;
    margin-bottom: 20px
}

.social-links li {
    list-style-type: none;
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, .5);
    text-align: center
}

.social-links li .fab,
.social-links li .fas {
    font-size: 18px;
    line-height: 30px;
    color: #212b38
}

.social-links li .fab:hover,
.social-links li .fas:hover {
    font-size: 18px;
    color: #e56600
}

.social-links li:first-child {
    margin-left: 0
}

@media (max-width:991.98px) {
    .img-six-points {
        display: none
    }
}

#testimonial {
    background: linear-gradient(0deg, #212b38, rgba(44, 65, 98, .85));
    padding: 50px 10px 60px
}

#testimonial .img-testimonial {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    display: block;
    margin: 0 auto 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}

#testimonial blockquote p {
    font-size: 24px;
    line-height: 3rem;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-style: italic
}

#testimonial .blockquote-footer {
    color: #fff;
    text-shadow: 0 1px 2px #000
}

.testimonial-crypto {
    background: linear-gradient(110deg, #ff3400, #ffb80b)!important
}

.testimonial-crypto .blockquote-footer,
.testimonial-crypto p {
    color: #212b38!important;
    text-shadow: 0 1px 1px #fff!important
}

.testimonial-ideas {
    background: linear-gradient(110deg, #002a8f, #007be0)!important
}

.testimonial-tradestops {
    background: linear-gradient(110deg, #0e8116 15%, rgba(70, 200, 71, .7)) 100%!important
}

.curve-mask {
    width: 100%;
    overflow: hidden;
    background: #edf3ff;
}

.curve-mask .curve-down,
.curve-mask .curve-up {
    position: relative;
    z-index: 10;
    width: 120%;
    margin-left: -10%;
    margin-right: 10%;
    border-radius: 200vh 200vh 0 0/20vh 20vh 0 0;
    -moz-border-radius: 200vh 200vh 0 0/20vh 20vh 0 0;
    -webkit-border-radius: 200vh 200vh 0 0/20vh 20vh 0 0;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC)
}

.curve-mask .curve-down {
    border-radius: 0 0 200vh 200vh/0 0 20vh 20vh;
    -moz-border-radius: 0 0 200vh 200vh/0 0 20vh 20vh;
    -webkit-border-radius: 0 0 200vh 200vh/0 0 20vh 20vh
}

.curve-mask .curve-content-wrap {
    width: 83.4%;
    margin: 0 auto;
    padding-bottom: 3em;
    padding-top: 3vw
}

.curve-content {
    width: 90%;
    margin: 0 auto
}

#contact {
    padding: 70px 0
}

#contact h2,
#contact p,
.btn-wrap {
    text-align: center
}

.btn-wrap {
    margin: 30px auto
}

.stock-ticker {
    padding: 20px;
    margin-top: 25px
}

.market-item {
    display: grid;
    border-bottom: 1px solid #cadbff;
    padding-bottom: 10px;
    padding-top: 10px;
    grid-template-columns: 1fr 1fr 2fr;
    align-items: center
}

.last {
    border: none
}

.market-item span {
    grid-column: 1fr;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    border-right: 1px solid #cadbff
}

.market-item p {
    text-align: center;
    font-size: 28px;
    justify-content: center;
    text-shadow: none
}

#footer {
    display: grid;
    background: #212b38;
    padding-top: 25px;
    padding-bottom: 35px
}

#footer .sm-logo-footer img,
#footer .sm-logo-footer svg {
    margin: 0 auto 20px
}

#footer .small-footer {
    font-size: 14px;
    line-height: 18px
}

#footer .footer-content-left {
    align-content: center
}

#footer .footer-content-left p {
    color: #fff
}

#footer .footer-content-right {
    text-align: right;
    align-content: center
}

#footer .footer-content-right h4,
#footer .footer-content-right p {
    color: #fff
}

#footer ul {
    padding-left: 0
}

#footer li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px
}

#footer li .fab {
    font-size: 30px;
    color: #ffb80b
}

#footer li .fab:hover {
    font-size: 30px;
    color: #e56600
}

@media (max-width:767.98px) {
    #footer .footer-content-left,
    #footer .footer-content-right {
        text-align: center;
        align-content: center
    }
    .sm-logo-footer img,
    .sm-logo-footer svg {
        width: 250px;
        margin: 20px auto;
        display: block
    }
}

.modal-logo {
    width: 250px;
    display: block;
    margin: 20px auto
}

.modal-body h3 {
    margin-bottom: 10px;
    font-weight: 600
}

@media (max-width:575.98px) {
    .modal-header h2 {
        font-size: 28px
    }
}

.login-item {
    background: #edf3ff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 15px 10px
}

.login-bg {
    background: #fff
}

.login-bg h2 {
    text-transform: none!important;
    font-weight: 500;
    color: #007be0
}

.training-class {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "b b b b c c c c c c c c";
    border-radius: 16px;
    margin-bottom: 40px
}

.training-class .training-description,
.training-class .training-image {
    padding: 15px
}

.training-class .training-description p,
.training-class .training-image p {
    color: #212b38;
    text-shadow: none;
    font-size: 18px;
    line-height: 24px;
    display: grid;
    align-content: center
}

.training-class .training-image {
    background: #fff;
    grid-area: b;
    border-radius: 14px 0 0 14px;
    background: url(../images/knowledge-laptop.jpg) no-repeat;
    background-size: cover;
    background-position: 50%
}

.training-class .training-description {
    background: #cadbff;
    grid-area: c;
    border-radius: 0 14px 14px 0;
    font-size: 16px;
    padding: 30px;
    display: grid;
    align-content: center
}

.training-class .training-description .intro-text {
    margin-bottom: 20px
}

.training-class .training-description .upcoming-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212b38;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px
}

.training-class .training-description .upcoming-date {
    font-size: 30px;
    color: #e56600;
    font-weight: 500
}

.training-class .training-description .btn-wrap {
    margin: 0;
    text-align: left
}

.sm-features {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 10px
}

.sm-features .related-header-green {
    background: linear-gradient(110deg, #0e8116, #46c847)
}

.sm-features .related-header-purple {
    background: linear-gradient(110deg, #3f2b8c, #a977f3)
}

.sm-features .related-header-blue {
    background: linear-gradient(110deg, #002a8f, #007be0)
}

.sm-features .related-header-orange {
    background: linear-gradient(110deg, #ff3400, #ffb80b)
}

.sm-feature {
    background: #fff;
    border: 4px solid #fff;
    text-align: center;
    border-radius: 1.5rem;
    padding: 5px;
    margin: 10px
}

.sm-feature img {
    width: 90%;
    margin: 30px auto
}

.sm-feature:hover {
    background: #212b38;
    border: 4px solid #cadbff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.purple-bg {
    background: linear-gradient(110deg, #3f2b8c 15%, rgba(169, 119, 243, .7)) 100%!important
}

.purple-bg,
.purple-bg:hover {
    border: 4px solid #fff;
    border-radius: 1.5rem
}

.purple-bg:hover {
    background: #3f2b8c!important
}

.green-bg {
    background: linear-gradient(110deg, #0e8116 15%, rgba(70, 200, 71, .7)) 100%!important
}

.green-bg,
.green-bg:hover {
    border: 4px solid #fff;
    border-radius: 1.5rem
}

.green-bg:hover {
    background: #00ae42!important
}

.blue-bg {
    background: linear-gradient(110deg, #002a8f 15%, rgba(0, 123, 224, .7)) 100%!important
}

.blue-bg,
.blue-bg:hover {
    border: 4px solid #fff;
    border-radius: 1.5rem
}

.blue-bg:hover {
    background: #002a8f!important
}

.orange-bg {
    background: linear-gradient(110deg, #ff3400 15%, rgba(255, 184, 11, .7)) 100%!important
}

.orange-bg,
.orange-bg:hover {
    border: 4px solid #fff;
    border-radius: 1.5rem
}

.orange-bg:hover {
    background: #e56600!important
}

.blue-bg,
.green-bg,
.orange-bg,
.purple-bg {
    padding: 10px
}

.other-products {
    margin-top: 45px
}

.other-products h3 {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    text-align: center;
    font-weight: 600
}

.form-iframe {
    width: 500px;
    border: none;
    margin: 0 auto;
    display: block;
    min-height: 950px
}

@media (max-width:575px) {
    h1 {
        font-size: 38px
    }
    #about,
    #about-sm {
        padding: 40px 0 50px
    }
    .sm-logo-main img,
    .sm-logo-main svg {
        width: 190px
    }
}

#live-event {
    background: url(../images/ideas-webinar-bg2.jpg) no-repeat;
    background-size: cover;
    background-position: 0;
    border-radius: 24px;
    margin-bottom: 40px;
    border: 4px solid #94b7ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .25)
}

#live-event .gradient {
    background: linear-gradient(110deg, rgba(237, 243, 255, 0), #edf3ff);
    padding: 25px 30px 35px;
    border-radius: 24px
}

#live-event .gradient h2 {
    color: #002a8f;
    font-weight: 600
}

#live-event .gradient h3 {
    color: #007be0;
    font-weight: 600
}

#live-event .gradient p {
    margin-bottom: 25px
}

#live-event .gradient .presents {
    text-transform: uppercase;
    font-size: 14px!important;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #007be0
}

.plan-title {
    color: #fff
}

.tradestops-prod {
    background: #fff
}

.crypto-prod {
    background: #edf3ff
}

.ideas-prod {
    background: #cadbff
}

.crypto-prod,
.ideas-prod,
.tradestops-prod {
    padding-top: 140px;
    margin-top: -100px;
    padding-bottom: 40px;
    position: relative
}

.crypto-prod h3,
.ideas-prod h3,
.tradestops-prod h3 {
    color: #212b38;
    text-shadow: 0 1px 1px #000;
    font-weight: 500;
    font-size: 28px
}

.img-package {
    border: 4px solid #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    margin: 20px auto
}

.plans {
    padding: 75px 0 65px
}

.plan {
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 5px;
    margin-bottom: 20px
}

.plan-column {
    background: #fff;
    border: 2px solid #fff;
    text-align: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 1.7rem
}

.plan-recommended {
    margin-top: -23px
}

.related-header-basic,
.related-header-plus {
    background: #2c4162
}

.related-header-premium {
    background: #212b38
}

.related-header-basic,
.related-header-plus,
.related-header-premium {
    margin-bottom: 0!important;
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 15px
}

.related-header-basic h3,
.related-header-plus h3,
.related-header-premium h3 {
    margin-bottom: 7px;
    color: #fff
}

.related-header-basic .plan-descriptor,
.related-header-plus .plan-descriptor,
.related-header-premium .plan-descriptor {
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-weight: 500;
    line-height: 14px
}

.related-header-premium {
    padding: 0 15px 15px
}

.related-header-premium .most-popular-wrap {
    display: flex;
    justify-content: center
}

.related-header-premium .most-popular-wrap .most-popular {
    padding: 5px 12px;
    border-radius: 0 0 6px 6px;
    background: #fff;
    border-top: 2px solid #edf3ff;
    margin-bottom: 7px
}

.related-header-premium .most-popular-wrap .most-popular p {
    text-align: center;
    color: #212b38;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0
}

.plan-lead {
    background: #edf3ff;
    padding: 10px;
    border-bottom: 2px solid #cadbff
}

.plan-lead p {
    font-size: 14px;
    line-height: 14px;
    color: #2c4162;
    text-align: left
}

.plan-info {
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    padding: 0 0 20px
}

.price-plans .feature-content {
    padding-top: 0
}

.plan-price {
    font-weight: 500;
    font-size: 45px;
    color: #212b38;
    text-align: center;
    line-height: 1em;
    margin-bottom: 15px;
    margin-top: 10px
}

.featured-plan {
    margin-top: -50px
}

.plan-intro {
    padding: 15px
}

.plan-intro .btn-main {
    margin-bottom: 20px
}

.plan-features {
    list-style: none;
    padding-left: 0;
    margin: 0 5px;
    text-align: left
}

.plan-features div:nth-child(odd) {
    background-color: #fff
}

.plan-features div:nth-child(2n) {
    background-color: #edf3ff
}

.plan-features .item {
    display: grid;
    grid-template-columns: 3fr 1fr;
    padding: 9px 10px;
    background: none
}

.plan-features .item p {
    margin-bottom: 0;
    line-height: 18px
}

.plan-features .item .plan-popover {
    justify-self: end;
    text-align: right
}

.plan-features .item .plan-popover button {
    background: none;
    border: 0;
    padding: 0
}

.plan-features .item-full {
    padding: 9px 10px
}

.plan-features .item-full p {
    margin-bottom: 0;
    line-height: 18px
}

.plan-finalcall {
    border-top: 2px solid #cadbff;
    padding-top: 25px;
    padding-bottom: 7px
}

.tooltip-inner {
    padding: 10px;
    background: #2c4162;
    font-size: 12px;
    line-height: 13px
}

.tooltip-primary .tooltip .arrow,
.tooltip-primary .tooltip .tooltip-arrow {
    border-top-color: #94b7ff!important
}

@media (min-width:991.98px) {
    width: 80%;
    display: block;
    margin: 10px auto
}

@media (max-width:767.98px) {
    .img-package {
        display: none
    }
}

.related-header-green {
    background: linear-gradient(110deg, #0e8116, #46c847)
}

.related-header-purple {
    background: linear-gradient(110deg, #3f2b8c, #a977f3)
}

.related-header-blue {
    background: linear-gradient(110deg, #002a8f, #007be0)
}

.related-header-orange {
    background: linear-gradient(110deg, #ff3400, #ffb80b)
}

.header-premium {
    background: linear-gradient(110deg, #b6b369, #dee1ac, #efe5d0, #b6b369, #b6b369)
}

.header-premium .plan-descriptor,
.header-premium h3 {
    color: #212b38;
    text-shadow: 0 1px 1px hsla(0, 0%, 100%, .75)
}

.price-slash {
    text-decoration: line-through double #ff3400;
    font-size: 38px;
    margin-bottom: 5px;
    font-weight: 400
}

.ribbon-box {
    position: absolute;
    width: 90%
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon:after,
.ribbon:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 3px solid #6d1500
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 10px 0;
    background-color: #ff3400;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 500 28px/1 omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon-top-left {
    top: -7px;
    left: -20px
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg)
}

.ribbon-top-left:after,
.ribbon-top-left:before {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-top-left:before {
    top: 0;
    right: 0
}

.ribbon-top-left:after {
    bottom: 0;
    left: 0
}

.main-nav {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
    list-style: none;
    display: flex
}

.logoSearch-header {
    display: grid;
    grid-gap: 20px
}

.logoSearch-header form {
    align-items: end
}

.navbar-header {
    display: flex
}

.navbar-header button {
    align-items: center
}

.navbar-header .collapse {
    grid-column: 1/-1
}

.navbar .form-control {
    margin-bottom: 0
}

.logo-header-blue {
    background: linear-gradient(110deg, #002a8f, #007be0);
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    margin-left: -20px
}

.logo-header-blue .sm-logo-main {
    padding-left: 30px
}

.logo-header-blue .sm-logo-main img {
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg)
}

.decoder-logo-main img,
.decoder-logo-main svg {
    width: 300px;
    margin-top: 9px;
    margin-bottom: 9px;
    place-items: left center
}

@media (max-width:575px) {
    .decoder-logo-main img,
    .decoder-logo-main svg {
        width: 300px
    }
}

.form-search {
    display: block;
    margin: 10px auto
}

.form-search .form-group input {
    margin-bottom: 0
}

.form-search .form-group .form-control {
    padding: 1.25rem 1rem .5rem;
    color: #fff;
    border-bottom: 2px solid #2c4162
}

.form-search .form-group .form-control::placeholder {
    font-style: italic
}

.form-search .form-group .form-control:active,
.form-search .form-group .form-control:focus {
    color: #000
}

#main-data {
    padding-top: 100px;
    padding-bottom: 20px;
    background: #edf3ff
}
#secondary-content {
    background: #edf3ff;
    padding-top: 25px;
    padding-bottom: 45px;
}
#secondary-content .main-article {
    padding-top: 20px;
}
#main-data .recent-news, #secondary-content .recent-news {
    background: #fff;
    padding: 15px;
    border-radius: 9px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    text-align: left;
}

#main-data .recent-news .archive-link, #secondary-content .recent-news .archive-link {
    margin-top: 10px;
    color: #94b7ff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: center
}

#main-data .recent-news .news-item .news-title, #secondary-content .recent-news .news-item .news-title {
    margin-bottom: .25rem;
    font-weight: 600;
    line-height: 21px
}

#main-data .recent-news .news-item .news-title a, #secondary-content .recent-news .news-item .news-title a {
    color: #007be0
}

#main-data .recent-news .news-item .date, #secondary-content .recent-news .news-item .date {
    font-size: 13px;
    color: #212b38;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
}

.article-social-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-areas: "d d d d e e e e";
    align-items: center;
    line-height: 45px;
    margin-top: 20px
}

.article-social-wrap .category {
    font-weight: 600;
    font-size: 12px!important;
    text-transform: uppercase;
    letter-spacing: 2px;
    grid-area: d;
    margin-bottom: 0;
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif
}

.article-social-wrap .category a {
    color: #94b7ff!important
}

.article-social-wrap .category a:hover {
    color: #e56600!important
}

.article-social-wrap .social-links {
    grid-area: e;
    text-align: right;
    align-content: center;
    margin-bottom: 0
}

.article-social-wrap .social-links ul {
    padding-left: 0
}

.article-social-wrap .social-links li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px;
    width: 20px;
    height: 20px
}

.article-social-wrap .social-links li .fab {
    font-size: 20px;
    color: #94b7ff!important
}

.article-social-wrap .social-links li .fab:hover {
    color: #e56600!important
}

#additional-content {
    padding-top: 50px;
    padding-bottom: 60px
}

#additional-content .img-container {
    min-height: 150px;
    background-size: cover;
    background-position: 100% 0;
    border-radius: 2.7rem 2.7rem 0 0;
    margin-bottom: 15px
}

#additional-content .features .header-wrap {
    border-radius: 2.2rem 2.2rem 0 0;
    border-bottom: 2px solid #cadbff;
    background: linear-gradient(0deg, rgba(148, 183, 255, .15), #94b7ff);
    padding: 35px;
    /*margin-bottom: 10px*/
}

#additional-content .features .header-wrap h3 {
    color: -dkgrayblue;
    text-shadow: 0 2px 2px rgba 255, 255, 255, .5;
    margin-bottom: 0
}

#additional-content .features .feature {
    text-align: left;
    padding: 0
}

#additional-content .recent-news {
    background: #fff;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    flex: 1
}

#additional-content .recent-news .archive-link-wrap {
    margin-top: auto;
    background: #edf3ff;
    border-radius: 0 0 2.2rem 2.2rem
}

#additional-content .recent-news .archive-link {
    margin-top: 10px;
    color: #94b7ff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 15px auto
}

#additional-content .recent-news .news-item {
    padding: 10px 10px 0
}

#additional-content .recent-news .news-item .news-title {
    margin-bottom: .25rem;
    font-weight: 600;
    line-height: 21px
}

#additional-content .recent-news .news-item .news-title a {
    color: #007be0
}

#additional-content .recent-news .news-item .date {
    font-size: 13px;
    color: #212b38;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 10px
}

.big-number {
    font-size: 65px;
    font-weight: 100
}

@media (max-width:575.98px) {
    #contact {
        padding: 50px 0
    }
}

.sample-market {
    padding-top: 20px;
    padding-bottom: 20px
}

.strategy {
    padding: 7px 10px
}

.strategy p {
    font-size: 14px;
    line-height: 13px;
    margin-bottom: 7px
}

.news-strat a {
    text-transform: uppercase;
    font-size: 12px!important;
    letter-spacing: 1px;
    font-weight: 600;
    color: #2c4162
}

#trending-content {
    padding-top: 40px;
    padding-bottom: 50px;
    background: #edf3ff
}

#trending-content .row {
    margin-bottom: 25px
}

.trending-wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    grid-template-areas: "f f f f g g g g";
    line-height: 35px
}

.trending-wrap h3 {
    color: #ff3400;
    grid-area: f
}

.trending-wrap .more-link {
    grid-area: g;
    display: grid;
    align-items: end;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    text-decoration: underline
}

.feature-alt {
    background: #fff;
    padding: 20px;
    border: 1px solid #fff;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    border-radius: 1.5rem
}

.feature-alt .icon {
    font-size: 50px
}

.feature-alt h3 {
    margin-bottom: 15px
}

.feature-alt p {
    color: rgba(0, 0, 0, .5)
}

.featured-article-alt {
    background: #fff;
    border: 1px solid #d2d2d2;
    text-align: center;
    border-radius: 1rem;
    margin-bottom: 25px
}

#relatedAlt .featured-article-alt .item {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0
}

#relatedAlt .featured-article-alt .item-content {
    text-align: left;
    padding: 5px 15px 10px
}

#relatedAlt .featured-article-alt .item-content h3 {
    text-transform: none
}

#relatedAlt .featured-article-alt .item-content .article-date {
    font-size: 12px;
    font-style: italic
}

#relatedAlt .featured-article-alt .item-content p {
    font-size: 12px;
    line-height: 1.2em
}

#relatedAlt .featured-article-alt .item-content .news-title {
    font-size: 16px;
    font-weight: 600
}

#relatedAlt .featured-article-alt .item .item-img {
    background-size: cover;
    background-position: 50%;
    border-radius: 1rem 1rem 0 0
}

#relatedAlt .featured-article-alt .item .item-img:before {
    padding-top: 50.3%;
    content: "";
    display: block;
    margin-bottom: 10px
}

@media (max-width:575.98px) {
    #relatedAlt .featured-article-alt .item .item-img {
        background-position: top
    }
    #relatedAlt .featured-article-alt .item .item-img:before {
        padding-top: 23.3%
    }
}

.recent-news {
    margin-bottom: 30px
}

.recent-news .news-item {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #edf3ff
}

.recent-news .news-item:last-child {
    margin-bottom: 0;
    border-bottom: none
}

.recent-news .news-item .news-title {
    color: #2f3e52
}

.recent-news .btn-wrap {
    margin-top: 0
}

.main-article {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    border-radius: 9px;
    margin-bottom: 20px
}

.main-article .btn-small {
    color: #212b38!important;
    background: #edf3ff;
    text-decoration: none;
    margin-bottom: 15px
}

.main-article .btn-small:hover {
    text-decoration: none;
    background: #ffb80b;
    color: #212b38
}

.main-article header {
    border-radius: 9px 9px 0 0
}

.main-article header .feature-ribbon {
    color: #212b38;
    font-size: 12px;
    text-transform: uppercase;
    background: #cadbff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    width: 100px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 10px
}

.main-article header .main-featured {
    margin-bottom: 0
}

.main-article .main-header {
    display: grid;
    align-content: center;
    padding: 20px
}

.main-article .main-header .author {
    margin-bottom: 5px
}
.related-posts-header .author {
    margin-bottom: 5px !important;
}
.main-article .main-header .date, .related-posts-header .date {
    font-size: 13px;
    color: #212b38;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif
}

.main-article .main-img {
    min-height: 200px
}

.main-article .main-featured1 {
    background: linear-gradient(110deg, #212b38, rgba(33, 43, 56, .65)), url(https://picsum.photos/200/?random=1) no-repeat;
    background-position: 50%;
    background-size: cover
}

.main-article .text-wrap {
    padding: 20px;
    border-radius: 9px
}

.main-article .text-wrap a {
    color: #17bcb8
}

.main-article .text-wrap h1 {
    color: #212b38
}

.main-article .text-wrap a:hover {
    color: #007be0;
    text-decoration: none
}

.main-article .text-wrap p {
    font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
}

.main-article .text-wrap .profile-img {
    width: 75px;
    border-radius: 50%;
    border: 2px solid #cadbff;
    margin-top: -80px;
    margin-bottom: 0
}

.main-article .text-wrap .author,
.main-article .text-wrap .category,
.main-article .text-wrap .date {
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif
}

.main-article .text-wrap .date {
    font-size: 13px;
    color: #212b38;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500
	
}

.main-article .news-item {
    padding-top: 5px;
    padding-bottom: 5px
}

.main-article .news-item:last-child {
    margin-bottom: 20px
}

.main-article .news-item .news-title {
    color: #2f3e52
}

.main-article .btn-wrap {
    margin-top: 0
}

.featured .text-wrap p {
    font-size: 21px;
    line-height: 28px
}

.tscta-class {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-areas: "h h h h i i i i i i i i";
    border-radius: 16px;
    margin-bottom: 20px
}

.tscta-class .tscta-description,
.tscta-class .tscta-image {
    padding: 5px
}

.tscta-class .tscta-description p,
.tscta-class .tscta-image p {
    color: #212b38;
    text-shadow: none;
    font-size: 18px;
    line-height: 24px;
    display: grid;
    align-content: center
}

.tscta-class .tscta-image {
    background: #fff;
    grid-area: h;
    border-radius: 9px 0 0 9px;
    background: url(../images/stockmarketpricedisplayabstract.jpg) no-repeat;
    background-size: cover;
    background-position: 50%
}

.tscta-class .tscta-description {
    background: #fff;
    grid-area: i;
    border-radius: 0 9px 9px 0;
    font-size: 16px;
    padding: 30px;
    display: grid;
    align-content: center
}

.tscta-class .tscta-description .intro-text {
    margin-bottom: 20px
}

.tscta-class .tscta-description .upcoming-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #212b38;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 9px
}

.tscta-class .tscta-description .upcoming-date {
    font-size: 30px;
    color: #e56600;
    font-weight: 500
}

.tscta-class .tscta-description .btn-wrap {
    margin: 0;
    text-align: left
}

.email-signup {
    margin-bottom: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
}

.email-signup header {
    border-radius: 9px 9px 0 0;
    min-height: 100px;
    background: #212b38;
    border: 2px solid #fff
}

.email-signup header .email-logo {
    width: 175px;
    margin: 20px auto;
    display: block
}

.email-signup .text-wrap {
    padding: 15px;
    border-radius: 0 0 9px 9px;
    background: #fff;
    text-align: center
}

.email-signup .text-wrap .email-text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575d6e;
}

.email-signup .text-wrap .btn-wrap {
    margin: 7px auto
}

.email-signup .form-control {
    padding: 1rem .5rem .5rem;
    font-size: 16px;
    margin-bottom: 10px;
    border: 2px solid #cadbff;
    background: none;
    border-radius: 6px
}

.email-signup .small-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #94b7ff!important;
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 9px
}

.news-carousel {
    margin-top: 20px
}

#videoAlt .featured-article-alt .item {
    padding: 0;
    border-bottom: none;
    margin-bottom: 0
}

#videoAlt .featured-article-alt .item-content {
    text-align: left;
    padding: 5px 15px 10px
}

#videoAlt .featured-article-alt .item-content p {
    font-size: 14px;
    line-height: 1.4em
}

#videoAlt .featured-article-alt .item .item-img {
    background-size: cover;
    background-position: 50%;
    border-radius: 1.5rem 1.5rem 0 0
}

#videoAlt .featured-article-alt .item .item-img:before {
    padding-top: 50.3%;
    content: "";
    display: block;
    margin-bottom: 20px
}

@media (max-width:575.98px) {
    #videoAlt .featured-article-alt .item .item-img {
        background-position: top
    }
    #videoAlt .featured-article-alt .item .item-img:before {
        padding-top: 23.3%
    }
}

.related1 {
    background: url(../images/story-banner.jpg) no-repeat
}

.related2 {
    background: url(../images/banner-1.jpg) no-repeat
}

.related3 {
    background: url(../images/crypto-bg.jpg) no-repeat
}

#related-video {
    background: #edf3ff;
    padding-top: 50px;
    padding-bottom: 60px
}

.lg-video {
    margin-bottom: 20px!important
}

.sm-video {
    margin-bottom: 30px!important
}

.sm-video .play-button {
    margin-bottom: 10px
}

.play-button {
    margin: 0 auto;
    text-align: center;
    position: relative
}

.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 56px;
    background: hsla(0, 0%, 100%, .25)
}

.play-icon i {
    color: #fff
}

#stock-advice {
    background: linear-gradient(110deg, #ff8900, rgba(255, 184, 11, .65));
    background-size: cover;
    background-position: top;
    padding: 85px 0 150px
}

#stock-advice .container {
    background: #fff;
    border-radius: 1.5rem
}

.stock-callout {
    border-left: 5px solid #00ae42;
    padding-left: 25px
}

.stock-callout h4,
.stock-callout p {
    font-style: italic
}

.stock-description p {
    color: #fff;
    margin-bottom: 40px
}

.stock-status {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "j k k k l";
    border: 2px solid #fff;
    border-radius: 34px;
    margin-top: 10px;
    margin-bottom: 10px
}

.stock-status .ssi-vq,
.stock-status .time,
.stock-status .zone,
.stock-status .zone2 {
    padding: 5px;
    text-align: center;
    font-size: 18px
}

.stock-status .ssi-vq {
    background: #212b38;
    color: #fff;
    grid-area: j;
    border-radius: 34px 0 0 34px
}

.stock-status .zone {
    background: #fff;
    color: #212b38;
    grid-area: k
}

.stock-status .time {
    background: #cadbff;
    grid-area: l
}

.stock-status .time,
.stock-status .zone2 {
    color: #212b38;
    border-radius: 0 34px 34px 0
}

.stock-status .zone2 {
    background: #fff;
    grid-column: 2/-1
}

.stock-status-sm {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "j j j k k";
    border-radius: 34px;
    margin-bottom: 5px
}

.stock-status-sm .ssi-vq,
.stock-status-sm .time,
.stock-status-sm .zone,
.stock-status-sm .zone2 {
    padding: 5px;
    text-align: center;
    font-size: 12px
}

.stock-status-sm .ssi-vq {
    background: #212b38;
    color: #fff;
    grid-area: j;
    border-radius: 34px 0 0 34px
}

.stock-status-sm .ssi-vq i {
    margin-left: 5px
}

.stock-status-sm .time,
.stock-status-sm .zone2 {
    background: #fff;
    color: #212b38;
    grid-area: k;
    border-radius: 0 34px 34px 0
}

.stock-status-xs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "j j j k k";
    border-radius: 28px;
    margin-bottom: 5px
}

.stock-status-xs .ssi-vq,
.stock-status-xs .time,
.stock-status-xs .zone,
.stock-status-xs .zone2 {
    padding: 5px;
    text-align: center;
    font-size: 10px
}

.stock-status-xs .ssi-vq {
    background: #212b38;
    color: #fff;
    grid-area: j;
    border-radius: 28px 0 0 28px
}

.stock-status-xs .ssi-vq i {
    margin-left: 5px
}

.stock-status-xs .time,
.stock-status-xs .zone2 {
    background: #fff;
    color: #212b38;
    grid-area: k;
    border-radius: 0 28px 28px 0
}

#how-to-invest {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #cadbff
}

#how-to-invest .feature p,
#how-to-invest h2 {
    margin-bottom: 25px
}

.how-summary {
    margin-bottom: 40px
}

#paid-content {
    padding-top: 50px;
    padding-bottom: 60px;
    background: #edf3ff
}

#paid-content .img-container {
    min-height: 200px;
    background-size: cover;
    background-position: 100% 0;
    border-radius: 1.5rem;
    margin-bottom: 15px
}

.main-featured {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .25)
}

.img-featured1 {
    background: url(https://picsum.photos/200/?random=1) no-repeat
}

.img-featured2 {
    background: url(https://picsum.photos/200/?random=2) no-repeat
}

.img-featured3 {
    background: url(https://picsum.photos/200/?random=3) no-repeat
}

.img-featured4 {
    background: url(https://picsum.photos/200/?random=4) no-repeat
}

.img-featured5 {
    background: url(https://picsum.photos/200/?random=5) no-repeat
}

.img-featured6 {
    background: url(https://picsum.photos/200/?random=6) no-repeat
}

.img-featured7 {
    background: url(https://picsum.photos/200/?random=7) no-repeat
}

.img-featured8 {
    background: url(https://picsum.photos/200/?random=8) no-repeat
}

.img-featured9 {
    background: url(https://picsum.photos/200/?random=9) no-repeat
}

@media (max-width:575.98px) {
    #thick-line-hf {
        min-height: 150px;
        margin-top: -150px
    }
}

@media (max-width:575.98px) {
    .sm-logo-footer img,
    .sm-logo-footer svg {
        width: 250px;
        margin: 20px auto;
        display: block
    }
}

.top-nav {
    background: #edf3ff;
    margin-top: 59px
}

.stock-search {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-areas: "m m m m m m m m m n";
    border: 2px solid #cadbff;
    border-radius: 16px;
    margin-top: 5px;
    margin-bottom: 5px
}

.stock-search .search-button,
.stock-search .search-field {
    padding: 5px;
    text-align: center
}

.stock-search .search-field {
    background: #fff;
    grid-area: m;
    border-radius: 14px 0 0 14px;
    border-right: 2px solid #cadbff
}

.stock-search .search-field p {
    font-size: 18px;
    line-height: 24px;
    padding-top: 10px;
    display: grid;
    align-content: center
}

.stock-search .search-button {
    background: #94b7ff;
    color: #cadbff;
    grid-area: n;
    border-radius: 0 14px 14px 0;
    font-size: 16px;
    display: grid;
    align-content: center
}
.search-form {
    /*display: block;*/
    margin: 0px auto 30px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-areas: "search-a search-a search-a search-a search-a search-a search-a search-a search-a search-b";
}

.search-form .search-field {
    margin-bottom: 0;
    background: white;
    border-radius: 30px 0px 0px 30px;
    /*border: none;*/
    padding: 12px;
    border: 2px solid #212b38;
    border-right: none;
    grid-area: search-a;
}
.search-form .search-submit {
    margin-bottom: 0;
    background: #212b38;
    grid-area: search-b;
    border-radius: 0 30px 30px 0;
    font-size: 16px;
    /*line-height: 34px;*/
    /*display: grid;*/
    align-content: center;
    border: none;
    padding: 12px 20px 12px 16px;
    color: white !important;
    cursor: pointer;
}
/*.search-button {
    background: #94b7ff;
    color: #cadbff;
    grid-area: search-b;
    border-radius: 0 24px 24px 0;
    font-size: 16px;
    display: grid;
    align-content: center;
}*/
.search-form .screen-reader-text {
    display: none;
}
.search-form .form-group .form-control {
    padding: 1.25rem 1rem .5rem;
    color: #fff;
    border-bottom: 2px solid #2c4162
}

.search-form .form-group .form-control::placeholder {
    font-style: italic
}

.search-form .form-group .form-control:active,
.search-form .form-group .form-control:focus {
    color: #000
}
#new-nav {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: 2, 70px, 60px;
    grid-template-areas: "o o o p p p p p p p q q q q q q q q r r"
}

#new-nav .logo {
    grid-area: o
}

#new-nav .searchform {
    grid-area: p
}

.half-button-wrap button {
    background: none;
    border: none;
    padding: 0;
    color: #cadbff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer
}

#editorials {
    padding-top: 50px
}

#footer-decoder {
    display: grid;
    background: #212b38;
    padding-top: 15px;
    padding-bottom: 45px
}

#footer-decoder .sm-logo-footer {
    width: 250px
}

#footer-decoder .sm-logo-footer img,
#footer-decoder .sm-logo-footer svg {
    margin: 10px auto
}

#footer-decoder .small-footer {
    font-size: 14px;
    line-height: 18px
}

#footer-decoder .footer-nav {
    border-bottom: 2px solid #2c4162;
    padding-bottom: 10px;
    margin-bottom: 30px
}

#footer-decoder .footer-nav ul {
    padding-left: 7px
}

#footer-decoder .footer-nav .nav-item {
    text-transform: none;
    margin-left: 0
}

#footer-decoder .footer-nav li:hover {
    background: none
}

#footer-decoder .footer-nav li a {
    color: #cadbff
}

#footer-decoder .footer-nav li a:hover {
    color: #fff;
    background: none;
    text-decoration: underline
}

@media (max-width:991.98px) {
    #footer-decoder .footer-nav .nav-item {
        border-bottom: none
    }
}

@media (max-width:767.98px) {
    #footer-decoder .footer-nav .nav-item {
        font-size: 12px;
        padding: 9px 0;
        border-bottom: none
    }
}

@media (max-width:767.98px) {
    #footer-decoder .footer-nav {
        display: none
    }
}

#footer-decoder .tradesmith-footer {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px;
    color: #ffb80b
}

#footer-decoder .tradesmith-footer .article-social-wrap {
    margin-bottom: 25px
}

#footer-decoder .tradesmith-footer .article-social-wrap .social-links li {
    background: none;
    width: 25px
}

#footer-decoder .tradesmith-footer .article-social-wrap .social-links li .fab {
    color: #ffb80b!important
}

#footer-decoder .tradesmith-footer .article-social-wrap .social-links li .fab:hover {
    color: #e56600!important
}

@media (max-width:767.98px) {
    #footer-decoder .tradesmith-footer .article-social-wrap .social-links li {
        margin-left: 10px;
        width: 20px!important;
        height: 20px!important
    }
    #footer-decoder .tradesmith-footer .article-social-wrap .social-links li a {
        height: 20px
    }
    #footer-decoder .tradesmith-footer .article-social-wrap .social-links li .fab {
        font-size: 20px
    }
}

#footer-decoder .footer-content-left {
    align-content: center
}

#footer-decoder .footer-content-left p {
    color: #94b7ff;
    font-size: 14px;
    line-height: 18px
}

#footer-decoder .footer-content-middle {
    align-content: center
}

#footer-decoder .footer-content-middle p {
    color: #fff
}

#footer-decoder .footer-content-right {
    text-align: right;
    align-content: center
}

#footer-decoder .footer-content-right h4,
#footer-decoder .footer-content-right p {
    color: #94b7ff;
    font-size: 14px;
    line-height: 18px
}

#footer-decoder ul {
    padding-left: 0
}

#footer-decoder li {
    list-style-type: none;
    display: inline-block;
    margin-left: 20px
}

#footer-decoder li .fab {
    font-size: 30px;
    color: #ffb80b
}

#footer-decoder li .fab:hover {
    font-size: 30px;
    color: #e56600
}

@media (max-width:767.98px) {
    #footer-decoder .footer-content-left,
    #footer-decoder .footer-content-right {
        text-align: center;
        align-content: center
    }
    .sm-logo-footer img,
    .sm-logo-footer svg {
        width: 250px;
        margin: 20px auto;
        display: block
    }
}

/* Custom Search Styles for Wordpress */
.search-form input[type=”text”]{
width: 100%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.search-form input[type=”submit”]{
padding:5px 15px;
background:#FFF;
border:0 none;
cursor:pointer;
-webkit-border-radius: 2px;
-moz-border-radius: 2px
border-radius: 2px;
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #ffffff;
}
/* SIDEBAR CATEGORY STYLES */
.sidebar-categories {
    text-align: left;
    padding-left: 0px; 
}
.sidebar-categories .cat-item {
    background: #fff;
    padding: 9px;
    display: grid;
    align-items: center;
    border-radius: 9px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
    margin-bottom: 15px
}
.sidebar-categories .cat-item h4 {
    font-weight: 400
}
.sidebar-categories .cat-item p {
    color: #272752
}
.sidebar-categories .cat-item .btn-main {
    width: auto!important
}
.sidebar-categories .individual-course {
    background: #fff;
    line-height: 1.1em;
    font-weight: 100;
    box-shadow: 0 4px 80px rgba(0, 0, 0, .25)
}
.sidebar-categories .individual-course h4 {
    font-weight: 400;
    margin-bottom: 10px
}
.sidebar-categories .individual-course .fas {
    font-size: 22px!important;
    color: #fff
}
.sidebar-categories .individual-course .course-description {
    font-size: 14px;
    line-height: 1.2em;
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif;
    margin-bottom: 15px
}
.sidebar-categories .individual-course .item-left {
    border-radius: 9px 0 0 9px;
    padding: 15px;
    text-align: left;
    display: grid;
    align-content: center
}
.sidebar-categories .individual-course .item-left ul li {
    padding-left: 0;
    font-size: 18px;
    margin-bottom: 15px
}
.sidebar-categories .individual-course .item-left ul li .fas {
    color: #2fc259
}
.sidebar-categories .individual-course .item-left ul li .fa-square {
    color: #c4c4cf
}
.sidebar-categories .individual-course .item-left ul li .fa-ellipsis-h {
    color: #2197ff
}
.sidebar-categories .individual-course .item-left ul li a {
    font-weight: 500;
    text-decoration: underline
}
.sidebar-categories .individual-course .completed {
    background: rgba(47, 194, 89, .65)!important
}
.sidebar-categories .individual-course .completed a {
    color: #fff
}
.sidebar-categories .individual-course .disabled {
    background: rgba(196, 196, 207, .15)!important;
    color: rgba(81, 81, 114, .5)!important;
    text-shadow: none
}
.sidebar-categories .individual-course .item-right {
    border-radius: 0 9px 9px 0;
    position: relative
}
.sidebar-categories .individual-course .item-right .progress-percent {
    position: absolute;
    padding: 8px;
    border-radius: 0 0 9px 0;
    background: #272752;
    bottom: 0;
    right: 0;
    width: 100%
}
.sidebar-categories .individual-course .item-right .progress-percent p {
    font-size: 18px;
    line-height: .5em;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-family: omnes-pro, Helvetica-Neue, Helvetica, Arial, sans-serif
}
.sidebar-categories .individual-course .item-right .progress-percent .small {
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase
}