h1,
h2,
h3,
h4,
h5,
p {
    color: #333;
    font-family: 'Poppins', sans-serif;
}

a {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-toggler {
    position: absolute;
    top: .5rem;
    right: 1rem;
}

/* css for the side scrolling partner logos BEGIN */

.logo-slider {
    overflow: hidden;
    width: 100%;
}

.slider-content {
    display: inline-flex;
}

.slider-content img {
    max-height: 40px;
    /* Adjust the height as needed */
    margin: 0 25px;
    /* Adjust the spacing between logos */
    flex-shrink: 0;
    /* Prevent images from shrinking */
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
        /* Adjust the value to control the distance the logos slide */
    }
}

/* css for the side scrolling partner logos END */

body .top-wrapper {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.50) 50%, rgba(0, 0, 0, 0)), url("/MainSite/images/wolf-desktop.jpg");
    background-position: center;
    /* background-position: left !important; */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    position: relative !important;
    font-family: 'Poppins', sans-serif !important;
    /* min-height: 1150px; */
    /* height: 100vh !important; */
}

#ti-header-div {
    display: flex;
}

#ti-menu-div {
    margin-top: 10px;
    margin-left: 10px;
    display: table;
    table-layout: fixed;
}

#ti-menu-div a {
    font-size: 18px;
}

#ti-menu-div a:hover {
    background-color: black;
}

#ti-user-div {
    margin-top: 25px;
    margin-left: auto;
}

#ti-get-started-div {
    margin-top: 20px;
}

.ti-get-started-div {
    background-color: #f2932a;
    border-radius: 45px !important;
}

.ti-get-started-div:hover {
    background-color: #f2932a;
}

.ti-menu-item {
    display: table-cell;
    text-align: center;
}

.ti-menu-text {
    color: white !important;
    font-size: 1.5rem;
    cursor: pointer;
}

.award-badge {
    position: absolute;
    top: 25px;
    right: 100px;
}

@media only screen and (max-width: 1199px) {
    .award-badge {
        /* position:unset;
        text-align: center; */
        display: none;
    }
    .award-badge img {
        width: 100px;
    }
}

#ti-main-div {
    display: flex;
    overflow: hidden;
}

#ti-main-left-div {
    width: 100%;
    margin-left: 40px;
    margin-right: 20px;
}

#ti-main-right-div {
    width: 0%;
}

#ti-main-bottom-div {
    width: 100%;
    margin-top: 4em;
}

#hero-footer {
    /* position: absolute; */
    margin-bottom: 40px;
    /* margin-bottom: 0 !important; */
}

#ti-main-bottom-nav-div {
    width: 33%;
    padding-right: 40px;
    padding-bottom: 20px;
    display: table-cell;
}

#ti-main-bottom-nav-inner-div {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    grid-gap: 5px;
    grid-auto-flow: row;
    width: 100%;
    justify-content: end;
}

#ti-main-bottom-nav-row1-div {
    grid-column: 1;
    grid-row: 1;
}

#ti-main-bottom-nav-row2-div {
    grid-column: 1;
    grid-row: 2;
}

#ti-main-bottom-nav-row3-div {
    grid-column: 1;
    grid-row: 3;
}

.navbar a:hover {
    background-color: transparent !important;
}

.navbar .navbar-nav a.nav-link {
    color: white;
    font-weight: 500;
    font-size: .95rem !important;
}

.ti-main-bottom-span {
    width: inherit;
    display: table-cell;
    text-align: center;
    max-width: 400px;
}

.ti-main-bottom-text {
    color: white;
    font-size: 1rem;
}

.main-page-below-the-fold {
    display: table-cell;
    height: 100px;
    font-size: 40px;
    vertical-align: middle;
}

#ti-main-below-the-fold-div {
    color: white;
    background-color: #fff;
}

#ti-logo {
    width: 125px;
}

#us-flag {
    width: 60px;
    height: 25px;
}

.ti-large-font {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}

.ti-large-font-highlight {
    color: #F6931D;
}

.ti-get-started-button {
    background-color: var(--fontColor);
    font-size: 14px;
    color: white;
    text-align: center;
    border-radius: 20px;
    width: 100px;
    height: 40px;
}

.ti-data-grid {
    cursor: pointer;
}

h1 {
    display: block;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
}

