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

#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: linear-gradient(to right, #F05A2A, #F6921F);
    background-color: #f2932a;
    border-radius: 3px !important;
    font-size: 1rem;
}

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

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

.promotional-banner{
    height: 310px;
    max-width: 350px;
    min-width: 325px;
    /* background: radial-gradient(circle, #233685 0%,#051A2F 100%); */
    background-image: url(../images/rotating-bg-img-08162024-v2.png);
    border-radius: 15px;
    background-size: cover;
    background-position: 75% 50%;
    background-repeat: no-repeat;
    border: solid 1px #fff;
}

/* New Billboard Sale Graphic */

.sale-billboard-wrapper {
    background-image: linear-gradient(to right, #F05A2A, #F6921F);
    /* background-color: #F29544; */
    border-radius: 3px;
    padding: .5em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: fit-content;
    margin-top: 25px;
}
.sale-billboard-wrapper .icon-wrapper,
.sale-billboard-wrapper .sale-billboard-text
{
    margin-right: 5px;
}
.sale-billboard-wrapper .sale-billboard-text{
    margin-left: 5px;
}
.sale-billboard-wrapper .icon{
    display: flex;
}
.sale-billboard-wrapper .icon-wrapper {
    background-color: #fff;
    padding: .5em !important;
    border-radius: 3px;
    display: flex !important; /* Use flexbox for centering */
    justify-content: center !important; /* Horizontally center */
    align-items: center !important; /* Vertically center */
    aspect-ratio: 1/1 !important; /* Maintain a 1:1 aspect ratio (square) */
}
.sale-billboard-wrapper .sale-billboard-button {
    background-color: #fff;
    padding: .5em 1em;
    border-radius: 3px;
    margin-left: 10px;
}
.sale-billboard-wrapper .sale-billboard-button p{
   font-size: .8rem;
   font-weight: 600;
   color: #000 ;
}
.sale-billboard-wrapper p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: .87rem;
}
@media screen and (max-width: 1499px){
    .sale-billboard-wrapper .sale-billboard-timer{
        display: none;
    }
}
@media screen and (max-width: 1110px){
    .sale-billboard-timer{
        display: none;
    }
    .sale-billboard-wrapper {
        margin: auto;
        margin-top: 25px;
    }
    .sale-billboard-wrapper p {
        margin: 0;
        font-weight: 600;
        color: #fff;
        font-size:14px;
    }
    .sale-billboard-wrapper .sale-billboard-button{
        display: none;
    }
}
@media screen and (max-width: 530px){
    .sale-billboard-wrapper p{
        font-size: .75rem;
    }
    .sale-billboard-wrapper .halloween-sale{
        display: none;
    }
}

/* #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-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;
}
/* Button Styles */
.md-button{
    background-color: #f2932a; border: 0; border-radius:50px !important; padding: 8px 20px !important; margin-bottom: 20px;
}
.md-button:hover{
    background-color: #e78719;
}
.square-md-button{
    background-color: #f2932a !important; 
    /* border: 1px solid #f2932a;  */
    border-radius:3px !important; 
    padding: 12px 16px !important;
    font-weight: 500 !important;
    color: white !important;
}

.square-md-button-no-fill{
    background-color: transparent; 
    border: 1px solid #f2932a; 
    border-radius:3px !important; 
    padding: 12px 16px !important;
    font-weight: 500 !important;
    color: #f2932a;
}
.square-md-button-no-fill:hover{
    background-color: transparent; 
    border: 1px solid #f2932a; 
    border-radius:3px !important; 
    padding: 12px 16px !important;
    font-weight: 500 !important;
    color: #f2932a;
}
.square-md-blue-button-no-fill{
    background-color: transparent; 
    border: 1px solid #182F57; 
    border-radius:3px !important; 
    padding: 12px 16px !important;
    font-weight: 500 !important;
    color: #182F57;
}
.square-md-blue-button-no-fill:hover{
    background-color: #182F57; 
    border: 1px solid #182F57; 
    border-radius:3px !important; 
    padding: 12px 16px !important;
    font-weight: 500 !important;
    color: #fff;
}

