﻿.newPlansWrap {
    text-align: center;
    border: 1px solid #f8f8f8;
    padding: 16px;
    position: relative;
}
.newPlansWrap,
.topReviewsWrap,
.quoteWrapTop {
    max-width: 1200px;
    margin: 64px auto;
}
.h1Text {
    font-weight: 500;
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
}
.topReviewsWrap > div:first-child {
    flex: 1;
}
.topReviewsWrap {
        display: flex;
        align-items: center;
    }
    .monthlyAnnualToggleWrap {
        border-radius: 32px;
        background: #efefef;
        display: inline-flex;
        padding: 4px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        top: -38px;
        margin-bottom: -38px;
    }
.currencyWrapper {
    display: inline-flex;
    position: absolute;
    top: -19px;
    height: 38px;
    right:8px;
    margin-bottom: -38px;
    align-items: center;
    justify-content: center;
}
.currencyWrapper select {
    padding: 5px 10px !important;
    font-size: 0.85rem;
    margin:0 !important;
    line-height: 100%;
    flex:0;
    height: auto !important;
    border: 1px solid #c0c0c0;
    border-radius: 32px;
}
.monthlyAnnualToggleWrap input[type=checkbox] {
    position: absolute;
    left: -2000px;
    top: -2000px;
    visibility: hidden;
}
.monthlyAnnualToggleWrap label {
    display: flex;
    background: #fff;
    border-radius: 32px;
    font-weight: 500;
    padding: 5px 24px;
    transition: all 300ms ease;
}
.monthlyAnnualToggleWrap div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.monthlyAnnualToggleWrap input[type=checkbox] + div label:nth-child(2),
.monthlyAnnualToggleWrap input[type=checkbox]:checked + div label:nth-child(1) {
    background: #fff;
    color: #000;
}
.monthlyAnnualToggleWrap input[type=checkbox] + div label:nth-child(1),
.monthlyAnnualToggleWrap input[type=checkbox]:checked + div label:nth-child(2) {
    background: #efefef;
    color: #666;
    text-shadow: 0 1px 0 #fff;
}
.custTypeWrap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.custTypeWrap > li {
    margin: 0;
    padding: 0;
    width: 33.3333%;
}
    .custTypeWrap h2 {
        font-size: 1.8rem;
        font-weight: 700;
        display: block;
        margin: 0;
        padding: 0;
        text-align: center;
    }
