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/eagle.jpg");
    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: 980px;
    height: 100vh !important;
}

/* Promo Banner Start */

.banner{
    background-color: rgba(0, 0, 0, 0.48); 
    background-size: contain;
    width: 400px; 
    height: 600px;
    border-radius: 5px; 
    text-align: center; 
    padding: 25px 0; 
    position: absolute; 
    left:55%; 
    top: 150px;
    z-index: 1000;
}

.banner-copy{
    /* position: absolute; */
    /* bottom: 0;
    margin-bottom: 25px; */
    padding: 10px 20px;
}
.banner-copy .one{
    color: white;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}
.banner-copy .two{
    color: white;
    font-size: 45px;
    line-height: 50px;
    font-weight: 600;
}
.banner-copy .three{
    color: white;
    font-size: 60px;
}

@media screen and (max-width: 480px) {
    .banner{
        width: 300px;
        height: 450px;
    }
    .banner-copy{
        padding: 10px;
        width: 300px;
    }
    .banner-copy .one{
        color: white;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .banner-copy .two{
        color: white;
        font-size: 16px;
        line-height: 1.3em;
    }
    .banner-copy img {
        width: 250px;
    }
    .banner-copy button{
        padding: 10px 32px !important;
        min-width: 150px !important;
        margin-top: 5px;
    }
}
@media screen and (max-width: 900px) {

    .banner{
        background-color: rgba(0, 0, 0, 0.48);
        border-radius: 5px;
        text-align: center;
        padding: 25px 0;
        position: unset;
        margin: 0 auto;
        margin-top: 2em;
    }
    .top-wrapper{
        height:auto;
    }
}
@media screen and (max-width: 900px) and (min-width: 481px) {
        .banner-copy{
            padding: 10px;
            width: 400px;
        }
        
    }/* Promo Banner END */
    


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

#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: 8em;

}

#hero-footer {
    position: absolute;
    bottom: 40px;
    max-width: 98%;
    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;
}

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

}

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

}

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


/* 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: 80px;
    font-weight: 600;
    line-height: 1em;
    display: block;
    margin-top: 0.67em;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    max-width: 600px;
}

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

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

/* GLOBAL STYLES FOR NEW TEMPLATES */

.web-template{
    margin-top: 100px;
    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;
}



/* NAVBAR TEMPLATE START */

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


/* PRICING TEMPLATE START */

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

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

.pricing-page h1 {
    font-size: 55px;
    line-height: 1.1em;
}

.pricing-page h2 {
    line-height: 1.5em;
}

.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 ul li,
.pricing-monthly .row .premium ul li {
    color: white;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 10px;
}

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

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

.pricing-annual .row .standard,
.pricing-monthly .row .standard {
    border-radius: 20px;
}

.pricing-annual .row .standard ul li,
.pricing-monthly .row .standard ul li {
    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;
}

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

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

/* pricing features tables */

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

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

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

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

.pricing-features .table-headings th {
    font-size: 20px;
    font-weight: 600;
    background-color: #f4f4f4;
}

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


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

/* 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: 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/eagle.jpg");
        background-position: center !important;
        min-height: 1600px;

    }

    #ti-get-started-div {
        display: none;


    }

    /* positions these two divs to the left of the toggler on mobile */

    #ti-user-div {
        position: absolute;
        right: 5rem;
        top: 0.1rem;
    }

    #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: 1630px !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/eagle-optimized-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: 1750px !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;
    }

}


@media screen and (max-width: 395px) {
    
    body .top-wrapper {
        min-height: 1720px !important;
    }

}