.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;
}
.section-3 p {
    font-size: 18px;
    font-weight: 600;
}
.section-3 .partner-card p{
   font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
    color: #fff;
}
.partner-card {
    background-color: #111920;
    border-radius: 15px;
    color: white;
}
.partner-link {
    color: #F2932A;
}
.partner-link:visited {
    color: #f2932a;
}

.partner-link:hover,
.partner-link:visited:hover {
    color: #f2932a;
    opacity: 0.9;
    text-decoration: none;
}

.partner-link:focus {
    color: #f2932a;
}
.partner-img {
    height: auto;
    margin-bottom: 1.5rem;
}

/* Section 3 END */

.stock-modules .race-title {
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.3em;
    align-content: flex-end;
}
.race-rounded-container {
    padding: 5px;
    border-radius: 7px;
    background-color: #2e2e2e;
}
#race-div-main-1{
    background-color: #1a1a1a;
}
.race-rounded-container #vl1S-1,
.race-rounded-container #vl2S-1,
.race-rounded-container #vl3S-1{
    border-left: 2px solid #2e2e2e;
}
.auto-profit-loss-value {
    font-size: 18px;
}
.positions-profit-loss-positive {
    color: limegreen;
}
.positions-profit-loss-negative {
    color: red;
}
.auto-profit-loss-label {
    color: white;
    font-size: .825rem;
    font-weight: 500;
    line-height: 1.2;
}
.auto-profit-card-div {
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #242425;
}
.auto-profit-tooltip {
    position: absolute;
    z-index: 9999;
    color: black;
    background-color: white;
    border: 1px black solid;
    border-radius: 10px;
    padding: 10px;
    /* opacity: 0.8; */
    width: 95%;
}

@media screen and (max-width: 1199px) {
    .main-headline{
        margin: 0 auto;
    }
    .sub-title{
      margin-top: 1em;
      font-size: .9rem;
    }
    .sub-text h2{
        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 */

#accordionTemplate h2.accordion-header{
    line-height: 2rem;
}
#accordionTemplate .accordion-item .accordion-button[aria-expanded="true"] {
    background-color:#f8f8f8;
    color: #333;
}
#accordionTemplate .accordion-item .accordion-button[aria-expanded="true"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordionTemplate .accordion-button:focus {
    outline: none; /* Remove the default outline */
    box-shadow: 0 0 0 0 transparent; /* Add a custom box-shadow */
}

.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: inline-block; 
    margin-left: auto;               
    margin-right: auto;             
    background-color: #f2932a;
    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-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: 4rem;
    line-height: 1.1em;
    font-weight: 600;
}
.web-template h2{
    color: #333; 
    font-size: 2.8rem;
    font-weight: 600;
    }
.web-template h3{
    color: #333; 
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.75rem;
    }
.web-template h4{
    color: #333; 
    font-size: 2rem;
    font-weight: 600;
    }
.web-template h5{
    color: #333; 
    font-size: 1.8rem;
    font-weight: 600;
    }



@media screen and (max-width: 1400px){
    .web-template h3{
        color: #333; 
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 2rem;
        }
}


.paragraph-1{
    font-size: 12px;
    font-weight: 500;
    }
.paragraph-2{
    font-size: 14px;
    font-weight: 500;
    }
.paragraph-3{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5rem;
    }

.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 */
.hero-section{
    position: relative;
    padding-top: 75px !important;
}
.navbar-template{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
@media only screen and (max-width: 1199px) {

}

.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;
}
.modal-backdrop{
    z-index: 1 !important;
}

/* NAVBAR TEMPLATE END */



