/* --- Adjust the nav to work with the hero background --- */

#nav .container .logo .logoDark {
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .logo .logoLight {
    opacity: 0 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .content .links li a {
    color: #112867;
}

#nav .container #toggleMobileNav .icon:before,
#nav .container #toggleMobileNav .icon:after,
#nav .container #toggleMobileNav .icon span {
    background: #3E4A57;
}

/* ------ End nav adjustments ------ */

#awards h3 {
    padding-bottom: 10px;
    color: #292F3A;
    font-size: 16px;
    font-weight: 600;
}

#awards p {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

#awards .columns {
    padding: 0;
    margin-top: 20px;
    align-items: center;
}

#awards .columns .column {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#awards .columns .column:first-child {
    border-right: 1px solid #dEE4EA;
}

#awards .columns .column .right {
    padding-left: 20px;
    text-align: left;
}


/* ----- Payment Plan Cards ----- */

#planListContainer {
    position: relative;
    overflow: visible;

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#planListContainer #backward {
    position: absolute;
    top: calc(50% - 58px);
    left: -44px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #112867;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;

    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#planListContainer #backward.hide {
    opacity: 0;
    cursor: default;
}

#planListContainer #backward img {
    height: 20px;
    margin-right: 2px;
}

#planListContainer #forward {
    position: absolute;
    top: calc(50% - 58px);
    right: -44px;
    padding: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #112867;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;

    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

#planListContainer #forward.hide {
    opacity: 0;
    cursor: default;
}

#planListContainer #forward img {
    height: 20px;
    margin-left: 2px;
}

#planListContainer #planList {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    padding: 25px 0px;
    margin: 0 0 0 0;
}

#planListContainer #planList .plan {
    list-style-type: none;
    position: relative;
    margin: 0 8px;
    padding: 30px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 7px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 7px 0 rgba(50, 50, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.09);

    transform: translateX(0%);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    flex: 0 0 260px;
}

#planListContainer #planList .plan:hover {

    -webkit-box-shadow: 0 7px 24px 0 rgba(50, 50, 93, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 7px 24px 0 rgba(50, 50, 93, 0.1), 0 3px 16px 0 rgba(0, 0, 0, 0.09);
}

#planListContainer #planList .plan:first-child:is(.trial) {
    margin-left: 0px;
}

#planListContainer #planList .plan:last-child {
    margin-right: 0px;
}

#planListContainer #planList .plan .featuredText {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: #ffcf58;
    color: #112867;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 15px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    white-space: nowrap;
    min-width: 50%;
}

#planListContainer #planList .plan .featuredText:empty {
    display: none;
}

#planListContainer #planList .plan .name {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.5px;
    margin-bottom: 15px;
}

#planListContainer #planList .plan .price {
    font-weight: 800;
    font-size: 54px;
    line-height: normal;
    letter-spacing: -1px;
    color: #112867;
    margin-bottom: 5px;
}

#planListContainer #planList .plan .price .interval {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0px;
}

#planListContainer #planList .plan .textMessages {
    margin-bottom: 20px;
    font-size: 13px;
    color: #112867;
    display: flex;
    align-items: center;
}

#planListContainer #planList .plan .textMessages a {
    font-size: 14px;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #4155FF;
    filter: unset;
    display: flex;
    align-items: center;
    margin-left: 3px;
}

#planListContainer #planList .plan a.button {
    width: 100%;
    font-size: 16px;
    margin-bottom: 30px;
}

#planListContainer #planList .plan .features {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#planListContainer #planList .plan .features li {
    margin: 0 0 5px 0;
    padding: 0 0 0 0;
    list-style-type: none;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    color: #112867;
}

#planListContainer #planList .plan .features li a {
    filter: unset;
}

#planListContainer #planList .plan .features li a img {
    height: 15px;
    width: 15px;
    margin-left: 2px;
}

#planListContainer #planList .plan .features li .disabled {
    opacity: .4;
}

#planListContainer #planList .plan .features li.disabled img {
    visibility: hidden;
}

#planListContainer #planList .plan .fees {
    margin-top: 15px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    line-height: normal;
    color: #3E4A57;
    opacity: .4;
}

#planList .eyebrow-text {
    color: #112867;
    font-weight: 600;
}

#planList .plan.trial .eyebrow-text {
    color: #FFF;
}

