/* Home page */


html body .home-pricing-banner.home-pricing-banner-fixed {
    position: fixed;
    bottom: -1000px;
    left: 0;
    right: 0;
    z-index: 50;
    background: #ddd;
    margin: 0;
    padding: 25px 0;
    box-shadow: 0px -1px 5px rgb(0 0 0 / 50%);
    transition: 1s;
}

html body .home-pricing-banner.home-pricing-banner-fixed.slide-in {
    bottom: 0px
}

html body .home-pricing-banner.home-pricing-banner-fixed.slide-in.slide-away {
    bottom: -1000px
}

.close-pricing-banner {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 20px;
    cursor: pointer;
}

.home-pricing-banner-fixed p {
    display: inline-block;
    margin: 0 15px 0 0 !important;
}

.home-pricing-banner-fixed a.main-button {
    display: inline-block;
}

.home-pricing-banner.home-pricing-banner-fixed h2 {
    font-size: 30px;
    line-height: 32px;
}

.home-pricing-banner.home-pricing-banner-fixed h2 span {
    padding-top: 10px !important;
}

.home-pricing-banner {
    margin: 75px 0 45px;
    text-align: center;
}

.home-pricing-banner h2 {
    font-size: 40px;
    line-height: 40px;
}

.home-pricing-banner h2 span {
    background: rgb(245,133,32);
	background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
	background-clip: text;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
    .container-fluid .home-pricing-banner.home-pricing-banner-fixed .row {
        margin: 0 !important;
    }
    
    .home-pricing-banner.home-pricing-banner-fixed h2 {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        padding: 0 15px !important;
    }

    .post .entry .home-pricing-banner.home-pricing-banner-fixed p {
        font-size: 16px;
        line-height: 20px;
        font-weight: bold;
    }
}


/* Pricing Page */

.page-id-3473 .main .post .entry > div:first-of-type {
    padding-bottom: 0;
}

.page-id-3473 .main .post .entry > div {
    padding-top: 25px;
    padding-bottom: 25px !important;
}

.page-id-3473 .main .post .entry > div.talk-group,
.page-id-3473 .main .post .entry > div.forrester-group,
.page-id-3473 .main .post .entry > div.quote-group {
    padding: 65px 0 !important;
}

body.page-id-3473 .post .entry p.price-start {
    font-size: 28px;
    line-height: 28px;
    margin: 35px 0;
}

.page-id-3473 h3.main-h3 {
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}

.price-three {
    background-color: #fff;
}

.price-three > div {
    padding: 15px
}

.wp-block-table.price-table {
    margin: 0;
    overflow: visible
}

.price-table img.pricing-sticker {
    max-width: 150px;
    position: absolute;
    top: -40px;
    left: -55px;
    margin: auto;
    z-index: 10;
}

.price-table table tr > td:first-of-type {
    width: 515px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 10px 5px;
}

.post .entry .price-table table > tbody > tr:first-of-type p {
    font-size: 16px;
    line-height: 20px;
}

.post .entry .price-table table > tbody > tr:first-of-type > td:first-of-type {
    position: relative;
}

.price-table table tr:first-of-type > td:nth-of-type(2), 
.price-table table tr:first-of-type > td:nth-of-type(3),
.price-table table tr:first-of-type > td:nth-of-type(4) {
    text-align: center;
    vertical-align: top;
}

.price-table table tr > td:nth-of-type(2), 
.price-table table tr > td:nth-of-type(3),
.price-table table tr > td:nth-of-type(4) {
    /* width: 24%; */
    vertical-align: middle;
}

.price-table tr:nth-of-type(10) img,
.price-table tr:nth-of-type(11) img,
.price-table tr:nth-of-type(12) img {
    
}

.price-table h3,
.price-three h3 {
    /* background: rgb(245,133,32);
    background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    */
    color: #000;
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-Md', sans-serif;
    line-height: 24px;
    margin-top: 0;
    padding-top: 10px;
    font-weight: bold;
}

.price-table img {
    max-width: 20px;
    display: block;
    margin: auto;
    vertical-align: middle;
}

.post .entry .price-table p,
.price-three > div > p:first-of-type {
    color: #5c5c5c;
    font-size: 18px;
    line-height: 30px;
}

.price-three ul {
    margin-left: 0;
}

.page-id-3473 .main ul li {
    font-size: 18px;
    line-height: 22px;
    list-style: none;
    margin-bottom: 15px;
    margin-left: 15px;
    padding-left: 23px;
    position: relative;
}

.price-three ul li:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    left: 0;
    position: absolute;
    top: -2px;
}

.price-contact {
    text-align: center;
}