/* TI Statement on home page */
.ti-statement{
    display: flex;
}
.ti-statement .left, .ti-statement .right{
    box-sizing: border-box;
}
.ti-statement .left{
    width: 75%;
    margin-right: 5px;
}
.ti-statement .right{
    width: 25%;
}

.ti-statement p{
    font-size: 18px;
    margin-bottom: 0;
    color: white;
    text-align: center;
}
.ti-statement .flag-hair{
    text-align: center;
}
.ti-statement .left p:first-child{
    /* font-size: 20px; */
    max-width: 250px;
    margin-bottom: 5px;
}
.ti-statement .left p:nth-child(2){
font-weight: 600;
word-spacing: 10px;
}

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

/* capterra cta-section */

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

/* Pricing page title/image positioning */
@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;
}
}


/* PRICING TEMPLATE START */

.pricing-page .pricing-top-wrapper{
    background-image: url("/MainSite/images/golf-theme-stars-pricing.jpg") !important; 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: top;
}
@media screen and (max-width: 1200px) {
    .pricing-page .pricing-top-wrapper{
        background-image: url(/MainSite/images/golf-theme-stars-pricing.jpg) !important; 
        background-repeat: no-repeat; 
        background-size: cover;
        background-position: top;
    }
}

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

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

/* New Pricing Toggle */
.pricing-page tbody {
    display: none; 
  }

  .pricing-page .accordion-header {
    cursor: pointer;
}

.pricing-page .accordion-content {
    display: none;
}

.pricing-page .accordion-icon {
    transition: transform 0.3s ease-in-out;
}

.pricing-page .accordion-header.active .accordion-icon {
    transform: rotate(-180deg);
}

.new-pricing-toggle .btn-group-toggle label{
    padding: 10px 40px !important;
    background-color: #1c2f42;
    border: 0;
}
.new-pricing-toggle .btn-group-toggle label.active{
    background-color: #fff !important;
    color: #1a1a1a !important;
}
.new-pricing-toggle .btn-secondary{
   font-weight: 600;
}

/* Need help button */
@media screen and (max-width: 1200px){
    .need-help-button{
        display: none;
    }
}

/* New Pricing Tiers */

.pricing-page .annual-tiers .basic-sub,
.pricing-page .monthly-tiers .basic-sub{
    background-color: #fff; 
    border-radius: 20px 0 0 20px; 
    border-right: 1px solid #f4f4f4;
    padding: 50px 25px 35px 25px;
}

.pricing-page .annual-tiers .premium-sub,
.pricing-page .monthly-tiers .premium-sub{
    background-color: #fff; 
    border-right: 1px solid #f4f4f4;
    padding: 50px 25px 35px 25px;
}

.pricing-page .annual-tiers .free-sub,
.pricing-page .monthly-tiers .free-sub{
    background-color: #fff; 
    border-radius: 0 20px 20px 0;
    padding: 50px 25px 35px 25px;
}

.pricing-page .annual-tiers .premium-sub .preferred-tier,
.pricing-page .monthly-tiers .premium-sub .preferred-tier{
    background-color:#31bc77; 
    padding: 2px 10px; 
    border-radius: 5px; 
    position: absolute; 
    top: 2%; 
    right: 3%;
}
@media screen and (min-width: 992px) and (max-width: 1255px){
    .pricing-page .annual-tiers .premium-sub .preferred-tier .paragraph-1,
.pricing-page .monthly-tiers .premium-sub .preferred-tier .paragraph-1{
    font-size: .5rem
}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .pricing-page .annual-tiers h5,
.pricing-page .monthly-tiers h5{
  font-size: 1.3rem;
}
.pricing-page .annual-tiers .paragraph-2,
.pricing-page .monthly-tiers .paragraph-2{
    font-size: .75rem;
  }
 }