.custTypeWrap > li > div {
    border: 1px solid #efefef;
    border-radius: 8px;
    margin-left: 4px;
    margin-right: 4px;
    background: #fff;
}
.custHeader {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 16px;
}
.custHeader img {
    margin-bottom: 4px;
}
.amountWrapper {
    font-size: 3rem;
    font-weight: 500;
    color: #dc0d8a;
    font-family: 'Passion One', cursive;
    margin: 32px 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.currSymbol,
.currSymbol2 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 1.15rem;
}
.currSymbol {
    padding-right: 8px;
}
.currSymbol2 {
    padding-left: 8px;
    line-height: 100%;
}
.period {
    color: #2B2B2B;
    display: block;
    min-width: 100%;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1rem;
    margin-top: 8px;
}
a.buyNowButton {
    width: 100%;
    border-radius: 3px !important;
    padding: 18px;
    font-size: 1.3rem;
    text-transform: none;
}
.custContent {
    padding: 16px;
}
.tierWrapper {
    margin-bottom: 32px;
    padding: 2px;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.tierWrapper tbody tr td:last-child {
    font-size: 1.4rem !important;
    color: #eb0091;
    font-family: 'Passion One', cursive;
}
.tierWrapper .currSymbol {
    font-size: 0.85rem;
    padding-right: 4px;
}
.tierWrapper table thead td {
    background: #eb0091 !important;
    font-size: 1rem !important;
    font-weight: 500;
    color: #fff !important;
    padding: 0 !important;
}
.tierWrapper table thead tr td:first-child {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
}
.tierWrapper table thead tr td:last-child {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}
.tierWrapper table tbody td {
    background: #fff !important;
    font-size: 1rem !important;
    font-weight: 500;
    padding: 4px 0 !important;
    border-bottom: 1px solid #f8f8f8;
}
.tierWrapper table tbody tr:last-child td {
    border-bottom:0;
}
.multiSeatBuyWrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
label.requestQuote {
    display: block;
    width: 100%;
    border-radius: 3px !important;
    width: 100%;
    background: #fff !important;
    border: 1px solid #eb0091 !important;
    color:#eb0091 !important;
    margin-top: 3px;
    font-weight: 500;
    font-size: 1rem;
}
.multiSeatBuyWrap > div:first-child {
    min-width: 80px;
    max-width: 80px;
    margin-right: 8px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 100%;
}
.multiSeatBuyWrap > div:last-child {
    flex: 1;
}
.multiSeatBuyWrap input[type=number] {
    padding: 0;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    padding-left: 7px;
    color: #666;
}
.multiSeatBuyWrap input[type=number]:focus {
    color: #000;
}
.buyNowWrapper {
    background: #f8f8f8;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    padding: 16px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
ul.benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
}
ul.benefits li {
    font-size: 1rem;
    margin: 0;
    padding: 2px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 100%;
    padding-left: 32px;
    position: relative;
}
ul.benefits li img {
    margin-right: 8px;
}
.cheaperBanner {
    font-size: 1rem;
    font-family: Roboto, Arial, sans-serif;
    background: #f8f8f8;
    width: 100%;
    color: #777;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.cheaperBanner label {
    color: #eb0091;
}
.cheaperBanner label:hover {
    text-decoration: underline;
}
    .cheaperBanner img {
        position: absolute;
        height: 40px;
        width: 40px;
        left: -14px;
        top: -10px;
    }
.minOrderSize {
    font-size: 0.85rem;
    font-style: italic;
    font-weight: normal;
}
.plusVAT {
    font-size: 0.8rem;
    display: block;
    margin-bottom: -5px;
}
h1 {
    display: block;
    flex: 1;
}
.toolPop + .toolPopContent {
    display: none;
}
.toolPop:hover + .toolPopContent {
    display: flex;
    position: absolute;
    top: 24px;
    left: 64px;
    background: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 6px;
    padding: 16px;
    width: 280px;
    z-index: 5;
    line-height: 120%;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    box-shadow: rgba(38, 57, 77, 0.5) 0 20px 30px -10px;
}
.notPermitted {
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 130%;
    margin-left: -20px;
    margin-right: -20px;
    font-weight: normal;
    padding: 8px 16px;
}
.custHeader h3 {
    font-size: 1.2rem;
    line-height: 110%;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 500;
    margin-top: 4px;
}
.noAvailableOptions {
    font-size: 1.15rem;
    background: #ffebcd;
    border-radius: 3px;
    padding: 16px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 32px;
    flex-direction: column;
}
.noAvailableOptions label {
    color: #eb0091;
}
.smallPrint {
    font-size: 0.85rem;
    border: 0 !important;
    padding: 0;
    text-align: left;
    color: #666;
    margin-top: 8px;
}
.denySales {
    background: #ffebcd;
    border-radius: 3px;
    padding: 16px;
}
.startupBusinessLink {
    font-size: 0.85rem;
    line-height: 120% !important;
    padding: 16px;
    margin-bottom: 32px;
    position: relative;
}
    .startupBusinessLink h3 {
        font-family: Roboto, Arial, sans-serif;
        font-weight: 500;
        margin: 0;
        margin-bottom: 8px;
        padding: 0;
        font-size: 1rem;
        line-height: 120% !important;
    }
    .startupBusinessLink p {
        margin: 0;
        padding: 0;
        font-size: 1rem;
        line-height: 120% !important;
        text-align: left;
    }
.startupBusinessLink a {
    text-transform: none;
    margin-top: 12px;
}
.startupBusinessLink img {
    position: absolute;
    top: -28px;
    left: -11px;
    width: 64px;
    height: 64px;
}
.startupBusinessLink.criteria {
    background: blanchedalmond;
}
    .startupBusinessLink.criteria img {
        width: 42px;
        height: 42px;
        top: -12px;
        left: -10px;
    }
    .startupBusinessLink.criteria ul {
        list-style: initial;
        margin: 0;
        padding: 0;
        margin-left: 32px;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .startupBusinessLink.criteria ul li {
        text-align: left;
        font-family: Roboto, Arial, sans-serif;
        font-size: 1rem;
        margin: 0;
        padding: 0;
        line-height: 120%;
    }
    .noAvailableOptions,
    .startupBusinessLink,
    .notPermitted {
        background: #dcffe2;
        color: #064310;
    }
.monkeyTopper2 {
    display: none;
}
.featureTableWrap span.check span:first-child,
.featureTableWrap ul.head,
.featureTableWrap span.infinity span:first-child {
    background: #eb0091 !important;
}
.featureTableWrap span.infinity span:last-child,
.featureTableWrap ul.feature:hover li:first-child h4 {
    color: #eb0091 !important;
}
.starPrint {
    text-align: right !important;
    line-height: 120%;
    margin-top: 16px;
    font-size: 0.85rem;
}
.featureTableWrap { margin-bottom: 0; }

.capterraWrap {
    display: inline-block;
    background: #f8f8f8;
    border-radius: 8px;
    line-height: 100%;
    text-align: center;
}
.capterraWrap:hover {
    text-decoration: none !important;
}
.capterraWrap img {
    margin: 0;
    padding: 0;
}
.reviewCountWrap {
    background: #efefef;
    display: block;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 8px;
    color: #666;
    font-weight: 500;
}
.capterraWrap > div:first-child {
    padding: 8px;
}
.quoteWrapTop {
    font-size: 1.4rem;
}
.quoteWrapTop > div {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    background: #f8f8f8;
    border-radius: 16px;
    padding: 16px;
}
.quoteWrapTop > div > div:first-child {
    min-width: 120px;
    max-width: 120px;
    padding-right: 32px;
}
.quoteWrapTop > div > div:last-child {
    text-align: left !important;
}
.quoteWrapTop img {
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}
    .quoteWrapTop span.attr {
        font-weight: 500;
        display: block;
        font-size: 1.15rem;
        margin-top: 8px;
    }
.award {
    display: flex;
    background: yellow;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
}
.award:hover {
    text-decoration: none !important;
}
.award h3 {
    font-size: 1.15rem;
    margin: 0;
    padding: 0;
}
.award > div:first-child {
    min-width: 64px;
    max-width: 64px;
}
.requestQuoteOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
}
.requestQuoteWrap {
    max-width: 500px;
    background: #fff;
    box-shadow: rgba(38, 57, 77, 0.5) 0 20px 30px -10px;
    border-radius: 16px;
    padding: 32px;
    position: relative;
}
.requestQuoteCloser {
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px;
}
#RequestQuoteCheck {
    position: absolute;
    top: 0;
    left: -10000px;
    visibility: hidden;
}
#RequestQuoteCheck:checked + .requestQuoteOverlay {
    display: flex;
}
.rqElOuterWrap {
    padding: 0 32px;
}
.requestQuoteWrap .button.pinkButton {
    border-radius: 3px !important;
    padding: 16px !important;
    min-width: 200px;
    border-radius: 3px !important;
}
.rqElWrap {
    line-height: 120%;
    margin-bottom: 12px;
}
.rqElWrap label {
    font-weight: 500;
}
    .rqElWrap select {
        display: block;
    }