/* Template styling overrides. */

.navbar {
    background: unset !important;
    font-weight: unset !important;
}

.navbar .navbar-nav .navbar-nav a.nav-link {
    color: white !important;
}

/* Rotating Promotion Section */

.promotion-row h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}

.promotion-row btn {
    border-radius: 50% !important;
}

/* Section 1  */

.section-1 h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}

.section-1 btn {
    border-radius: 50% !important;
}

/* Section 2 */

.section-2 h3 {
    font-size: 30px;
    font-weight: 500;
}

/* Section 3 */

.section-3 p {
    font-size: 18px;
    font-weight: 600;
}

.section-3 .home-partner-mod p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

p.main-title {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 5rem;
    font-weight: 600;
    line-height: .95em;
    display: block;
    margin-left: 0;
    margin-right: 0;
    /* max-width: 600px; */
}

h1.sub-title {
    color: white;
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: left;
    line-height: 1.25em;
}

.sub-text h2 {
    color: white;
    font-size: 2rem;
    font-weight: 500;
}

.ai-signal-wrapper {
    text-align: left;
}

.ai-signal-wrapper .ai-signal {
    border: solid 1px #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 1em;
}

.ai-signal-wrapper .ai-signal p {
    text-align: center;
    font-size: 14px !important;
    margin: 0;
    text-align: left;
    font-weight: 500;
    color: #fff;
}

@media screen and (max-width: 1199px) {
    .main-headline {
        margin: 0 auto;
    }
    p.main-title {
        text-align: center;
        font-family: 'Poppins', sans-serif;
        font-size: 4.5rem;
        font-weight: 600;
        line-height: 1em;
    }
    h1.sub-title {
        text-align: center;
        margin-top: 1em;
    }
    .sub-text h2 {
        text-align: center;
    }
    .ai-signal-wrapper {
        text-align: center;
    }
    #ti-main-left-div {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
}

@media screen and (max-width: 580px) {
    #ti-main-div .sub-title img {
        display: none;
    }
}

/******************************************************/

/******************** TEMPLATE STYLES *****************/

/******************************************************/

/* GLOBAL STYLES FOR NEW TEMPLATES */

.chargebee-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-color: #FD4D00;
    background: none;
    color: white !important;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    /*display:inline-flex;*/
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 2px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    text-decoration: none;
    font-weight: bold;
    min-height: 48px;
    min-width: 96px;
    max-width: 350px;
    padding: 14px 24px;
    margin-top: 20px;
    font-family: Lato;
    border-radius: 50px;
    line-height: 1.375;
    font-size: 1.25rem;
    box-sizing: border-box;
    cursor: pointer;
}

.chargebee-button-2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #FD4D00;
    color: white !important;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    /*display:inline-flex;*/
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    text-shadow: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear, border-color 0.2s linear, text-shadow 0.2s linear;
    text-decoration: none;
    font-weight: bold;
    min-height: 48px;
    min-width: 96px;
    max-width: 350px;
    padding: 14px 24px;
    margin-top: 20px;
    font-family: Lato;
    border-radius: 50px;
    line-height: 1.375;
    font-size: 1.25rem;
    box-sizing: border-box;
    cursor: pointer;
}

.web-template {
    margin-top: 50px;
    padding: 0;
}

.web-template h1 {
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 600;
}

.web-template h2 {
    color: #333;
    font-size: 35px;
}

.web-template .main-heading p {
    font-size: 18px;
    line-height: 1.5em;
}

.web-template .button-orange {
    background-color: #f2932a !important;
    border: 0 !important;
    border-radius: 50px !important;
}

.web-template a {
    color: #f2932a;
}

.highlight {
    color: #f2932a;
}

.highlight-2 {
    color: #fc4c00;
    font-weight: 600;
}

.highlight-3 {
    color: #def900;
    font-weight: 600;
}

