/*  /////// Homepage Banner ///////  */
#PRGM-SBJ_HP.banner_wrapper {
  border: 1px solid #E4E3E3;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  max-width: 980px;
}

.b-container.js-product.m-plp #PRGM-SBJ_HP.banner_wrapper {
  margin-top: 10px;
}

#PRGM-SBJ_HP .banner_header {
  background-color: #F0F3F5;
  display: flex;
  padding: 16px;
  text-align: center;
}

 #PRGM-SBJ_HP .banner_header_content {
   align-self: center;
   margin: auto;
}

#PRGM-SBJ_HP .banner_header_content h3 {
  border-bottom: 1px solid #AFB0B2;
  color: #03324C;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

#PRGM-SBJ_HP .banner_header_content h3>span {
  font-family: var(--font-primary);
}

#PRGM-SBJ_HP .banner_header_content h4 {
  color: #595454;
  font-family: var(--font-primary);
  font-size: 18px;
  text-transform: uppercase;
}

#PRGM-SBJ_HP .banner_body {
  padding: 24px;
  text-align: center;
}

#PRGM-SBJ_HP .banner_body ul {
  display: flex;
  flex-wrap: wrap;
  /* height: 276px; */
  justify-content: space-around;
  /* margin-bottom: 24px; */
  overflow: hidden;
}

#PRGM-SBJ_HP .banner_body ul li {
  align-items: center;
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}

#PRGM-SBJ_HP .banner_body ul li:nth-child(n+5) {
  display: none;
}

#PRGM-SBJ_HP .banner_body ul li a {
  color: #1C88C7;
  width: 100%;
}

#PRGM-SBJ_HP .banner_body ul li a:hover {
  color: #00446A;
}

#PRGM-SBJ_HP .banner_body ul li a:hover img {
  opacity: 0.8;
}

#PRGM-SBJ_HP .banner_body div {
  align-items: center;
  display: flex;
  height: 100px;
  max-width: 100px;
  margin: 0 auto 8px;
}

#PRGM-SBJ_HP .banner_body img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 90px;
  max-height: 90px;
  width: auto;
}

#PRGM-SBJ_HP .banner_header a,
#PRGM-SBJ_HP .banner_body > a {
  background-color: #1C88C7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  margin: auto;
  padding: .75em 1.2em .65em;
  text-align: center;
}

#PRGM-SBJ_HP .banner_header a {
  display: none;
}

#PRGM-SBJ_HP .banner_header a:hover,
#PRGM-SBJ_HP .banner_body > a:hover {
  background-color: #00446A;
}

@media screen and (min-width: 666px) {
  #PRGM-SBJ_HP .banner_body ul {
    margin-bottom: 24px;

  }

  #PRGM-SBJ_HP .banner_body ul li {
    flex: 1;
    margin: 0;
  }
}

@media screen and (min-width: 790px) {

  #PRGM-SBJ_HP.banner_wrapper {
    flex-direction: row;
  }

  #PRGM-SBJ_HP .banner_header {
    min-width: 240px;
  }

  #PRGM-SBJ_HP .banner_header h3 {
    font-size: 30px;
  }

  #PRGM-SBJ_HP .banner_header a {
    display: inline-block;
    margin-top: 16px;
  }

  #PRGM-SBJ_HP .banner_body {
    align-self: center;
    width: 100%;
    padding: 16px 0;
  }

  #PRGM-SBJ_HP .banner_body ul {
    margin-bottom: 0;
    width: 100%;
  }

  #PRGM-SBJ_HP .banner_body ul li {
    padding: 0 8px;
  }

  #PRGM-SBJ_HP .banner_body > a {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #PRGM-SBJ_HP .banner_body ul li:nth-child(n+5) {
    display: inherit;
  }

  div.m-plp #PRGM-SBJ_HP .banner_body ul li:nth-child(n+5) {
    display: none;
  }
}


/* /////// Homepage Banner - Alternate ///////  */
#PRGM-SBJ_HP-alt.banner_wrapper {
  border: 1px solid #E4E3E3;
  display: flex;
  flex-direction: column;
  margin: 0 auto 40px;
  max-width: 980px;
}