@media screen and (min-width: 992px) and (max-width: 1255px){
    .pricing-page .annual-tiers .premium-sub .preferred-tier .paragraph-1,
.pricing-page .monthly-tiers .premium-sub .preferred-tier .paragraph-1{
    font-size: .5rem
}
}
@media screen and (max-width: 991px){
.pricing-page .annual-tiers .basic-sub,
.pricing-page .monthly-tiers .basic-sub{
    border-radius: 20px;
    border-right: 0;
    margin-bottom: 20px;
}
}

@media screen and (max-width: 1200px){
.pricing-page .annual-tiers .basic-sub,
.pricing-page .monthly-tiers .basic-sub{ 
    border-radius: 20px; 
    border-right: 0;
    margin-bottom: 20px;
}

.pricing-page .annual-tiers .premium-sub,
.pricing-page .monthly-tiers .premium-sub{ 
    border-right: 0;
    border-radius: 20px;
    margin-bottom: 20px;
}

.pricing-page .annual-tiers .free-sub,
.pricing-page .monthly-tiers .free-sub{ 
    border-radius: 20px;
    margin-bottom: 20px;
}
}

/* Pricing Add-ons */

.pricing-page .pricing-add-ons .pricing-addon-1{
    background-color: #fff; 
    border-radius: 20px 0 0 20px; 
    border-right: 1px solid #f4f4f4;
}
.pricing-page .pricing-add-ons .pricing-addon-2{
    background-color: #fff; 
    border-right: 1px solid #f4f4f4;
}
.pricing-page .pricing-add-ons .pricing-addon-3{
    background-color: #fff; 
    border-radius: 0 20px 20px 0;
}
.pricing-page .add-on-icon{
    background-color:#051A2F; 
    border-radius: 5px; 
    position: absolute; 
    top: 5%; 
    right: 3%; 
    width: 30px; 
    height: 30px;
}
@media screen and (max-width: 991px){
    .pricing-page .pricing-add-ons .pricing-addon-1{
        border-radius: 20px; 
        border-right: 1px solid #f4f4f4;
        margin-bottom: 20px;
    }
    .pricing-page .pricing-add-ons .pricing-addon-2{
        border-right: 0;
        border-radius: 20px;
        margin-bottom: 20px;
    }
    .pricing-page .pricing-add-ons .pricing-addon-3{
        border-radius: 20px;
        margin-bottom: 20px;
    }
    }

/* New Pricing Features Table */
.pricing-features-table .accordion .card-header{
background-color: transparent;
border: 0;
}

.pricing-features-table thead{
    text-align: center;
}
.pricing-features-table tr th:nth-child(1){
    text-align: left;
}
.pricing-features-table td{
    text-align: center;
}
.pricing-features-table table,
.pricing-features-table td,
.pricing-features-table tr,
.pricing-features-table th,
.pricing-features-table th p,
.pricing-features-table table thead th{
    border: 0;
    vertical-align: middle;
}

.pricing-features-table tbody th{
    font-size: 14px;
    font-weight: 600;
}

.pricing-features-table thead th{
    font-size: 20px;
    font-weight: 700;
}
.pricing-features-table thead th:first-child{
    width: 40%;
}
.pricing-features-table thead th{
    width: 20%;
}
.pricing-features-table tbody tr:hover{
   background-color: #f8f8f8;
}
.pricing-features-table .bi-check2{
    color: #31bc77;
    font-size: 20px;
}
.table-responsive-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-responsive-wrapper::-webkit-scrollbar {
    display: none; /* Hide the scrollbar in WebKit browsers (Chrome, Safari) */
}

.table-responsive-wrapper {
    -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
    scrollbar-width: none; /* Hide the scrollbar in Firefox */
}

@media (max-width: 767px) {
    .table-responsive-wrapper {
        width: 100%;
    }

    .table {
        width: max-content;
        min-width: 100%;
    }
}

/* PRICING TEMPLATE END */


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

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


/* FEATURES TEMPLATE END */

