﻿.headSeg a.pinkButton {
    padding: 16px 48px;
    margin-top: 32px;
}
.underTopNavContent a.pinkButton.blueButton, .underTopNavContent a.newButton, .contentWrap a.pinkButton, .buyContent .pinkButton, .billingCycle > div {
    background: #1e96fc !important;
}
.questionsWrap a, .underTopNavContent p a, .underTopNavContent a .txtLink {
    color: #1e96fc !important;
    font-weight: 500;
}
.readyWrap a {
    font-size: 1.2rem;
    padding: 12px 48px;
    background: #1e96fc !important;
}
.slantedBackground span:nth-child(1) {
    background: #44a9ff !important;
}
.slantedBackground span:nth-child(2) {
    background: #35a2ff !important;
}
.slantedBackground span:nth-child(3) {
    background: #1e96fc !important;
}
.slantedBackground span:nth-child(4) {
    background: #35a2ff !important;
}
.slantedBackground span:nth-child(5) {
    background: #1e96fc !important;
}
.nicecheckWrap {
    line-height: 120%;
}

.nicecheckWrap .checker {
    width: 12px;
    height: 12px;
    padding: 3px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c0c0c0;
    display: block;
}

.nicecheckWrap input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.nicecheckWrap .checker div {
    background: #efefef;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all 300ms ease;
}
.nicecheckWrap input[type=radio]:checked + .checker div {
    background: #1e96fc !important;
}
.buyContent .h1Wrap {
    margin-bottom: 64px;
}
.buyContent h1 {
    color: #fff;
    margin-bottom: 0;
}
.buyContent p.h1Text {
    font-size: 2.85rem;
    color: #fff;
    line-height: 120% !important;
    margin-top: 0;
}

.recurringPrice input[type=number] {
    border-radius: 3px !important;
}
.buyContent .customerType {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
    .buyContent .customerType > li {
        min-width: calc(50% - 8px);
        max-width: calc(50% - 8px);
        margin-right: 4px;
        margin-left: 4px;
        background: rgba(255, 255, 255, 0.9);
    }
.explainer {
    min-height: 60px;
    background: #ffffff !important;
}
@media screen and (max-width:1050px) {
    .buyContent .customerType > li {
        min-width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left:0;
    }
}
.buyContent {
    padding-top: 64px;
}
.moreQuestionsWrap {
    margin-bottom: 64px !important;
}
.slantedBackground.buyer {
    background-image: linear-gradient(-20deg, #3a86ff 0%, #8338ec 100%) !important;
}
    .slantedBackground.buyer span,
    .featureTableWrap ul.head,
    .featureTableWrap span.infinity span:first-child,
    .featureTableWrap span.check span:first-child {
        background: #1e96fc !important;
    }
.extendedMenu {
    background: #1e96fc !important;
}
    .extendedMenu ul li.selected a {
        color: #2B2B2B !important;
    }
.extendedMenu ul li a {
    color: #fff !important;
}
.customerTypeWrap > div > label span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 12px;
}
.custTypeNameWrap > div {
    margin-bottom: 12px;
}
.reccuringCurrSelectorWrap {
    justify-content: flex-end;
    padding-right: 4px;
    padding-bottom: 4px;
}
.reccuringCurrSelectorWrap label {
    color: #ffffff;
}
.reccuringCurrSelectorWrap select {
    padding: 2px 5px !important;
    border: 1px solid #efefef !important;
    border-radius: 3px;
}