#PRGM-SBJ_HP-alt .banner_header {
  background-color: #F0F3F5;
  display: flex;
  padding: 16px;
  text-align: center;
}

 #PRGM-SBJ_HP-alt .banner_header_content {
   align-self: center;
   margin: auto;
}

#PRGM-SBJ_HP-alt .banner_header_content h3 {
  border-bottom: 1px solid #AFB0B2;
  color: #03324C;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: 34px;
  font-weight: var(--font-weight-bold);
  margin-bottom: 8px;
  text-transform: uppercase;
}

#PRGM-SBJ_HP-alt .banner_header_content h3>span {
  font-family: var(--font-primary);
}

#PRGM-SBJ_HP-alt .banner_header_content h4 {
  color: #595454;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 24px;
  text-transform: uppercase;
}

#PRGM-SBJ_HP-alt .banner_body {
  padding: 8px 16px 32px;
  text-align: center;
}

#PRGM-SBJ_HP-alt .banner_body ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

#PRGM-SBJ_HP-alt .banner_body ul li {
  align-items: center;
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  text-align: center;
  margin-bottom: 32px;
}

#PRGM-SBJ_HP-alt .banner_body ul li a {
  color: #1C88C7;
  width: 100%;
}

#PRGM-SBJ_HP-alt .banner_body ul li a:hover {
  color: #00446A;
}

#PRGM-SBJ_HP-alt .banner_body ul li a:hover img {
  opacity: 0.8;
}

#PRGM-SBJ_HP-alt .banner_body div {
  align-items: center;
  display: flex;
  height: 70px;
  max-width: 70px;
  margin: 0 auto 8px;
}

#PRGM-SBJ_HP-alt .banner_body img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 70px;
  max-height: 70px;
  width: auto;
}

#PRGM-SBJ_HP-alt .banner_header a,
#PRGM-SBJ_HP-alt .banner_body > a {
  background-color: #1C88C7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  margin: auto;
  padding: .75em 1.2em .65em;
  text-align: center;
}

#PRGM-SBJ_HP-alt .banner_header a {
  display: none;
}

#PRGM-SBJ_HP-alt .banner_header a:hover,
#PRGM-SBJ_HP-alt .banner_body > a:hover {
  background-color: #00446A;
}

@media screen and (min-width: 600px) {

  #PRGM-SBJ_HP-alt .banner_body ul li {
    flex: 1 0 33.3333%;
    margin: 0 0 32px;
  }
}

@media screen and (min-width: 790px) {

    #PRGM-SBJ_HP-alt .banner_header_content {
      align-items: baseline;
      border-bottom: 1px solid #AFB0B2;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 0 8px 0;
      padding: 0 0 8px 0;
      width: 100%;
   }

   #PRGM-SBJ_HP-alt .banner_header_content h3 {
     border-bottom: none;
     font-size: 32px;
     margin-bottom: 0;
     padding-bottom: 0;
   }

   #PRGM-SBJ_HP-alt .banner_header_content h4 {
     color: #595454;
     font-family: var(--font-primary);
     font-size: 24px;
     text-transform: uppercase;
   }

  #PRGM-SBJ_HP-alt .banner_body {
    align-self: center;
    width: 100%;
    padding: 24px 16px;
  }

  #PRGM-SBJ_HP-alt .banner_body ul li {
    flex: 1;
    margin: 0 0 24px 0;
    padding: 0 8px;
  }
}

@media screen and (min-width: 1024px) {
  #PRGM-SBJ_HP-alt .banner_body ul li:nth-child(n+5) {
    display: inherit;
  }
}


/* /////// PLP Banner ///////  */
#PRGM-SBJ_PLP.banner_wrapper {
  border: 1px solid #E4E3E3;
  margin: auto;
  max-width: 700px;
  text-align: center;
}

#PRGM-SBJ_PLP.banner_wrapper a {
  color: #1C88C7;
  display: inline-block;
  position: relative;
}

#PRGM-SBJ_PLP.banner_wrapper a:hover {
  color: #00446A;
}