img.plan-check {
    height: 18px;
    width: 18px;
    margin-top: 3px;
    margin-right: 10px;
}

/* ----- Free Trial Card ----- */

#planListContainer #planList .plan.trial {
    color: #FFF;
    background: #FF5868;
    background: -webkit-linear-gradient(90deg, #FF5868 0%, #4155FF 100%);
    background: linear-gradient(158deg, #FF5868 0%, #4155FF 100%);
    border: none;
    padding: 30px;
}

#planListContainer #planList .plan.trial .name,
#planListContainer #planList .plan.trial .price,
#planListContainer #planList .plan.trial .textMessages,
#planListContainer #planList .plan.trial .textMessages a {
    color: #FFF;
}

#planListContainer #planList .plan.trial .price .interval {
    display: none;
}

#planListContainer #planList .plan.trial .button {
    background-color: transparent;
    color: white;
    margin-bottom: 10px;
}

#planListContainer #planList .plan.trial .button:hover {
    background-color: white;
    color: #ba5696;
    margin-bottom: 10px;
}

#planListContainer #planList .plan.trial .noCC {
    text-align: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    margin-bottom: 30px;
}

#planListContainer #planList .plan.trial .icon {
    display: block;
    max-height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 80px;
    opacity: .7;
}

#planListContainer #planList .plan.trial p {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 0 0;
}


/* ----- Enterprise Plan Card ----- */

#planListContainer #planList .plan.enterprise {
    background-color: #112867;
    background-image: radial-gradient(circle at 50% 15%, #1621B9 0%, #112867 60%);
    color: #FFF;
    border: none;
}

#planListContainer #planList .plan.enterprise p:first-of-type {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 34px 0px;
    text-align: left;
    color: #D1E3F9;
}

#planListContainer #planList .plan.enterprise p:last-of-type {
    font-weight: 600;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

#planListContainer #planList .plan.enterprise .icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    margin-top: 80px;
    max-height: 30px;
    opacity: 0.7;
}

#planList li.plan.enterprise .eyebrow-text {
    color: #FFFFFF;
}

/** bottom enterprise plan **/

.blue-gradient-pill-section {
    padding-top: 25px;
}

.blue-gradient-pill-section .footer-pill {
    border-radius: 10px;
    padding: 30px 30px 20px 30px;
}

.blue-gradient-pill-section .circle-icon.small {
    min-height: 40px;
    min-width: 40px;
    height: 40px;
    width: 40px;
    margin-left: 20px;
}

.blue-gradient-pill-section .pill-text {
    text-align: left;
    margin-left: 15px;
}

#hero .blue-gradient-pill-section p:is(.pill-text p),
.blue-gradient-pill-section p:is(.pill-text p) {
    font-size: 18px;
    color: #112867;
}

#hero .blue-gradient-pill-section a.button.outline.blueberry.letsTalk,
.blue-gradient-pill-section a.button.outline.blueberry {
    text-decoration: none;
    margin-left: 70px;
    margin-right: 20px;
    min-width: 170px;
}

.blue-gradient-pill-section .footer-pill h2,
.blue-gradient-pill-section .footer-pill h3 {
    padding-bottom: 5px;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: normal;
    color: #112867;
}

#customPlans .footer-pill {
    padding: 30px;
}

#customPlans img {
    height: 20px;
    width: auto;
}

.footer-card .button {
    min-width: 200px;
}

#questions.section {
    padding-bottom: 0px;
}

.pricing-subtext {
    text-align: right;
    font-size: 12px;
    color: #61717E;
}

.pricing-subtext a {
    color: #61717E;
    font-style: italic;
    opacity: .7;
}

.stars-reviews {
    display: flex;
    align-items: center;
}

.stars-reviews img:not(:first-child) {
    padding-left: 5px;
}

span.award-reviews {
    display: inline-block;
    font-size: 13px;
    padding-left: 10px;
    font-weight: 600;
}

#enterpriseSolution p:not(.logoPack p) {
    padding-bottom: 0;
}

#enterpriseSolution .footer-pill {
    padding: 30px;
}

#planListContainer #planList .plan a.button.small.outline.blueberry-gradient-pricing {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    border: none;
    padding: 12px;
}

#planListContainer #planList .plan a.button.small.outline.blueberry-gradient-pricing:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-out;
    border-radius: 35px;
}