.price-contact > a {
    background: rgb(135,29,86);
    background: linear-gradient(236deg, rgba(135,29,86,1) 0%, rgba(246,134,31,1) 100%);
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 20px auto 0;
    padding: 10px 50px 5px;
    transition: .3s;
    text-transform: uppercase;
}

.page-id-3473 h2 {
    background: rgb(245,133,32);
	background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
	background-clip: text;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}

.page-id-3473 .talk-to-us p {
    font-size: 20px;
    line-height: 34px;
}

.pricing-trio .plus-numbers div > span {
    font-size: 30px;
    line-height: 40px;
}

.post-single .entry .pricing-trio .plus-numbers p,
.pricing-trio .plus-numbers p {
    font-size: 20px;
    line-height: 28px;
}

.pricing-trio .plus-numbers > div > div {
    justify-content: space-evenly;
    display: flex;
    flex-direction: column;
}

.pricing-trio a {
    margin-top: auto;
}

.mobile-pricing-wrap {
    display: none;
}

.mobile-pricing-buttons {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-around;
}

.mobile-pricing-buttons > a {
    display: block;
    border: 1px solid;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 5px;
}

.mobile-pricing-buttons > a.mpb-active {
    background-color: #f6861f;
    color: #fff;    
}

.mobile-pricing-wrap table {
    border: none;
}

.mobile-pricing-wrap table tr:first-of-type {
    padding-bottom: 20px;
}

.mobile-pricing-wrap table tr:first-of-type td {
    font-size: 18px;
    line-height: 24px;
}

.mobile-pricing-wrap table tr:not(:first-of-type) {
    border: solid 1px #ddd;
}

.mobile-pricing-wrap table tr:not(:first-of-type) td:first-of-type {
    width: 215px;
}

.mobile-pricing-wrap td {
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
}

.mobile-pricing-wrap td img {
    max-width: 26px;
    display: block;
    margin: auto;
}

.mobile-pricing-features > div {
    display: none;
}

.mobile-pricing-features > div.mpf-active {
    display: block;
}

.mobile-pricing-features > div {
    opacity: 0;
    margin-top: 100px;
    transition: 1s;
}

.mobile-pricing-features > div.mpf-active {
    animation: 300ms linear fadeup;
    opacity: 1;
    margin-top: 0;
}


@keyframes fadeup{
    0% { opacity:0; margin-top: 100px; }
    66% { opacity:.5; margin-top: 50px; }
    100% { opacity:1; margin-top: 0; }
}

@media (max-width: 1160px) {
    .price-table table tr > td:first-of-type {
        width: 400px;
    }
}

@media (max-width: 1050px) {
    .price-table table tr > td:first-of-type {
        width: 320px;
    }
}

@media (max-width: 910px) {
    .price-table table tr > td:first-of-type {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .page-id-3473 .entry h1#pricingtop {
        font-size: 32px !important;
        line-height: 36px !important;
        margin-bottom: 0;
    }

    #thepricetable {
        display: none;
    }

    .mobile-pricing-wrap {
        display: block;
    }
}

@media (max-width: 376px) {
    .mobile-pricing-buttons {
        /* margin-left: -10px; */
    }

    .mobile-pricing-buttons > a {
        font-size: 14px;
        line-height: 14px;
    }
}

/* Unbeatable Price Page */