#PRGM-SBJ_PLP.banner_wrapper svg {
  display: none;
}

#PRGM-SBJ_PLP.banner_wrapper a:hover svg g g {
  fill: #00446A;
}

#PRGM-SBJ_PLP .banner_header {
  text-align: center;
  padding: 16px;
}

#PRGM-SBJ_PLP .banner_header h3 {
  color: #03324C;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 34px;
  line-height: 1;
  text-transform: uppercase;
}

#PRGM-SBJ_PLP .banner_header h3>span {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
}

#PRGM-SBJ_PLP .banner_header p {
  display: none;
  text-transform: uppercase;
}

#PRGM-SBJ_PLP .banner_body {
  background-color: #F0F3F5;
  padding: 16px 32px;
}

#PRGM-SBJ_PLP .banner_body ul {
  list-style: none;
}

#PRGM-SBJ_PLP .banner_body ul li {
  color: #AFB0B2;
  margin-bottom: 8px;
}

#PRGM-SBJ_PLP .banner_body ul li:last-child {
  margin-bottom: 16px;
}

#PRGM-SBJ_PLP .banner_body p {
  border-top: 1px solid #AFB0B2;
  color: #00446A;
  padding-top: 16px;
  text-transform: uppercase;
}

#PRGM-SBJ_PLP .category > li > a {
  text-transform: capitalize;
}

#PRGM-SBJ_PLP .hidden {
  display: none;
}

@media screen and (min-width: 660px) {
  #PRGM-SBJ_PLP.banner_wrapper {
    text-align: left;
  }

  #PRGM-SBJ_PLP.banner_wrapper svg {
    display: block;
    position: absolute;
    top: 1px;
    right: -18px;
  }

  #PRGM-SBJ_PLP .banner_header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  }

  #PRGM-SBJ_PLP .banner_header p {
    display: inline-block;
    margin-right: 16px;
    max-width: 420px;
    text-align: right;
  }

  #PRGM-SBJ_PLP .banner_body {
    padding: 16px 32px 8px;
  }

  #PRGM-SBJ_PLP .banner_body p {
    display: none;
  }

  #PRGM-SBJ_PLP .banner_body ul {
    align-content: stretch;
    height: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #PRGM-SBJ_PLP .banner_body ul li {
    max-width: 33.333%;
  }

  #PRGM-SBJ_PLP .banner_body ul li:last-child {
    margin-bottom: 8PX;
  }

}

/*  /////// Industry Solutions Card Slot ///////  */
.indsol-card-wrapper {
  margin-bottom: 48px;
  max-width: 960px;
  width: 100%;
}

.indsol-plp {
  margin-top:32px;
}

.indsol-card_header-container {
  align-items: center;
  border-bottom: 1px solid #e4e3e3;
  display: flex;
  flex: 0 1 auto;
  justify-content: space-between;
}

.indsol-section-header {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 20px;
  padding-bottom: .2em;
  text-transform: uppercase;
}

.indsol-card_view-all-link {
  color: #1c88c7;
  cursor: pointer;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  text-align: right;
}

.indsol-card_view-all-link:hover {
  color: #007BB6;
}

.indsol-card-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}

.indsol-card {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 4px 8px -2px rgba(0, 0, 0, .16);
  display: flex;
  flex: 1 1 100;
  flex-direction: row;
  margin-bottom: 16px;
  margin-right: 0;
  min-height: 80px;
  position: relative;
  transition: box-shadow .25s ease-out;
}

.indsol-card:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 12px 20px -4px rgba(0, 0, 0, .1);
}

.indsol-card > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.indsol-card_image-container {
  background-color: #F0F3F5;
  display: flex;
  height: auto;
  min-height: 80px;
  padding: 8px;
  max-width: 80px;
  width: 100%;
}

.indsol-card_image-container > img {
  display: block;
  margin: auto;
  max-height: 60px;
}

.indsol-card_copy-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  text-align: left;
}

.indsol-card_copy-container > h5 {
  color: #1C88C7;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.indsol-card:hover .indsol-card_copy-container > h5  {
  color: #1A80BB;
}