#planListContainer #planList .plan a.button.small.outline.blueberry-gradient-pricing:hover:before {
    opacity: 1;
}

#planListContainer #planList .plan a.button.small.outline.blueberry-gradient-pricing {
    background: #4155FF;
    background: -moz-linear-gradient(90deg, #4155FF 0%, #1621B9 100%);
    background: -webkit-linear-gradient(90deg, #4155FF 0%, #1621B9 100%);
    background: linear-gradient(90deg, #4155FF 0%, #1621B9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4155FF", endColorstr="#1621B9", GradientType=1);
    color: white;
}

#planListContainer #planList .plan a.button.small.outline.blueberry-gradient-pricing:before {
    background: rgb(35, 221, 205);
    background: linear-gradient(90deg, #1621B9 0%, #4155FF 100%);
}

.interval-toggle {
    display: flex;
    align-items: center;
    justify-content: right;
}

.interval-toggle img {
    margin-right: 10px;

}

#hero .interval-toggle p:not(.logoPack p) {
    margin: 0;
    padding-right: 15px;
    line-height: normal;
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 0;
    color: #112867;
    display: flex;
    align-items: center;
}

.yearlyPrice {
    margin-top: -25px;
    font-style: italic;
    font-size: 13px;
    margin-bottom: 15px;
    color: #7C8B96;
    font-weight: 500;
    height: 26px;
}

.yearlyPrice.trial-yearly {
    visibility: hidden;
}

.price-cents {
    font-size: 30px;
}

/* Empty plans section */
.no-pricing-plans-panel {
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.no-pricing-plans-panel .circle-icon {
    margin: auto;
    margin-bottom: 20px;
}
/* Empty plans section end */

/* --- Media Queries -------------------- */

@media all and (max-width: 1325px) {

    #planListContainer {
        max-width: calc(100% - 120px);
    }

    #planListContainer #planList .plan {
        flex: 0 0 240px;
    }
}

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {
    .background-light-seaglass-radial {
        background: white;
    }

    #planListContainer {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #planListContainer #backward,
    #planListContainer #forward {
        display: none;
    }

    #planListContainer #planList {
        display: block;
        width: 100%;
        margin-bottom: 0px;
    }

    #planListContainer #planList .plan {
        max-width: 350px;
        min-height: 532px;
        display: block;
        margin: 0 auto 40px auto !important;
    }

    #planListContainer #planList .plan:last-child {
        margin-bottom: 0px !important;
    }

    #planListContainer #planList .plan .textMessages {
        font-size: 14px;
        margin-top: 10px;
    }

    #enterpriseSolution {
        display: none;
    }

    #awards .columns .column {
        padding: 0;
        align-items: center;
        justify-content: center;
    }

    #awards .columns .column:first-child {
        padding-bottom: 30px;
        border-right: none;
    }

    #awards .columns .column:last-child {
        padding-top: 30px;
    }

    #customPlans .footer-pill .circle-icon {
        margin: auto;
    }

    #customPlans .footer-pill .pill-text {
        margin: auto;
        text-align: center;
        padding-top: 20px;
    }

    #customPlans .footer-pill .pill-text h3 {
        text-align: center;
    }

    #customPlans .footer-pill .pill-text h3 {
        max-width: 200px;
        margin: auto;
        padding-bottom: 20px;
    }

    #customPlans .footer-pill .pill-text p {
        padding-bottom: 20px;
        font-size: 16px;
    }

    #customPlans .footer-pill .button {
        margin: auto;
    }

    #customPlans img {
        width: 30px;
        height: auto;
    }

    .section.xxlarge {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .footer-pill {
        margin-bottom: 40px;
    }

    .pricing-subtext {
        text-align: center;
    }

    #hero section.container.section.xlarge.no-bottom-padding {
        padding-top: 15px;
    }

    .interval-toggle {
        flex-direction: column;
    }

    #hero .interval-toggle p:not(.logoPack p) {
        padding-right: 0;
        padding-bottom: 20px;
    }

    label.radio.button.small input[type="radio"]~span:not(:empty) {
        min-height: 40px;
        min-width: revert;
        font-size: 14px;
        padding: 10px 18px;
    }

    article.section section.no-pricing-plans-section.container.section:not(:first-child):not(:only-of-type) {
        padding-top: 40px;
        padding-bottom: 0px;
    }
}