.pt-tab {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 20px 20px 10px 10px;
    padding: 40px 20px;
    width: 24%;
    text-align: center;
    position: relative;
    margin: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    background: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.pt-tab::before {
    position: absolute;
    content: '';
    top: 0px;
    width: 100%;
    height: 18px;
    background-color: #000;
    border-radius: 20px 20px 0 0;
    left: 0;
}

.pt-tab.most-pop::before {
    background-color: #f6861f
}

.pt-tab h2 {
    font-size: 26px;
    line-height: 26px;
    font-family: 'HelveticaNeueLTStd-Bd', 'Inter', sans-serif;
    margin-bottom: 0;
    padding: 8px 0 0 0 !important;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    text-align: center;
}

.pt-tab.most-pop h2 {
    background: rgb(245,133,32);
    background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pt-tab h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    text-align: center;
}

.pt-tab h4 {
    font-size: 22px;
    line-height: 22px;
    width: 100%;
}

.pt-tab h3::after {
    position: absolute;
    content: '';
    width: 70%;
    height: 2px;
    background-color: #ddd;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main .pt-details ul {
    margin: 10px 0 0 20px;
}

.main .pt-details ul li {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: bold;
}

.main .pt-details ul li:nth-of-type(2) {
    background: rgb(245,133,32);
    background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main .pt-details ul li:nth-of-type(odd) {
    /* background-color: #eee; */
}

.pt-details {
    border: 1px solid #ccc;
    padding: 80px 0 20px !important;
    margin-top: -40px;
    border-radius: 10px;
    background-color: #fff;
}

.pt-details > div {
    padding: 0 50px;
}

.pricing-tiers {
    margin-top: -85px;
}

.pricing-tiers > div.row {
    margin: auto !important;
}

.pricing-tiers > .row:first-of-type {
    position: relative;
    z-index: 6;
}

.pricing-tiers > .row:last-of-type {
    position: relative;
    z-index: 4;
}

.pt-details span {
    /* text-align: center;
    display: block;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0 10px; */
}

.pt-details span {
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
}

.pt-cols.wp-block-columns {
    max-width: 1200px !important;
    margin: auto !important;
    width: 100% !important;
}

.pt-cols.wp-block-columns > .wp-block-column {
    flex-grow: 1 !important;
}

.wp-container-2.wp-block-group.alignfull.home-grey-bar {
    padding-top: 0 !important;
}

.main .post .entry > div.customer-carousel {
    padding: 80px 0 60px;
}

.page-id-4347 .main .talk-to-us h4 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 30px;
}

.page-id-4347 .main .talk-to-us h4 span {
    background: rgb(245,133,32);
    background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-id-4347 .main .talk-to-us ul li {
    margin-left: 0;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 9px;
}

.page-id-4347 .main .post .entry > div#priceformgroup {
    padding-top: 75px;
}

.mp-tag {
    position: absolute;
    top: -22px;
    right: 11px;
    background-color: #a31d5b;
    color: white;
    height: 65px;
    width: 65px;
    border-radius: 40px;
    font-size: 12px;
    line-height: 12px;
    padding-top: 20px;
    font-weight: bold;
    box-shadow: 0 0 5px black;
}

.customer-carousel .slick-track {
    display: flex;
    align-items: center;
}

.customer-carousel .slick-track img {
    width: 60% !important;
    margin: auto !important;
}

/* FALL 2023 */

.cut-costs .main .post .entry > div:first-of-type,
.page-id-4709 .main .post .entry > div:first-of-type {
    padding: 45px 0 !important;
}

.cut-costs .main .post .entry > div:first-of-type p,
.page-id-4709 .main .post .entry > div:first-of-type p {
    margin-bottom: 0 !important;
}

.cut-costs .pricing-tiers,
.page-id-4709 .pricing-tiers {
    margin-top: 60px;
}

.cut-costs .main .post .entry > div,
.page-id-4709 .main .post .entry > div {
    padding-top: 25px;
}

.page-id-4709 .pt-details {
    padding: 20px 0 !important;
}

.cut-costs .main .pt-details ul li:nth-of-type(2),
.page-id-4709 .main .pt-details ul li:nth-of-type(2) {
    background: inherit;
    background: inherit;
    background-clip: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.cut-costs .main .pt-details ul li span,
.page-id-4709 .main .pt-details ul li span {
    background: rgb(245,133,32);
    background: -webkit-linear-gradient(-51deg, rgba(245,133,32,1) 0%, rgba(179,30,94,1) 55%, rgba(135,28,85,1) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cut-costs .pt-details span,
.page-id-4709 .pt-details span {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 10px;   
}

.animated-text {
    display: inline-block;
    animation: clipAnimation 6s infinite;
    padding-top: 5px;
  }
  
  @keyframes clipAnimation {
    0%, 20% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); /* Show the entire text */
    }
    40%, 60% {
      clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%); /* Clip the bottom half */
    }
    80%, 100% {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); /* Show the entire text again */
    }
  }

h2#h-recognition-and-certifications {
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin: 0 auto 35px;
    max-width: 75%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
}

.cut-costs .wp-block-column p {
    font-size: 20px;
    line-height: 28px;
}

.cut-costs .pt-details {
    padding-top: 0 !important;
}

.cut-costs .pt-details ul {
    margin-left: 0;
}

.cut-costs .pt-details ul li {
    font-size: 20px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 10px;
}

.cut-costs h2#h-get-a-complete-view-of-your-market {
    padding-top: 36px;
    font-size: 50px;
    margin-bottom: 0;
}

@media(max-width: 767px) {
    .pricing-tiers {
        margin-top: -40px;
    }

    .pt-tab {
        width: 49%;
        display: inline-block !important;
    }

    .pt-tab:nth-of-type(odd) {
        margin-right: 1%;
    }

    .pt-tab:nth-of-type(1),
    .pt-tab:nth-of-type(2) {
        margin-bottom: 30px;
    }

    body .d-flex.justify-content-between.w-100 {
        display: block !important;
        text-align: center;
    }

    .main .post .entry > div.customer-carousel > div > div {
        display: block !important;
    }

    .page-id-4347 .ochs-group img {
        margin-bottom: 30px;
    }
}

@media(max-width: 530px) {
    .pt-tab {
        width: 48%;
        display: inline-block !important;
    }
}