.indsol-card_copy-container > p {
  color: #595454;
  font-size: 14.4px;
  line-height: 1.2;
  margin-top: 8px;
}

@media screen and (min-width: 480px) {
  .indsol-card-container {
    flex-direction: row;
  }

  .indsol-card {
    flex: 1 1 48.2%;
    flex-direction: column;
    margin-right: 0;
  }

  .indsol-card:nth-child(odd) {
    margin-right: 16px;
  }

  .indsol-card_image-container {
    height: 150px;
    max-width: 100%;
  }

  .indsol-card_image-container > img {
    max-height: 100%;
  }

  .indsol-card_copy-container {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .indsol-card {
    flex: 1;
    flex-direction: column;
    margin-right: 16px;
  }

  .indsol-card:last-child {
    margin-right: 0;
  }
}


/*  /////// Featured Products Overrides ///////  */

#SBJ_featured-products {
  padding: 48px 0 0;
  border-top: 1px solid #e4e3e3;
}

#SBJ_featured-products .section-title-wrap > h2 {
  font-size: 20px;
  text-transform: initial;
  border: none;
}


/*  /////// SBJ Hub Landing Page ///////  */

.SBJhub-topSEO {
  line-height: 1.2;
  margin-bottom: 32px;
}

.SBJhub-topSEO > a {
  color: #1C88C7;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
}

.SBJhub-topSEO > a:hover {
  text-decoration: underline;
}

.SBJhub-anchorlinks {
  background-color: #f0f3f5;
  margin-bottom: 64px;
  max-width: 960px;
  padding: 32px 8px 24px;
  text-align: center;
}

.SBJhub-anchorlinks p {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  margin-bottom: 16px;
  text-transform: uppercase;
}

.SBJhub-anchorlinks ul {
  border-top: 1px solid #e4e3e3;
  display: inline-block;
  padding-top: 16px;
}

.SBJhub-anchorlinks li {
  display: inline-block;
  margin: 0 8px 8px;
}

.SBJhub-anchorlinks li > a {
    color: #1C88C7;
}

.SBJhub-anchorlinks li > a:hover {
  text-decoration: underline;
}

.SBJhub-card-wrapper {
  margin: 0 0 48px;
  max-width: 960px;
  width: 100%;
}

.SBJhub-section-header {
  border-bottom: 1px solid #e4e3e3;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 20px;
  margin: -80px 0 16px;
  padding: 80px 0 .2em;
  text-transform: uppercase;
}

.SBJhub-card-wrapper > p {
  margin-bottom: 16px;
}

.SBJhub-card-container {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -8px 16px;
  width: 100%;
}

.SBJhub-card {
  background-color: #fff;
  display: flex;
  flex: 1 1 100;
  flex-direction: row;
  margin: 0 8px 16px;
  min-height: 80px;
  position: relative;
  transition: box-shadow .25s ease-out;
}

.SBJhub-card:hover .SBJhub-card_copy-container > h5 {
  text-decoration: underline;
}

.SBJhub-card:hover .SBJhub-card_image-container > img {
  opacity: .8;
}

.SBJhub-card > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.SBJhub-card_image-container {
  background-color: rgba(240, 243, 245, 1);
  display: flex;
  height: auto;
  min-height: 80px;
  padding: 8px;
  max-width: 80px;
  width: 100%;
}

.SBJhub-card_image-container > img {
  display: block;
  margin: auto;
  max-height: 60px;
}

.SBJhub-card_copy-container {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  text-align: left;
}

.SBJhub-card_copy-container > h5 {
  color: #1C88C7;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.SBJhub-card:hover .indsol-card_copy-container > h5  {
  color: #1A80BB;
}

.SBJhub-card_copy-container > p {
  color: #595454;
  font-size: 14.4px;
  line-height: 1.2;
  margin-top: 8px;
}

