body {
    background-color: #f2f2f2;
    margin: 0;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    color: #333;
    line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: bold;
}

.sales-nav {
    background: #4b4a4a;
    z-index: 75;
    height: 87px;
    top: 0;
    width: 100%;
    position: absolute;
}

.inner-header {
    max-width: 945px;
    position: relative;
    margin: 0 auto;
	height: 87px;
}


#imgLogo {
    margin: 14px 0px;
    width: 143px;
    height: 60px;
    vertical-align: middle;
}

.logo-container {
    display: inline-block;
}

.navmain {
    display: inline-block;
    float: right;
}
ul.nav-inside a:hover {
    color: white;
    text-decoration: none;
}
ul.nav-inside {
    font-size: 11px;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", Arial, Helvetica;
    line-height: 16px;
    font-style: normal;
}
a {
    text-decoration: none;
    color: white;
}

li {
    display: inline;
}

#api {
	    margin-left: 22px;
}

.main-box {
    position: relative;
    top: 111px;
    margin: 0 auto;
    background-color: white;
    width: 1000px;
    max-width: 1000px;
    height: 1085px;
    box-shadow: 0 0px 9px rgba(34, 25, 25, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.3);
    -webkit-box-shadow: 0 0px 9px rgba(34, 25, 25, 0.3);
    margin-bottom: 30px;
}

.inner-box {
    width: 900px;
    margin: 0 auto;
    top: 24px;
    position: inherit;
}

.wholesale-header {
    font-size: 21px;
    margin-top: 16px;
    font-weight: bold;
    color: #333;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 16px;
}

.pricing-body {
    position: relative;
    background-color: white;
    box-shadow: 0 0px 9px rgba(34, 25, 25, 0.3);
    -moz-box-shadow: 0 1px 5px rgba(34, 25, 25, 0.3);
    -webkit-box-shadow: 0 0px 9px rgba(34, 25, 25, 0.3);
    margin-bottom: 30px;
    padding: 10px;
    min-height: 500px;
}

hr {
    display: block;
    unicode-bidi: isolate;
    -webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
	margin: 15px 0 12px;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    line-height: 24px;
	
}