.rqElWrap select,
.rqElWrap input[type=text],
.rqElWrap input[type=number]{
    display: block;
    padding: 4px;
    font-size: 1.15rem;
}
.rqElWrap select {
    max-width: 100%;
}
    .rqElWrap input[type=number] {
        max-width: 100px;
        align-self: flex-end;
    }
.requestQuoteWrap .twoCol > div:last-child {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    flex: 1;
    text-align: right !important;
}
.requestQuoteWrap h2 {
    margin-bottom: 8px !important;
    padding: 0 !important;
}
.requestQuoteWrap p {
    font-size: 1rem;
    line-height: 120%;
}
.requestQuoteWrap .c {
    margin-top: 16px;
}
.requestQuoteWrap .notification {
    padding: 8px;
}
@media screen and (max-width: 1300px) {
    .topReviewsWrap {
        padding: 0 32px;
    }
}
    @media screen and (max-width: 1200px) {
        .custTypeWrap {
            flex-direction: column;
            margin-bottom: 32px;
        }

            .custTypeWrap > li {
                width: 100%;
                margin: 0 auto;
                margin-bottom: 32px;
                max-width: 600px;
            }

                .custTypeWrap > li:last-child {
                    width: 100%;
                }
    }

@media screen and (max-width: 900px) {
    .currencyWrapper {
        right: auto;
        left: 0;
        top: 28px;
        width: 100%;
    }

    .newPlansWrap {
        padding-top: 42px;
    }

    .monthlyAnnualToggleWrap {
        top: -64px;
    }
}
@media screen and (max-width: 650px) {
    .capterraWrap {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    h1 {
        font-size: 3rem !important;
    }
}
@media screen and (max-width: 500px) {
    
    .starPrint {
        padding-right: 16px;
    }
}

.c2vca {
    padding-top: 64px;
}
.c2vca h1 {
    font-size: 3.5rem;
} 
    .c2vca h2 {
        margin-top: 64px;
        margin-bottom: 16px !important;
    }
    .c2vca .singleCol {
        max-width: 1000px !important;
    }
.c2vca .featureTableWrap {
    border: 1px solid #efefef;
    border-radius: 3px;
}
li.c3vcaanimcol {
    color: #2B2B2B !important;
    font-weight: 500 !important;
}
.gamblingLink {
    line-height: 120%;
    font-size: 0.85rem;
    display: block;
    text-align: center;
    background: #fffadc;
    border-radius: 3px;
    padding: 8px;
    margin-top: 8px;
    margin-bottom: -24px;
}