@media screen and (min-width: 480px) {
  .SBJhub-card-container {
    flex-direction: row;
  }

  .SBJhub-card {
    flex: 0 1 31.1%;
    flex-direction: column;
  }

  .SBJhub-card_image-container {
    height: 150px;
    max-width: 100%;
  }

  .SBJhub-card_image-container > img {
    max-height: 100%;
  }

  .SBJhub-card_copy-container {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .SBJhub-card {
    flex: 0 1 22.8%;
    flex-direction: column;
  }

  .SBJhub-card:last-child {
    margin-right: auto;
  }
}

/*  /////// Homepage Skinny Banner - Maxymiser Option C ///////  */

.SBJ_HP-skinny_container {
  /* background-image: url('SBJcollage-bg.jpg'); */
  background-image: url('/sites/content/image/2600011363924');
  background-size: cover;
  display: flex;
  flex-direction: column;
  max-width: 960px;
  position: relative;
}

.SBJ_HP-skinny_link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.SBJ_HP-skinny_link-overlay:hover ~ .SBJ_HP-skinny_logo-wrapper {
  background-color: #022233;
}

.SBJ_HP-skinny_link-overlay:hover ~ .SBJ_HP-skinny_copy-wrapper > p {
  color: #403C3C;
}

.SBJ_HP-skinny_link-overlay:hover ~ .SBJ_HP-skinny_btn {
  background-color: #1876AD;
}

.SBJ_HP-skinny_btn {
  align-items: center;
  background-color: #1C88C7;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  width: 100%;
}

.SBJ_HP-skinny_logo-wrapper {
  align-items: center;
  background-color: #03324C;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 16px 16px 32px 16px;
}

.SBJ_HP-skinny_logo-wrapper > svg {
}

.SBJ_HP-skinny_copy-wrapper {
  align-items: center;
  display: flex;
  padding: 16px 16px 56px 16px;
}

.SBJ_HP-skinny_copy-wrapper > p {
  color: #595454;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .SBJ_HP-skinny_container {
    flex-direction: row;
  }

  .SBJ_HP-skinny_logo-wrapper {
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
    padding: 16px 32px 16px 16px;
  }

  .SBJ_HP-skinny_logo-wrapper > svg {
    width: 120px;
  }

  .SBJ_HP-skinny_copy-wrapper {
    padding: 16px 64px 16px 24px;
    text-align: left;
  }

  .SBJ_HP-skinny_copy-wrapper > p {
    font-size: 22px;
    text-align: left;
  }

  .SBJ_HP-skinny_btn {
    align-items: center;
    background-color: #1C88C7;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 40px;
  }
}

@media screen and (min-width: 768px) {
  .SBJ_HP-skinny_logo-wrapper > svg {
    width: 160px;
  }

  .SBJ_HP-skinny_copy-wrapper > p {
    font-size: 28px;
  }

  .SBJ_HP-skinny_logo-wrapper {
    padding: 32px 64px 32px 32px;
  }
}

@media screen and (min-width: 960px) {
  .SBJ_HP-skinny_logo-wrapper > svg {
    width: 200px;
  }

  .SBJ_HP-skinny_copy-wrapper > p {
    font-size: 32px;
  }
}

/*  /////// Homepage PRO Plus Banner ///////  */
#PRGM-SBJ_HP-ProPlus.banner_wrapper {
  border: 1px solid #E4E3E3;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  max-width: 980px;
  padding-bottom: 36px;
  position: relative;
}

#PRGM-SBJ_HP-ProPlus.banner_wrapper .banner_wrapper_bottom-copy {
  background-color: #4E575F;
  bottom: 0;
  left: 0;
  padding: 8px;
  position: absolute;
  width: 100%;
}

#PRGM-SBJ_HP-ProPlus.banner_wrapper .banner_wrapper_bottom-copy > p {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  text-align: center;
}

#PRGM-SBJ_HP-ProPlus.banner_wrapper .banner_wrapper_bottom-copy > p > span {
  color: #F9A41B;
}

.b-container.js-product.m-plp #PRGM-SBJ_HP-ProPlus.banner_wrapper {
  margin-top: 10px;
}