/* FEATURES PARTNER LP */
.features-partner-lp h2{
    font-size: 2.5rem !important;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.features-partner-lp h3{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3em;
}
.features-partner-lp p{
    font-size: 16px;
    line-height: 1.5em;
}
.white-text h2, .white-text h5, .white-text p{
    color: #fff;
}
@media screen and (max-width: 992px){
    .features-partner-lp h1{
        font-size: 2.5rem !important; 
        line-height: 1.1em;
        letter-spacing: -1px;
        color: #fff;
    }
}
/* FEATURES PARTNER LP 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.1em;
    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 .section-2 h2{
color: #fff;
}

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

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

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

/* Free Sign Up Page */
.free-sign-up .container {
  
    margin: 0 auto;
  }
  
  .free-sign-up .row {
    margin-bottom: 10px;
  }
  
  .free-sign-up h1 {
    font-size: 4.5rem;
    font-weight: 600;
    margin-bottom: 10px !important;
    color: #1a1a1a;
    line-height: 1em;
    letter-spacing: -1px;
  }
  .free-sign-up h3{
      font-weight: 400;
      font-size: 1.25rem;
      line-height: 1.5em;
      color: #1a1a1a;
  }
  .free-sign-up p{
      color: #333;
  }
  
  .free-sign-up input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 0;
  }
  
  .free-sign-up button {
    background-color: #076698;
    color: #fff;
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
  }
  
  .free-sign-up .has-error .help-block, .has-error .form-control-feedback {
    color: #a94442;
    font-size: 12px;
  }
  
  .free-sign-up .fa-exclamation-circle {
    display: none !important;
  }
  
  .free-sign-up .user-signup-btn[disabled="disabled"] {
    cursor: default;
  }
  .free-sign-up .background-header{
    /* background-image: linear-gradient(to right, rgba(0, 71, 100, 0.8) 20%, rgba(0, 71, 100, 0)), url(/AccountManagement/free-signup-images/free-account-signup-bg.jpg) !important; */
    background-image: linear-gradient(to bottom, rgba(0, 54, 105, 0.811) 20%, rgba(0, 54, 105, 0) 70%), url(/MainSite/images/golf-login-pages.jpg);
    background-blend-mode: multiply;
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
    height: 80vh;
    min-height: 750px;
  }
  .free-sign-up .heading .headline h1{
    text-align: center;
    font-size: 3rem;
  }
  .free-sign-up .heading .headline h3{
    font-size: 1.5rem; 
    font-weight: 500; 
    line-height: 1.2em;
    text-align: center;
  }
  .free-sign-up .login_container{
    background: #182f5770;
    /* max-width: 480px; */
    padding: 35px;
    border-radius: 10px;
  }
  
  @media screen and (max-width: 991px){
    .free-sign-up .background-header{
        height: 100vh;
        min-height: 925px;
      }
    .free-sign-up h1 {
        font-size: 3rem;
        text-align: center;
      }
      .free-sign-up h3{
          font-size: 1rem;
          text-align: center;
      }
  }
  @media screen and (max-width: 1325px){
    .free-sign-up h1 {
        font-size: 3rem;
      }
      .free-sign-up h3{
          font-size: 1rem;
      }
  }

 
/* Free Sign Up End */

.main-footer .footer-col-heading{
    font-size: 1rem;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
    font-family: 'Poppins', sans-serif;
}
 
.main-footer .list-unstyled li{
    margin-bottom: .25rem;
} 

.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;
    }
    #navbar-template .dropdown-view-profile{
        margin-right: 0;
    }


    #ti-user-div {
        position: absolute;
        right: 5rem;
        top: 0;
    }
        /* 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 #f4f4f4;
            margin: 0 !important;
            color: #1a1a1a;
        }
        #navbar-template a.nav-link:nth-child(6) {
           border-bottom: 0;
        }
    
        .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: 768px) {

    .section4-below-fold .row {
        height: 450px;
    }
}


@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-made-in-div {
        display: none;
    }

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

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

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

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

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