table {
  overflow-x:auto;
}
.bold {
  font-weight: bold;
}
.h3-font-size {
  font-family: 'Roboto'!important;
  font-size: 14px;
}
.responsive-width {
  width: 100%;
}
.responsive-width img{
  width: 100%;
}
.bg-blue-white-txt.block.block-layout-builder.block-field-blocknodeproductsfield-affiliated-programs {
  background-color: #00539B;
  color: white;
  border-radius: 15px;
  text-align: center;
}
.bg-blue-white-txt.block.block-layout-builder.block-field-blocknodeproductsfield-affiliated-programs > h2.block-title > span{
  color: white;
  font-size: .5em;
}
.center-image-text {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .six-fourty-px-responsive-image.block.block-layout-builder.block-field-blocknodeproductsfield-supporting-image-seal.no-title {
    text-align: center;
  }
}
.padding-5 {
  padding: 5px;
}
.border-1-px {
  border-width: 1px;
}
.border-solid {
  border: solid;
}
.padding-15-px {
  padding: 15px;
}
@media (min-width: 640px){
  .middle-block-border {
    border-top: solid;
    border-bottom: solid;
  }
}
@media (max-width: 639px) {
  .middle-block-border {
    border-left: solid;
    border-right: solid;
  }
}
