.banner{
       display: flex;
       justify-content: center;
       flex-wrap: wrap;
       background: #ed1c24;
     /*  background: url(/ecommerce/site/content/images/banner-bkg.jpg);*/
       padding: 100px 80px;
}
.bannerLogo {
    width: 35%;
}
    .bannerLogo img {
    width: 100%;
}
.bannerCopy {
    width: 45%;
    color: #fff;
    text-align: center;
    padding: 0 30px;
}
.bannerCopy h3 {
    font-size: 42px;
    font-weight: 700;
    font-style: italic;
}
.bannerCopy p {
    font-size: 18px;
    padding: 0 15px;
    color: #fff;
}
a.bannerButton.dx-button-content {
    color: #fff;
    background: #000;
    padding: 15px;
}
a.bannerButton.dx-button-content:hover {
    color: #ed1c24;
    background: #ffffff;
    padding: 15px;
    text-decoration: none;
}
#mainContent.servicePage h2 {
    margin-bottom: 30px;
    color: #000000;
    font-size: 44px;
    font-weight: bold;
    margin-top: 0;
    font-style: italic;
}
.redHeader {
    background: #ed1c24;
    padding: 10px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
}
.anlayzerRow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
     margin-bottom: 70px;
}
.specialContent h2 {
    margin-top: 65px;
}
.itemGroup.labels.hidden-xs {
    text-align: right;
    margin: 0;
    width: 240px;
}
.price {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
}
.plusPrice.label, .standardPrice.label {
    font-weight: 700;
    color: #656565;
    font-style: italic;
    font-size: 18px;
}
.itemGroup {
    text-align: center;
    margin: 0 30px;
}
.itemGroup .img {
    width: 200px;
    height: 400px;
    background-size: 280px;
    background-position: center;
    background-repeat: no-repeat;
}
.itemGroup .stockcode {
    font-weight: 700;
    font-style: italic;
    font-size: 28px;
}
.icon {
    text-align: center;
    margin-bottom: 20px;
}
.icons {
    padding: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icon img {
    width: 140px;
}
.icons img {
    width: auto;
    margin: 15px;
    height: 90px;
}
.contentHeader {
    font-size: 20px;
}
.descriptionRow.row {
    margin-bottom: 40px;
}
.description, p {
    font-size: 20px;
    color: #000;
}
.serviceCompare {
    display: flex;
    justify-content: center;
    margin-bottom: 65px;
    border-bottom: 3px solid gray;
}
.service {
    display: flex;
    flex-direction: column;
    width: 49%;
}
.rle {
    border-left: 3px solid gray;
    height: 70%;
    margin-top: 18px;
}
.faq {
    margin: 30px 0;
}

@media only screen and (min-width : 320px) {
    .bannerLogo {
    width: 100%;
}
.bannerCopy {
    width: 100%;
}
.anlayzerRow {
    flex-wrap: wrap;
}
.standardPrice.price:before {
   content: 'Standard Pricing';
   font-weight: 700;
}
.plusPrice.price:before {
 content: 'Service+ Pricing';
 font-weight: 700;
}
.serviceCompare {
    flex-wrap: wrap;
}
.service {
    width: 100%;
    }
}
@media only screen and (min-width : 768px) { 
    .bannerLogo {
    width: 35%;
}
.bannerCopy {
    width: 48%;
}

.serviceCompare {
    flex-wrap: nowrap;
}
.service {
    width: 49%;
    }

}
@media only screen and (min-width : 992px) { 
.anlayzerRow {
    flex-wrap: nowrap;
}
    .plusPrice.price:before {
    display: none;
}
 .standardPrice.price:before {
    display: none;
}
}



/* NIST SERVICE */
.banner.NIST {
    padding: 65px 80px;
}
.bannerLogo.NIST img {
    max-width: 380px;
}
.headerNIST {
    font-weight: 700;
    color: #000;
    font-style: italic;
    font-size: 33px;
    padding: 15px 7px;
}
    .priceTables {
    display: grid;
    grid-template-columns: 135px 135px 135px;
    justify-self: center;
    text-align: center;
}
.priceTables .table {
    border: 1px solid gray;
}
.priceTables .table div {
    border-bottom: 1px solid gray;
    height: 28px;
    padding: 3px;
}
.tier, .tierPrice {
    background: #000;
    color: #fff;
    font-weight: 700;
}
.table.one .model {
    background: #ececec;
    color: #000;
}
.table.two .model {
    background: #d6d6d6;
    color: #000;
}
.table.three .model {
    background:#bababa;
    color: #000;
}
.serviceCompare.NIST {
    border-bottom: 0px solid gray;
}

/* PowerUp+ SERVICE */
.banner.PowUp {
    padding: 65px 80px;
}
.bannerLogo.PowUp img {
    max-width: 380px;
}
.headerPowUp {
    font-weight: 700;
    color: #000;
    font-style: italic;
    font-size: 33px;
    padding: 15px 7px;
}
#packageContent.servicePage h2 {
    margin-bottom: 10px;
    color: #ed1c24;
    font-size: 44px;
    font-weight: bold;
    margin-top: 0;
    font-style: italic;
}