h3.med14_red {
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    padding: 24px 0;
    color: #2d5485;
}
.helperTable th {
    font-size: 16px;
    font-weight: bold;
}
table.helperTable {
    width: 100%;
    border: 0;
}
table.helperTable > caption, table.helperTableNoHover > caption, fieldset > legend {
    caption-side: top;
    width: auto;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
}
table.helperTable > caption, table.helperTableNoHover > caption {
    overflow: hidden;
}
table.helperTable > thead > tr > th {
    font-size: 0.75rem;
    padding: 0.5625rem 0.375rem;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    height: 2.5rem;
    border-bottom: 1px solid #3d70b2;
    color: #152935;
}
table.helperTable > tbody > tr > td {
    border-bottom: 1px solid #DEE1E3;
    padding: 3px 0;
}
table.helperTable > tbody > tr:nth-child(odd) {
    background-color: #fafbfc;
}
.accordion .accordion-heading .remove a,
.required-selection {
    color:#EF1D32;
}
.subsections-accordion div.accordion-inner {
    border:0;
}
div.summary-items-header {
    color:#212C36;
}
div.third-party-policies-container, div.device-provision-delay-container, div.byol-policy-container {
    color:#8a6d3b;
}
.alert-error {
    color:#EF1D32;
    border:0;
    background-color: transparent;
    text-shadow: none;
}
.summary-total-container {
    border-radius: 0;
}
.discounts-container .discount-btn {
    color:#fff;
    background-color: #4178be;
}
.accordion .accordion-inner {
    background-color: #fff;
    border:0;
}
.checkout .billing-container {
    background-color: #fff;
    border:0;
}
.checkout .billing-container .billing-inner-divider {
    margin:0;
    border:0;
}
.os-usage-pricing-container {
    margin-top: 25px;
    margin-bottom: 40px;
}

.os-usage-pricing-select-container {
    margin-bottom: 20px;
}

.os-usage-pricing-table > thead > tr > th,
.os-usage-pricing-table > tbody > tr > td {
    border-bottom: 1px solid #d1d3d4;
    padding: 3px 5px;
    white-space: nowrap;
}

.os-usage-pricing-table-cell-right {
    text-align: right;
}
.bx--loading {
    margin-left:auto;
    margin-right:auto;
}
@-moz-keyframes rotate {
    from { -moz-transform: scale( 1 ) rotate( 0deg );   }
    to   { -moz-transform: scale( 1 ) rotate( 360deg ); }
}
@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes "rotate" {
    from { transform: scale( 1 ) rotate( 0deg );   }
    to   { transform: scale( 1 ) rotate( 360deg ); }
}