#PRGM-SBJ_HP-ProPlus .banner_header {
  background-color: #F0F3F5;
  display: flex;
  padding: 16px;
  text-align: center;
}

 #PRGM-SBJ_HP-ProPlus .banner_header_content {
   align-self: center;
   margin: auto;
}

#PRGM-SBJ_HP-ProPlus .banner_header_content h3 {
  border-bottom: 1px solid #AFB0B2;
  color: #03324C;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 44px;
  margin-bottom: 16px;
  padding-bottom: 6px;
  text-transform: uppercase;
}

#PRGM-SBJ_HP-ProPlus .banner_header_content h3>span {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-normal);
}

#PRGM-SBJ_HP-ProPlus .banner_header_content h4 {
  color: #595454;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-semibold);
  font-size: 18px;
  text-transform: uppercase;
}

#PRGM-SBJ_HP-ProPlus .banner_body {
  padding: 24px;
  text-align: center;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul {
  display: flex;
  flex-wrap: wrap;
  /* height: 276px; */
  justify-content: space-around;
  /* margin-bottom: 24px; */
  overflow: hidden;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul li {
  align-items: center;
  display: flex;
  flex: 1 0 50%;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul li > img {
  margin-bottom: 16px;
  max-width: 60px;
  width: 100%;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul li:nth-child(n+5) {
  display: none;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul li a {
  color: #1C88C7;
  width: 100%;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul li a:hover {
  color: #00446A;
}

#PRGM-SBJ_HP-ProPlus .banner_body ul li a:hover img {
  opacity: 0.8;
}

#PRGM-SBJ_HP-ProPlus .banner_body div {
  align-items: center;
  display: flex;
  height: 100px;
  max-width: 100px;
  margin: 0 auto 8px;
}

#PRGM-SBJ_HP-ProPlus .banner_body img {
  display: block;
  height: auto;
  margin: auto;
  max-width: 90px;
  max-height: 90px;
  width: auto;
}

#PRGM-SBJ_HP-ProPlus .banner_header a,
#PRGM-SBJ_HP-ProPlus .banner_body > a {
  background-color: #1C88C7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  line-height: 1.2em;
  margin: auto;
  padding: .75em 1.2em .65em;
  text-align: center;
}

#PRGM-SBJ_HP-ProPlus .banner_header a {
  display: none;
}

#PRGM-SBJ_HP-ProPlus .banner_header a:hover,
#PRGM-SBJ_HP-ProPlus .banner_body > a:hover {
  background-color: #00446A;
}

@media screen and (min-width: 666px) {


  #PRGM-SBJ_HP-ProPlus .banner_body ul {
    align-items: flex-start;
    margin-bottom: 24px;

  }

  #PRGM-SBJ_HP-ProPlus .banner_body ul li {
    flex: 1;
    margin: 0;
  }
}

@media screen and (min-width: 790px) {

  #PRGM-SBJ_HP-ProPlus.banner_wrapper {
    flex-direction: row;
  }

  #PRGM-SBJ_HP-ProPlus.banner_wrapper .banner_wrapper_bottom-copy > p {
    text-align: right;
  }

  #PRGM-SBJ_HP-ProPlus .banner_header {
    min-width: 240px;
  }

  #PRGM-SBJ_HP-ProPlus .banner_header h3 {
    font-size: 30px;
  }

  #PRGM-SBJ_HP-ProPlus .banner_header a {
    display: inline-block;
    margin-top: 16px;
  }

  #PRGM-SBJ_HP-ProPlus .banner_body {
    align-self: center;
    width: 100%;
    padding: 16px 0;
  }

  #PRGM-SBJ_HP-ProPlus .banner_body ul {
    margin-bottom: 0;
    width: 100%;
  }

  #PRGM-SBJ_HP-ProPlus .banner_body ul li {
    padding: 0 8px;
  }

  #PRGM-SBJ_HP-ProPlus .banner_body > a {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #PRGM-SBJ_HP-ProPlus .banner_body ul li:nth-child(n+5) {
    display: inherit;
  }

  div.m-plp #PRGM-SBJ_HP-ProPlus .banner_body ul li:nth-child(n+5) {
    display: none;
  }
}