.gradient {
    background: linear-gradient(90deg, #F05A29, #F6931D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rounded-column {
    border-radius: 20px;
    background-color: #f4f4f4;
}

/* NAVBAR TEMPLATE START */

/* Free Trade Ideas navlink START */

.navbar-nav .free-ti-navlink {
    background-color: black;
    border-radius: 50px;
    border: 1px solid #ffbb00;
    padding-left: 7px;
    text-align: center;
    box-shadow: 0 0 10px 2px #ffbb00;
}

.navbar-nav .free-ti-navlink a.nav-link {
    font-weight: 500;
    color: #fff !important;
    padding: .45rem .5rem;
}

/* Free Trade Ideas navlink END */

.navbar-template .navbar-nav a.nav-link {
    color: #333;
}

.navbar-template .navbar-nav a.nav-link:hover {
    color: #000;
}

.navbar-template .navbar-toggler {
    background-color: #333;
}

.navbar-template .display-name-profile {
    color: #a0a0a0 !important;
}

.navbar-template .navbar-brand-envelope i {
    text-shadow: none;
}

.navbar-template .top-bar-icon a {
    color: #a0a0a0 !important;
}

.navbar-template-dark .navbar-nav a.nav-link {
    color: #fff;
}

.navbar-template-dark .navbar-nav a.nav-link:hover {
    color: #f4f4f4f4;
}

/* NAVBAR TEMPLATE END */

/* PRICING TEMPLATE START */

.award-badge-pricing {
    position: absolute;
    top: 125px;
    right: 50px;
}

.tooltip-inner {
    max-width: 550px;
    width: 350px;
    background-color: #f2932a;
}

.tooltip .arrow::before {
    border-top-color: #f2932a;
    border-bottom-color: #f2932a;
}

.pricing-page .main-heading {
    position: relative;
    margin-top: 130px;
    padding-bottom: 150px;
}

@media screen and (max-width: 991px) {
    .pricing-page .main-heading .eagle img {
        display: none;
    }
    .award-badge-pricing {
        display: none;
    }
}

/* @media screen and (max-width:1199px) {
    .pricing-page .container {
        padding-bottom: 180px;
    }
} */

.pricing-page h1 {
    font-size: 4rem;
    line-height: 1.1em;
    letter-spacing: -1px;
    color: #fff;
}

/* .pricing-page h1 span {
    background-color:#d00c06; 
    color: #fff;
    padding: 0px 10px; 
    border-radius: 5px;
} */

.pricing-page h2 {
    font-size: 25px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 500;
}

.pricing-page h3 {
    color: #f2932a;
    font-weight: 500;
    font-size: 22px;
}

.pricing-page .ai-module {
    background-color: #0c182c;
    border-radius: 5px;
}

.pricing-page .ai-module p {
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4em;
}

.pricing-page .funding-statement {
    max-width: 1200px;
}

.pricing-page .funding-statement p {
    color: white;
}

.pricing-page .compare-plans {
    margin-top: 35px;
    cursor: pointer;
}

.pricing-annual .row,
.pricing-monthly .row {
    max-width: 1600px;
}

.pricing-annual .row .premium,
.pricing-monthly .row .premium {
    background-color: #182f57;
    border-radius: 20px;
}

.pricing-annual .row .premium h3,
.pricing-annual .row .premium p,
.pricing-monthly .row .premium h3,
.pricing-monthly .row .premium p {
    color: white;
}

.pricing-annual .row .premium h3,
.pricing-monthly .row .premium h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.pricing-annual .row .premium ul li,
.pricing-monthly .row .premium ul li {
    color: white;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

.pricing-annual .row .premium ul li a,
.pricing-monthly .row .premium ul li a {
    color: white;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

.pricing-page .bi-check-circle .pricing-page table .bi-check-circle {
    color: #f2932a !important;
}

.pricing-annual .standard-and-dash .bi-check-circle,
.pricing-monthly .standard-and-dash .bi-check-circle {
    margin-right: 5px;
}

.pricing-annual .premium .bi-question-circle,
.pricing-monthly .premium .bi-question-circle {
    color: #f2932a;
    margin-right: 10px;
}

.pricing-annual .standard-and-dash .bi-question-circle,
.pricing-monthly .standard-and-dash .bi-question-circle {
    margin-right: 5px;
    color: #f2932a;
}

.pricing-annual .standard-and-dash,
.pricing-monthly .standard-and-dash {
    border-radius: 20px;
    min-height: 460px;
}

.pricing-annual .row .standard-and-dash ul li,
.pricing-monthly .row .standard-and-dash ul li {
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

.pricing-annual .row .standard-and-dash ul li a,
.pricing-monthly .row .standard-and-dash ul li a {
    color: #333;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

/* pricing toggle sizing for xl */

.custom-switch.custom-switch-lg {
    padding-bottom: 1rem;
    padding-left: 2.25rem;
    & .custom-control-label {
        padding-left: .75rem;
        padding-top: 0.15rem;
        &::before {
            border-radius: 1rem;
            height: 1.5rem;
            width: 2.5rem;
            background-color: #f2932a;
        }
        &::after {
            border-radius: .65rem;
            height: calc(1.5rem - 4px);
            width: calc(1.5rem - 4px);
            background-color: white;
        }
    }
    .custom-control-input:checked~.custom-control-label::after {
        transform: translateX(1rem);
    }
}

/* pricing toggle positioning */

.custom-control-label {
    font-size: 1rem;
}

.text-premium {
    left: -7rem;
    position: absolute;
    color: #fff;
}

.text-monthly {
    right: -3.75rem;
    position: absolute;
    color: #fff;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #f2932a;
    border: 0;
}

/* pricing features tables */

.premium-column,
td:nth-child(3) {
    background: linear-gradient(to right, #051a2f 0%, #233685 100%);
    color: #fff;
    border-bottom: solid 1px #233685 !important;
}

.pricing-features tbody th {
    text-align: left;
    font-weight: 600;
}

.table-hover tbody tr:hover {
    background-color: #f4f4f4;
}

/* adds a border right if all columns are the same color */

/* .pricing-features table tr th:first-child,
.pricing-features table tr td:nth-child(2),
.pricing-features table tr td:nth-child(3){
   border-right: solid 1px #E8E8E8;
} */

.pricing-features tbody td {
    text-align: center;
    font-weight: 600;
    vertical-align: middle;
}

.pricing-features tr {
    border-bottom: solid 1px #e8e8e8;
    align-items: center;
}

.pricing-features .table-headings th {
    border: 0;
    font-size: 20px;
    font-weight: 700;
}

.pricing-features table,
.pricing-features th,
.pricing-features td {
    border: 0;
}

/* PRICING 2 CALL TO ACTION SECTION */

.pricing-page .cta-section h3,
.pricing-page .cta-section h2,
.pricing-page .cta-section p {
    color: #ffffff !important;
}

.pricing-page .cta-section h2 {
    font-size: 30px;
    line-height: 1.3em;
}

.pricing-page .pricing-annual a.btn,
.pricing-page .pricing-monthly a.btn {
    background-color: #f2932a;
    font-size: 1rem;
    width: 200px;
    border-radius: 50px !important;
    padding-left: 5px;
}

/* TI Statement */

.ti-statement p {
    max-width: 350px;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    color: white;
    text-align: center;
}

.ti-statement .flag-hair {
    text-align: center;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .ti-statement p {
        max-width: 280px;
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 0;
        color: white;
        text-align: center;
    }
    .ti-statement .flag-hair {
        text-align: center;
    }
}

/* capterra cta-section */

.capterra iframe {
    width: 100%;
    min-height: 350px;
}

/* pmc winner banner */

#winners-circle .pmc-winner-banner {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
}

/* Pricing page title/image positioning */

@media screen and (max-width: 1553px) {
    .pricing-page h1 {
        font-size: 3rem;
        line-height: 1.1em;
        letter-spacing: -1px;
        color: #fff;
    }
}

@media screen and (max-width: 1225px) {
    /* pmc winner banner */
    #winners-circle .pmc-winner-banner {
        font-size: 1rem;
        color: #fff;
        font-weight: 500;
        line-height: 1.5rem;
    }
}

@media screen and (max-width: 991px) {
    .pricing-page .pricing-title {
        margin-right: 0 !important;
    }
    .pricing-page h1 {
        font-size: 2.5rem;
        line-height: 1.1em;
        letter-spacing: -1px;
    }
    .award-badge-pricing {
        position: unset;
        text-align: center;
    }
    .award-badge-pricing img {
        width: 200px;
    }
    .pricing-page .pricing-title h2 {
        line-height: 1.2em;
    }
    .capterra iframe {
        min-height: 275px;
    }
}

@media screen and (max-width: 767px) {
    .capterra iframe {
        min-height: 400px;
    }
}

@media screen and (max-width: 430px) {
    .pricing-page h1 {
        font-size: 2rem;
        line-height: 1.1em;
        letter-spacing: -1px;
    }
    .award-badge-pricing img {
        width: 150px;
    }
}

/* PRICING TEMPLATE END */

/* FEATURES TEMPLATE START */

.features-page .main-heading h1 {
    margin-top: 0;
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 600;
}

.features-page .main-heading p {
    font-size: 18px;
    line-height: 1.5em;
}

.features-page {
    margin-top: 100px;
    padding: 0;
}

.features-page .feature-mods .feature {
    background-color: #f4f4f4;
    border: solid 1px #f4f4f4;
    border-radius: 25px;
    color: #f2932a;
    text-align: left;
    padding: 30px;
    min-height: 250px;
    margin-right: 10px;
}

.features-page .feature-mods .feature:hover {
    /* background-color: #182F57 !important; */
    border: solid 1px #f2932a;
}

.features-page .feature-mods .feature h3,
.features-page .feature-mods .feature p {
    color: #333;
}

.features-page .feature-mods h3 {
    font-size: 30px;
    font-weight: 500;
}

.features-page .feature-mods h2 {
    font-weight: 600;
    line-height: 1.2em;
    color: white;
}

.features-page .feature-mods p {
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    font-weight: 300;
}

.features-page .feature-mods a {
    color: #f2932a;
    font-weight: 600;
}

.call-out-1 img {
    width: 90%;
}

@media screen and (max-width: 1200px) {
    .call-out-1 img {
        width: 100%;
        margin-top: 20px;
    }
}

/* FEATURES TEMPLATE END */

/* LANDING PAGE DARK TEMPLATE START */

.nav-link.current {
    color: #f2932a !important;
    /* Your desired color */
    border-bottom: 1px solid #f2932a;
}

.landing-page-drk .main-heading h1 {
    margin-top: 0;
    letter-spacing: -1px;
    font-size: 4rem;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
}

.landing-page-drk .main-heading p {
    font-size: 1.25rem;
    line-height: 1.5em;
    color: #fff;
}

.landing-page-drk h2 {
    font-weight: 600;
    line-height: 1.2em;
    color: #333;
    font-size: 3rem;
}

.landing-page-drk .main-heading h3 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3em;
}

.landing-page-drk h4 {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.3em;
}

.landing-page-drk a {
    color: #f2932a;
    font-weight: 500;
}

.landing-page-drk {
    padding: 0;
}

.landing-page-drk .feature {
    background-color: #f4f4f4;
    border: solid 1px #f4f4f4;
    border-radius: 25px;
    color: #f2932a;
    text-align: left;
    padding: 30px;
    min-height: 250px;
    margin-right: 10px;
}

.landing-page-drk .feature:hover {
    /* background-color: #182F57 !important; */
    border: solid 1px #f2932a;
}

.landing-page-drk .rules p {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5em;
}

.landing-page-drk .rules .col-12 {
    border-radius: 20px;
}

.landing-page-drk .section-2 h2 {
    color: #fff;
}

@media screen and (max-width: 500px) {
    .landing-page-drk .main-heading h1 {
        margin-top: 0;
        letter-spacing: -1px;
        font-size: 3.25rem;
        line-height: 1.2em;
        font-weight: 500;
        color: #fff;
    }
    .landing-page-drk h2 {
        font-weight: 600;
        line-height: 1.2em;
        color: #333;
        font-size: 2.5rem;
    }
}

/* LANDING PAGE DARK TEMPLATE END */

/* INFLECTION TEMPLATE START */

.inflection-page .main-heading h1 {
    margin-top: 0;
    font-size: 65px;
    line-height: 1em;
}

.inflection-page .main-heading h2 {
    font-size: 22px;
}

.inflection-page .call-out-1 img {
    width: 90%;
}

.inflection-page .main-heading p {
    font-size: 25px;
    line-height: 1.3em;
    width: 75%;
}

.inflection-page .main-body p {
    font-size: 18px;
    line-height: 1.5em
}

@media screen and (max-width: 1200px) {
    .call-out-1 img {
        width: 100%;
        margin-top: 20px;
    }
    .inflection-page .main-heading h1 {
        font-size: 50px;
        line-height: 1.1em;
    }
}

@media screen and (max-width: 767px) {
    .inflection-page .main-heading h1 {
        font-size: 50px;
    }
    .inflection-page .main-heading p {
        width: 100%;
    }
}

/* INFLECTION TEMPLATE END */

/* SUPPORT TEMPLATE START */

.support-page h2 {
    font-size: 35px;
    color: #333 !important;
    font-weight: 600;
}

.support-page .main-heading h1 {
    margin-top: 0;
    letter-spacing: -1px;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 600;
}

.support-page .main-heading p {
    font-size: 18px;
    line-height: 1.5em;
}

.support-page {
    margin-top: 100px;
    padding: 0;
}

.support-mods .support-feature {
    background-color: #182f57;
    border: solid 1px #182f57;
    border-radius: 25px;
    color: #f2932a;
    text-align: left;
    padding: 30px;
    min-height: 325px;
    margin-right: 10px;
}

.support-mods .support-feature:hover {
    /* background-color: #182F57 !important; */
    background-color: #122341;
}

.support-mods .support-feature h4,
.support-mods .support-feature p {
    color: #fff;
}

.support-mods h3 {
    font-size: 30px;
    font-weight: 500;
}

.support-mods h2 {
    font-weight: 600;
    line-height: 1.2em;
    color: white;
}

.support-mods p {
    font-size: 14px;
    line-height: 1.5em;
    color: white;
    font-weight: 300;
}

.support-page .support-mods a {
    color: #f2932a;
    font-weight: 600;
}

.call-out-1 img {
    width: 90%;
}

@media screen and (max-width: 1200px) {
    .call-out-1 img {
        width: 100%;
        margin-top: 20px;
    }
}

/* Accordian Styles Start */

.support-page .accordion .card {
    background-color: transparent;
    margin-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
    border-radius: 10px;
}

.support-page .accordion .card-header {
    background-color: transparent;
    border-bottom: 1px solid #eeeeee;
    border-right: none;
    border-left: none;
    border-top: none;
}

.support-page .accordion .button {
    border: none !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-link {
    color: #333;
}

.btn-link:hover {
    color: #333;
}

.accordion .card-body p {
    color: grey;
}

button.accordion-subtitle {
    font-size: 16px;
    font-weight: 600;
}

/* Accordian Styles END */

/* SUPPORT TEMPLATE END */

.main-footer a {
    text-decoration: none;
    color: #333;
}

.footer-links a:hover {
    color: #888;
}

.main-footer {
    max-width: 1600px;
    margin: auto;
}

.top-list-table,
.top-list-body-cell {
    border: 0px solid;
}

/* Styles for Help Scout facade */

#beacon {
    position: fixed;
    z-index: 1500;
    right: 40px;
    top: auto;
    bottom: 40px;
    border: none;
    border-radius: 60px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 7px;
    @media (max-width: 450px) {
        right: 20px;
        bottom: 10px;
    }
}

.beacon-container {
    box-sizing: border-box;
}

.beacon-button {
    appearance: none;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 200px;
    bottom: 0px;
    display: block;
    height: 55px;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0px;
    line-height: 55px;
    padding: 0px;
    user-select: none;
    z-index: 999;
    border: none;
    color: white;
    cursor: pointer;
    min-width: 60px;
    transition: transform 200ms linear 0s;
    -webkit-tap-highlight-color: transparent;
    background-color: #006598;
    transform-origin: calc(100% - 30px) center;
    animation-duration: 250ms;
    animation-fill-mode: backwards;
    backface-visibility: hidden;
    --focusRingShadow: 0 0 0 var(--focusRingSize, 2px) var(--focusRingColor, #1292EE);
    outline: none;
    position: relative;
    --focusRingColor: white;
    --focusRingOffset: 4px;
    --focusRingRadius: 200px;
}

.beacon-button:hover {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0px 30px inset;
    cursor: pointer;
}

.beacon-button:active {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 30px inset;
    transform: scale(0.96);
}

.beacon-text,
.beacon-icon {
    color: white;
    cursor: pointer;
    pointer-events: none;
}

.beacon-text {
    font-size: 14px;
    font-weight: 600;
    max-width: 374px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 14px;
    padding: 0px 12px 0px 18px;
    animation-delay: 25ms;
    animation-duration: 225ms;
    animation-fill-mode: forwards;
}

.beacon-icon {
    margin-right: 23px;
}

/* End Help Scout facade */

@media screen and (max-height: 740px) {
    #beacon {
        right: 20px;
        bottom: 10px;
    }
}

@media screen and (min-width: 1475px) {
    .section1-below-fold p {
        font-size: 24px;
        line-height: 1.5em;
    }
}

@media screen and (min-width: 1200px) {
    .section1-below-fold p {
        font-size: 20px;
        line-height: 1.5em;
    }
}

@media screen and (max-width: 1200px) {
    #ti-get-started-div {
        display: none;
    }
    #ti-user-div {
        position: absolute;
        right: 5rem;
        top: 0.1rem;
    }
}

@media screen and (max-width: 991px) {
    body .top-wrapper {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0)), url("/MainSite/images/wolf-mobile.jpg");
        background-position: top !important;
        /* min-height: 1450px; */
    }
    /* positions these two divs to the left of the toggler on mobile */
    #ti-get-started-div {
        position: absolute;
        right: 5rem;
        top: 0.3rem;
    }
    #navbar-template a.nav-link {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid rgba(186, 186, 186, 0.291);
        margin: 0 !important;
    }
    .navbar .navbar-nav a.nav-link {
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.119);
        margin: 0 !important;
    }
}