.pricing-buttons {
    display: table;
    margin-top: 61px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

button.primary-gray, input.primary-gray, button.disabled, button.disabled:hover, button.disabled:active {
    cursor: pointer;
    display: inline-block;
    background: #e6e6e6;
    background: -o-linear-gradient(top, white, #e6e6e6);
    background: -ms-linear-gradient(top, white, #e6e6e6);
    background: -moz-linear-gradient(top, white, #e6e6e6);
    background: -khtml-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=white, endColorStr=#e6e6e6);
    padding: 5px 12px 4px;
    border: 1px solid #414141;
    border-color: #ddd #ddd #eee;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
    font-weight: bold;
    line-height: normal;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
}
button.primary-gray, input.primary-gray {
    font-size: 16px;
    color: #333 !important;
}


button {
    white-space: nowrap;
    margin: 0;
}
button.primary, input.primary, .input-primary, .wufoo input.btTxt, a.primary-blue {
/*    cursor: pointer;
    display: inline-block;
    font-family: Arial, Helvetica;
    background: #1f81de;
    background: -o-linear-gradient(top, #049cdb, #1f81de);
    background: -ms-linear-gradient(top, #049cdb, #1f81de);
    background: -moz-linear-gradient(top, #049cdb, #1f81de);
    background: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#1f81de));
    background: -webkit-gradient(linear, left top, left bottom, from(#049cdb), to(#1f81de));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#049cdb, endColorStr=#1f81de);
    padding: 5px 12px 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none !important;
    border-width: 1px;
    border-color: #1f81de #1f81de #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    white-space: nowrap;*/
    border: 0;
    line-height: 25px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica;
    padding: 4px;
    font-size: 13px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    background-color: #ffc820;
    color: #333;
}
button.primary.select-plan-button {
    width: 80%;
}
button.medium, input.medium {
    font-size: 13px !important;
    padding: 5px 12px !important;
}

span#save20Percent {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-left: 12px;
	font-weight: bold;
	color: #61a111 !important;
}
.center.relative {
    margin-top: 61px;
}

.info-boxes {
	width: 240px; height: 579px; display: inline-block; border: 1px solid #d2d2d2; float: left;
}







.plan-name {
    font-size: 24px !important;
    font-weight: bold;
    margin-top: 29px;
    display: inherit;
}
/*.plan-price {
    font-size: 16px;
    color: #61a111;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    display: inherit;
    margin: 0 auto;
    margin-top: 13px;
    padding-bottom: 10px;
}*/
.plan-price {
    font-size: 16px;
    color: #61a111;
    font-weight: bold;
    /* border-bottom: 1px solid #d2d2d2; */
    display: inherit;
    margin: 0 auto;
    margin-top: 7px;
    padding-bottom: 10px;
}


.plan-members {
    display: inherit;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
}

.plan-pricing-type {
    display: inherit;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #414141;
	text-decoration: underline;
}

.feature-checklist {
	font-size: 16px;
	font-weight:normal;
	margin-bottom:13px;
}

.checklist-group {
	    margin-top: 20px;
}

.more-features {
    display: inherit;
    margin-top: 8px;
    font-size: 15.5px;
    font-weight: bold;
    color: #414141;
    margin: 18px 0px;
}





button.primary-gray, input.primary-gray{
    cursor: pointer;
    display: inline-block;
    background: #e6e6e6;
    background: -o-linear-gradient(top, white, #e6e6e6);
    background: -ms-linear-gradient(top, white, #e6e6e6);
    background: -moz-linear-gradient(top, white, #e6e6e6);
    background: -khtml-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=#049cdb, endColorStr=#1f81de);
    padding: 5px 12px 4px;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    text-decoration: none !important;
    border-width: 1px;
    border-color: #1f81de #1f81de #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}
button.monthly-payment-button, button.annual-payment-button {
    /*background: #e6e6e6;*/
    outline: 0;
    border: 0 !important;
    background: #f7ba00;
/*    background: -o-linear-gradient(top, white, #e6e6e6);
    background: -ms-linear-gradient(top, white, #e6e6e6);
    background: -moz-linear-gradient(top, white, #e6e6e6);
    background: -khtml-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e6e6e6));*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorStr=white, endColorStr=#e6e6e6);
    padding: 5px 12px 4px;
    border: 1px solid #414141;
    border-color: #ddd #ddd #eee;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
    font-weight: bold;
    line-height: normal;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(255, 255, 255, 0.05);
    /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);*/
/*    border: 0;
    line-height: 25px;
    display: inline-block;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica;
    padding: 4px;
    font-size: 13px;
    margin: 0 auto;
    font-weight: bold;
    background-color: #ffc820;
    color: #333;
    margin-left: 10px;
    padding: 4px 11px;*/
}
button.monthly-payment-button.selected, button.annual-payment-button.selected {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    background: #1f81de 0 -15px !important;
    color: #fff !important;
    text-decoration: none !important;
    cursor: default;
    background-color: #f7ba00;
    /*text-shadow: 0px 0px 0px;*/
}
button.monthly-payment-button {
/*    border-radius: 6px 0px 0px 6px;
    -moz-border-radius: 6px 0px 0px 6px;
    -webkit-border-radius: 6px 0px 0px 6px;*/
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
button.annual-payment-button {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
/*    border-radius: 0px 6px 6px 0px;
    -moz-border-radius: 0px 6px 6px 0px;
    -webkit-border-radius: 0px 6px 6px 0px;*/
}

.extra-text {
    width: 100%;
    display: inline-block;
    margin-top: 33px;
    right: 0;
    left: 0;
    text-align: center;
}

.blue-link {
    font-size: 14px;
    margin-top: 7px;
    color: #1f81de;
    text-decoration: underline;
}

.bottom-pinstripe {
    margin: 38px 0px;
    width: 100%;
}



.top {
    vertical-align: top !important;
}

tbody {
    font-size: 14px;
    line-height: 24px;
}

table {
    top: -10px;
    position: relative;
}


.detailed {
	    font-size: 14px;
    margin-top: 7px;
    color: #1f81de;
    text-decoration: underline;
}

.checkmark-container {
    width: 6px;
    height: 5px;
    position: absolute;

    display: inline;
}

.checkmark {
    position: relative;
    margin-top: -3px;
    margin-left: 4px;
}


.cc {
    width: 350px;
    display: block;
    margin: 15px auto 0;
}
.usd {
    font-size: 11px;
    color: gray;
}

/*Bootstrap Override */
@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
    }
}
/* End Bootstrap Override */
/* Rewards Calculator Styles */
.average-savings {
    text-align: center;
    margin-bottom: 20px;
}
.payments {
    line-height: 24px;
}
.slider {
    width: 90%;
    margin: 0px auto;
    display: block;
}
.slider.slider-horizontal {
    width: 100%;
}
.slider-tick {
    width: 0px;
}
.slider-tick-label-container {
    position: absolute;
    top: 2px;
}
.referrals,
.number-of-years {
    text-align: center;
}
.number-of-years {
    margin-top: 20px;
    margin-bottom: 20px;
}
.reward-dollars {
    text-align: center;
    margin-top: 9px;
    font-size: calc(100% + 0.8vw);
}
.total-header {
    margin-top: 39px;
}
div.rewards {
    font-size: 20px;
    text-align: center;
    margin-top: 66px;
}
.rewards {
    background-color: #f34374;
    color: white;
    height: 161px;
}
.modal-content {
    border-radius: 0;
}
.modal-body.calculator {
    padding-bottom: 0px;
}
.slider-handle {
    background-color: #828282;
    background-image: -webkit-linear-gradient(top, #cecece 0%, #828282 100%);
    background-image: -o-linear-gradient(to bottom, #d6d6d6 0%, #5a5a5a 100%);
    background-image: linear-gradient(to bottom, #d6d6d6 0%, #5a5a5a 100%);
}
.slider-selection.tick-slider-selection {
    background-color: #828282;
    background-image: -webkit-linear-gradient(top, #cecece 0%, #828282 100%);
    background-image: -o-linear-gradient(to bottom, #d6d6d6 0%, #5a5a5a 100%);
    background-image: linear-gradient(to bottom, #d6d6d6 0%, #5a5a5a 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
}
.slider-tick-label {
    color: #333;
}
.modal-head {
    font-size: 30px;
    margin-bottom: 10px;
}
.modal-sub-head {
    font-size: 16px;
    margin-bottom: 14px;
}
.slider-result {
    font-size: 70px;
    margin-bottom: 10px;
}
.modal-result-text {
    font-size: 16px;
}
.slider-tick-label {
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
/* End Rewards Calculator Styles */
.navbar-fixed-top {
    top: 0;
    /*min-height: 87px;*/
    border-width: 0 0 1px;
}
.navbar-dark {
    background-color: #4b4a4a;
    border-color: #4b4a4a;
}
.navbar-header {
    min-height: 87px;
}
.navbar-toggle {
    margin-top: 28px;
}
ul.navbar-text {
    padding: 0;
    margin: 32px 0;
}
.pricing-table {
    text-align: center;
    margin-top: 59px;
}
.pricing-table .col-sm-3,
.pricing-table .col-sm-4 {
    border: 1px solid #d2d2d2;
    padding-bottom: 50px;
}
.add-feature {
    margin-top: 8px;
    line-height: 1.3;
}
.navbar {
    border-radius: 0;
}
.calculator-icon {
    width: 60px;
    display: block;
    margin: -20px auto -7px;
    cursor: pointer;
}
span.enterprise-phone {
    margin-top: 18px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}
.col-sm-3.enterprise {
    margin-top: 16px;
    border-left: 0;
}
.plan-price.upgrade {
    margin-top: 0px;
    font-size: 22px;
    padding-bottom: 15px;
}
.enterprise .plan-name {
    margin-top: 14px;
}
.plan-price.upgrade,
.enterprise .plan-name {
    color: #5498dd;
}
.monthly-plan-price {
    color: white;
    border-bottom: 1px solid #d2d2d2;
    display: block;
    padding-bottom: 10px;
    margin-top: -10px;
    font-size: 1rem;
}
.monthly-plan-price.active {
    color: #333;
}
span.monthly-payment {
    color: #333;
    font-size: 1rem;
}