@media screen and (max-width: 790px) {
    #hero-footer>div {
        min-width: 100% !important;
        text-align: center !important;
    }
    #hero-pad {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .section4-below-fold .row {
        height: 450px;
    }
}

/* @media screen and (max-width: 674px) {
    
    body .top-wrapper {
        min-height: 1525px !important;
    }

} */

@media screen and (max-width: 600px) {
    #ti-main-left-div {
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #ti-main-left-div>p {
        text-align: center;
    }
}

@media screen and (max-width: 530px) {
    p.main-title {
        text-align: center;
        font-size: 60px;
    }
    h1.sub-title {
        text-align: center;
    }
    #ti-menu-div {
        width: 50%;
        margin-top: 10px;
        display: table;
        table-layout: fixed;
    }
    .ti-menu-text {
        color: white !important;
        font-size: 1.0rem;
        cursor: pointer;
    }
    .nav-link {
        display: block;
        padding: unset;
    }
    #ti-logo {
        width: 89px;
        height: 46px;
    }
    #ti-main-left-div {
        /* margin-left: 20px; */
        /* margin-right: 0px; */
        margin: 0;
    }
    #ti-main-bottom-social-div {
        width: 50%;
        padding-left: 5px;
        display: table-cell;
    }
    #ti-main-bottom-made-in-div {
        display: none;
    }
    #ti-main-bottom-nav-div {
        width: 50%;
        padding-right: 5px;
        padding-bottom: 20px;
        display: table-cell;
    }
    #ti-main-bottom-div {
        margin-top: 4em;
    }
    .table-container {
        display: block;
        overflow-x: auto;
        height: auto;
        width: 100%;
    }
    /* the 3 sets of stock modules at the top of the page */
    .stock-set-1 .table-cell {
        margin: auto;
    }
    .stock-set-2 .table-cell {
        margin: auto;
    }
    .stock-set-3 .table-cell {
        margin: auto;
    }
    .stock-set-1 h2 {
        text-align: center;
    }
    .stock-set-2 h2 {
        text-align: center;
    }
    .stock-set-3 h2 {
        text-align: center;
    }
    body .top-wrapper {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0)), url("/MainSite/images/wolf-mobile.jpg");
        /* background-image:linear-gradient(
            rgba(0,0,0,0.45),
            rgba(0,0,0,0.45)
        ), url("/MainSite/images/wolf-01.jpg") !important; */
        /* background-color: #cccccc !important; */
        /* height: 100vh !important; */
        /* min-height: 1865px !important; */
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
        position: relative !important;
        font-family: 'Poppins', sans-serif !important;
    }
}

@media screen and (max-width: 501px) {
    #hero-footer {
        bottom: 20px;
    }
}

#biggestGainersTreeMap {
    width: 100%;
    max-width: 550px;
    height: 385px;
    cursor: pointer;
}

#biggestGainerTreeMapContainer {
    border-radius: 10px;
    height: 385px;
}

@media screen and (max-width: 1199px) {
    #biggestGainersTreeMap {
        width: 100%;
        margin: 0 auto;
    }
    .stock-modules-wrapper {
        justify-content: center;
    }
}