/*Login Header Bar START*/
.header-bar {
  background: #f7f7f7;
  height: 36px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-container {
  width: 1140px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
.header-container {
  padding-right: 20px;
  padding-left: 20px;
}
}
.button-flex-space {
  flex-grow: 1;
}
.loginDropdown {
  font-size: 15px !important;
  font-family: 'dinotRegular';
  position: relative;
  display: inline-block;
}
.loginDropdown .btn {
  font-family: 'dinot';
  font-size: 15px !important;
  display: inline-block;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0rem 0rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
}
.loginDropdown img {
  vertical-align: middle;
  padding-bottom: 4px;
  margin: auto;
}
.loginDropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f0f2f4;
  min-width: 190px;
  z-index: 3;
}
.loginDropdown-content img {
  width: 30px;
  margin-right: 12px;
}
.loginDropdown-content a {
  color: black;
  padding: 16px 8px 16px 16px;
  text-decoration: none;
  display: block;
}
.loginDropdown-content a:hover {
  background-color: #e4e6e8;
}
.loginDropdown:hover .loginDropdown-content {
  display: block;
}
.loginDropdown-toggle::after {
  content: none;
}
.loginNav-arrow-icon {
  vertical-align: middle;
  margin-left: 5px;
}
/*Login Header Bar END*/
/*Intermedia Logo Space START*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.languageDropdown {
  position: relative;
  display: inline-block;
}

.languageDropdown img {
  color: #212529;
  padding-bottom: 3px;
}

.languageDropdown .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0rem 0rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0rem;
}
.languageDropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #f0f2f4;
  min-width: 160px;
  z-index: 3;
}
.languageDropdown-content a {
  color: black;
  padding: 16px 8px 16px 16px;
  text-decoration: none;
  display: block;
}
.languageDropdown-content a:hover {
  background-color: #e4e6e8;
}
.languageDropdown:hover .languageDropdown-content {
  display: block;
}
/*Intermedia Logo Space START*/
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*Intermedia Logo Space END*/
.container-fluid[class*="supported-product-section-"] {
  background-color: #f8f8f8;
}
/*Search Header START*/
.search-header {
  background: rgb(0, 87, 186);
  background: linear-gradient(137deg, rgba(0, 87, 186, 1) 0%, rgba(0, 120, 229, 1) 49%, rgba(66, 183, 251, 1) 100%);
  color: white;
  position: relative;
  padding-top: 20px;
}
.search-header .background-image {
  background: url('/euf/assets/images/imsc_headerImg.png') no-repeat right top;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: calc(50% - 570px);
  height: 306px;
  width: 560px;
  max-width: 1140px;
  z-index: 1;
}
.search-disclaimer {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
  text-align: left;
  line-height: 1.4;
  max-width: 1140px;
}
.header-content {
  max-width: 1140px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  color: #FFF;
}
.header-content p {
  font-family: 'dinotRegular';
  padding-top: 20px;
  padding-bottom: 10px;
}
.header-content h1 {
  font-family: 'dinot';
  padding-top: 20px;
  font-size: 36px;
  color: #FFF;
}
.subTagLine {
  font-family: 'dinotRegular';
  padding-bottom: 40px;
  font-weight: 500;
  flex: auto;
}
.search-bar-container {
  position: relative;
  margin-top: 2rem;
  z-index: 3;
}
.search-bar {
  background-color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 2px;
  width: calc(100% - 40px);
}
.search-button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  padding: 10px;
  color: white;
}
.header-separator {
  background: rgb(0,87,186);
  background: linear-gradient(137deg, rgba(0,87,186,1) 0%, rgba(0,120,229,1) 49%, rgba(66,183,251,1) 120%);
  height: 30px;
} 
@media (max-width: 1200px) {
  .search-header .background-image {
      background-size: 500px;
      right: calc(55% - 500px);
  }

  .header-content {
      padding: 15px 30px;
  }

  .header-content p {
      padding-right: 55%;
  }

  .search-bar {
      width: calc(100% - 50px);
  }
}

@media (max-width: 768px) {
  .background-image {
      display: none;
  }

  .header-content p {
      padding-right: 0;
  }
}
/* SEARCH HEADER END*/
/*Support By Product Icons START*/
.supported-product-section-intermedia .collapsible-icon {
  height: 30px !important;
  background: url(/euf/assets/images/icons/less_products.png) no-repeat top center !important;
}
.supported-product-section-intermedia .collapsible-icon.collapsed {
  height: 30px !important;
  background: url(/euf/assets/images/icons/more_products.png) no-repeat top center !important;
}
.prodsplit{
  margin-top: 2px;
  margin-bottom: 2px;
  width: 1140px;
}
.supported-product-more {
  font-family: 'dinot';
  color: #008ac7;
  font-size: 17px;
  text-align: center;
}
/*Support By Product Icons END*/
/*Support Grid Main START*/
.support-grid-wrapper {
  font-family: 'dinotRegular';
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 10px;
}
.support-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr); 
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.grid-title-block{
  font-family: 'dinotRegular';
  width: 100%;
  padding-top: 10px;
}
.grid-title-block span{
  font-family: 'dinot';
  font-size: 17px;
}
.grid-title-block hr{
  margin-top: 5px;
  margin-bottom: 5px;
}
.grid-title-block p{
  font-size: 18px;
  margin-bottom: 0px !important;
}
.support-grid-service-box {
  border: 0px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 3px 8px 1px #EEE;
}
.support-grid-service-box.large {
  grid-column: span 3;
  max-width: 560px;
}

.support-grid-service-box.small {
  grid-column: span 2;
  max-width: 368px;
}
.support-grid-service-box img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  object-position: center;
}
.support-grid-service-box-content {
  padding: 20px;
  color: #2b2b2b;
  text-decoration: none;
}
.support-grid-service-box-content .statusLinks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.support-grid-service-box-content span {
  color: #008bed;
  text-decoration: none;
  font-size: 17px;
  font-family: 'dinot';
}
.support-grid-service-box-content span:hover {
  font-size: 17px;
  text-decoration: underline;
}
.support-grid-service-box a {
  color: #2b2b2b;
  text-decoration: none;
}
.support-grid-service-box-content h2 {
  font-family: 'dinot';
  margin-top: 0;
  color: #2b2b2b;
}
.support-grid-service-box-content p {
  font-size: 14px;
}
.reduced-mode .support-grid-service-box.small {
  grid-column: span 3;
  max-width: 560px;
}

@media (max-width: 1200px) {
  .support-grid-container {
      grid-template-columns: repeat(3, 1fr);
  }
  .support-grid-wrapper {
      padding-right: 20px;
      padding-left: 20px;
  }
.support-grid-service-box.large, .support-grid-service-box.small {
      grid-column: span 1;
  }
.support-grid-service-box-content .statusLinks {
    align-items: flex-start;
    flex-direction: column;
  }
  .reduced-mode .support-grid-service-box.small {
    grid-column: span 1;
  }
}
@media (max-width: 940px) {
  .support-grid-container {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
  }
  .support-grid-wrapper {
      padding-right: 20px;
      padding-left: 20px;
  }
.support-grid-service-box.large, .support-grid-service-box.small {
      width: 48%;
      max-width: 560px;
  }
}
@media (max-width: 768px) {
  .support-grid-container {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .support-grid-service-box.large, .support-grid-service-box.small {
      width: 100%;
  }
}
/*Support Grid Main END*/
/* Internal/Partner Icon Rows Container START */
.icon-rows-container {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon-row {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}

.icon-block {
  position: relative;
  width: calc(25% - 10px);
  text-align: center;
  margin: 5px;
}

.icon-block:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 70%;
  width: 1px;
  background-color: #ccc;
}

.icon-row .icon-block:last-child:after {
  content: none;
}
.icon-block img {
  height: 70px;
}

.icon-block span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .icon-rows-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  }
@media (max-width: 940px) {
  .icon-row {
    flex-wrap: wrap;
  }
  .icon-block {
    padding-bottom: 20px;
  }
  .icon-rows-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon-block:after {
    content: none;
  }
}
@media (max-width: 768px) {
  .top-row .icon-block,
  .bottom-row .icon-block {
      width: calc(50% - 10px);
  }

  .bottom-row .icon-block {
      width: calc(33.333% - 10px);
  }
}
/* Internal/Partner Icon Rows Container END */
/*Support Grid Article Content*/
.gethelp_accordion-container {
  width: 95% !important;
  margin: auto;
}
.gethelp_head-container {
  width: 100%;
  max-width: 745px;
  margin: auto;
  background: #f7f7f7;
  border-radius: 0px 0px 10px 10px;
}
.gethelp_bot-container {
  width: 100%;
  max-width: 745px;
  margin: auto;
  background: #fff;
}
.gethelp_header {
  width: 100%;
  height: 150px;
  border-radius: 10px 10px 0 0;
}
.gethelp_topic {
  padding: 10px;
  text-align: left;
}
.gethelp_options-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding-top: 10px;
}
/*Support Grid Article Content END*/
/*GET HELP ARTICLE 28597(prod)*/
.gethelp_option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  padding: 15px;
  border-radius: 8px;
  background: #f7f7f7;
}
.gethelp_optionbg {
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 8px;
  background: #f7f7f7;
}

.gethelp_digitalAssistant { background: #f7f7f7; }
.gethelp_cases { background: #f7f7f7; }
.gethelp_live-Chat { background: #f7f7f7; }

.gethelp_option img {
  width: 64px; 
  margin-right: 20px; 
}
.gethelp_option-text {
  text-align: left;
}
.gethelp_option span {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: 'dinotRegular';
}
.gethelp_option p {
  color: #555;
  margin-bottom: 10px;
  font-family: 'dinotRegular';
}
.gethelp_content {
  flex-grow: 1;
  flex-basis: 50%;
  margin: auto;
  min-width: 0;
}
.gethelp_action {
  flex-basis: 100%;
  order: 2;
}
.gethelp_action a:hover {
  text-decoration: none;
}
.gethelp_extraText {
  flex-basis: 100%;
  order: 2;
  padding-left: 95px;
}
.gethelp_extraText-support-options {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}
.gethelp_extraText-support-column {
    flex: 1;
    padding: 10px;
    text-align: left;
    border-left: .1rem solid #eee;
    border-right: .1rem solid #eee;
}
.gethelp_extraText-support-column:first-child {
    border-left: none;
}
.gethelp_extraText-support-column:last-child {
    border-right: none;
}
.gethelp_extraText-support-column h3 {
   margin-bottom: 10px;
   margin-top: 0px;
   font-size: 16px;
   font-weight: 600;
   color: #444;
}
.gethelp_extraText-support-column p {
    font-size: 13px !important;
    color: #333;
    margin-bottom: 0px;
}
.gethelp_buttons {
  background: #3276d7;
  color: #fff;
  font-size: 14px;
  align-self: flex-start;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px solid transparent;
  padding: .375rem .75rem;
  margin-right: 5px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.gethelp_buttons:hover {
  color: #fff !important;
  text-decoration: none;
  background: #005597;
}
@media (min-width: 745px) {
  .gethelp_options-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .gethelp_digitalAssistant {
    grid-column: 1 / -1;
  }
  .gethelp_cases,
  .gethelp_live-chat {
    align-items: center;
  }
}
  .gethelp_phone_container {
    width: 100%;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}

.gethelp_phone-support-box {
    background: #fff;
    padding: 20px;
    width: 48%;
}

.gethelp_phone_header {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    margin: -20px -20px 20px -20px;
}

.gethelp_technicalDetail {
    background: #4672d6;
}

.gethelp_billingDetail {
    background: #4672d6;
}

.gethelp_separator {
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
}

.gethelp_note {
    font-size: 0.9em;
    color: #555;
}

@media (max-width: 768px) {
    .gethelp_phone_container {
        flex-direction: column;
        width: 95%;
    }
    .gethelp_phone-support-box {
        width: 100%;
        margin-bottom: 20px;
    }
}
.gethelp_cases-menu-container {
    flex-basis: 100%;
    order: 2;
    padding-left: 95px;
    padding-top: 15px;
    margin: 0 auto;
}
.gethelp_cases-menu-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.gethelp_cases-icon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.gethelp_cases-icon img {
  width: 45px; 
  height: 45px; 
  display: block;
}
.gethelp_cases-icon.gethelp_supportCases-document::before {
    content: "+";
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-weight: bold;
}
.gethelp_supportCases-icon.cases-circle {
    background-color: transparent;
    border: 2px solid #4285f4;
}
.gethelp_cases-text-content {
  flex-grow: 1;
}
.gethelp_cases-title {
  color: #4285f4;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
}
.gethelp_cases-title-alt {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  display: inline;
}
.gethelp_cases-description {
  font-size: 0.9em;
  color: #5f6368;
  margin: 5px 0 0;
}
.gethelp_account-info-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #b3d9ff;
  border-radius: 5px;
  padding: 10px;
  margin-top: 15px;
  margin: 20px;
}

.gethelp_account-info-icon {
  font-size: 24px;
  margin-right: 10px;
}

.gethelp_account-info-content h3 {
  margin: 0px !important;
  font-size: 16px;
}

.gethelp_account-info-content p {
  margin: 5px 0 0;
  font-size: 14px;
}
.gethelp_cases-subtitle {
  font-size: 0.9em;
  font-weight: bold;
  color: #007bff;
}
.gethelp_onboardingcases{
  margin-bottom: 15px;
}
.gethelp_phone-support-container {
  margin-top: 20px; 
}
.gethelp_phone-support-container .article-tab {
  background-color: #f7f7f7;
}
.gethelp_scheduled-maintenance.gethelp_option {
  border-radius: 8px; 
  padding: 20px;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gethelp_scheduled-maintenance.gethelp_option {
      width: 65%;
  }
}
/*GET HELP ARTICLE END*/
/*BILLING ARTICLE */
/*BILLING TABS*/
.tab-wrap {
  -webkit-transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 5px 0;
}
.tab-wrap:hover {
  border-radius: 6px;
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(6) ~ .tab__content:nth-of-type(6) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background-color: #fff;
  box-shadow: 0 -1px 0 #fff inset;
  cursor: default;
  color: #0175E0;
}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
}
.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  margin-bottom: 0px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  text-align: center;
  background-color: #f7f7f7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
}
.tab + label:hover {
  background-color: #ececec;
  box-shadow: 0 1px 0 #f4f4f4 inset;
  color: #007bff;
}
.tab__content {
  padding: 10px 10px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
}
/*BILLING TABS END*/
/*BILLING TABLE*/
table.default {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}

table.default th,
table.default td {
  text-align: left;
  padding: 10px 15px
}

table.default th ul,
table.default td ul {
  margin-left: 20px
}

table.default th.bg-white,
table.default td.bg-white {
  background-color: #fff
}

table.default thead th {
  font-weight: bold;
  background-color: #f0f2f4;
  vertical-align: top
}

table.default tbody th {
  background-color: #f0f2f4
}

table.default tbody td {
  background-color: #f7f7f7
}

@media only screen and (min-width:601px) {
  table.default .w-30 {
    width: 30%
  }

  table.default .w-40 {
    width: 40%
  }

  table.default .w-50 {
    width: 50%
  }

  table.default .w-60 {
    width: 60%
  }

  table.default .w-70 {
    width: 70%
  }
}

@media only screen and (max-width:600px) {

  table.default tbody,
  table.default thead,
  table.default tr {
    display: block
  }

  table.default tbody th,
  table.default thead th,
  table.default tr th,
  table.default tbody td,
  table.default thead td,
  table.default tr td {
    display: block;
    width: 100%;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }
}

table.default.tbody-center thead th {
  text-align: center
}

table.default.tbody-center tbody td {
  text-align: center
}

table.default a.tooltip {
  position: relative;
  display: inline
}

table.default a.tooltip:after {
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: -50%;
  left: 50%;
  opacity: 0;
  content: attr(data-original-title);
  height: auto;
  min-width: 225px;
  padding: 5px 8px;
  z-index: 999;
  color: #fff;
  text-align: center;
  background: #8f9399;
  border-radius: 5px;
  font-family: 'DINOTRegular', 'Helvetica-Neue', Helvetica, sans-serif
}

table.default a.tooltip:hover:after {
  visibility: visible;
  opacity: 1
}

@media only screen and (max-width:600px) {
  table.default:not(.desk-look) {
    display: block
  }
}
/*BILLING TABLE END*/
/*BILLING ARTICLE 28383(tst1) END*/
.flex-container {
  flex-flow: nowrap !important;
  margin: auto !important;
  width: 1140px;
}

.flex-item {
  padding: 4px !important;
  width: 186px !important;
  margin-top: 0px !important;
  background: #f8f8f8 !important;
  margin: 2px 2px !important;
}
@media (max-width: 1200px) {
  .flex-container {
    flex-flow: wrap !important;
    width: 100% !important;
}
}
/*JDPower Award Banner*/
.awardBanner-intermedia {
  width: 100%;  
  max-width: 1140px; 
  padding: 0px;
  box-sizing: border-box; 
}
.award-container {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  gap: 10px;
  padding: 20px 10px;
  margin: auto;
  width: 100%; 
  max-width: 1140px; 
  box-sizing: border-box; 
  background: linear-gradient(137deg, rgb(140 207 254) 0%, rgb(191 228 254) 49%, rgb(219 238 255) 100%);
  border-radius: 6px;
}
.award-center-container {
  flex-direction: row;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-content {
  flex: 0 0 auto; 
  margin: auto;
  text-align: center;
}
.award-content img {
  width: 80px; 
  height: auto; 
}
.award-center-text {
  text-align: center;
}
.award-center-text h1 {
  font-family: 'dinot';
  font-size: 2.8rem;
  margin: 0;
  text-align: center;
}
.award-right-text p {
  font-family: 'dinotRegular';
  margin: 0;
}
.award-right-text span {
  margin: 0;
  font-size: 20px;
  font-family: 'dinot';
}
.award-separator1 {
  border-left: 1px solid #2F9EDC; 
  height: 80px; 
  margin: 0 15px;
}
.award-separator2 {
  border-left: 1px solid #2F9EDC; 
  height: 80px; 
  margin: 0 15px;
}
@media (max-width: 1200px) {
  .award-container {
    width: 100%;
    gap: 10px;
  }
  .award-center-container {
    width: 45%;
  }
  .awardBanner-intermedia {
    padding-right: 20px;
    padding-left: 20px; 
  }
  .award-center-text h1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1090px) {
  .award-center-container {
    width: 35%;
    min-width: 310px;
  }
  .award-center-text h1 {
    font-size: 2.2rem;
}
.award-content {
  padding-left: 15px;
}
}

@media (max-width: 768px) {
  .award-container {
    flex-flow: wrap; 
    justify-content: center; 
    padding-left: 5px;
    padding-right: 5px;
    gap: 0px;
  }
  .award-center-container {
    display: flex;
    gap: 0px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
  }
  .award-separator1 {
    display: none; 
  }
  .award-separator2 {
    border-left: none;
    height: 2px;
    width: 100%;
    border-top: 1px solid #2F9EDC;
  }
  .award-content {
    text-align: center; 
    padding-right: 10px;
    margin: 0px;
  }
  .award-center-text {
    text-align: center; 
  }
  .award-right-text {
    width: 100%; 
    text-align: center; 
  }
  .award-content img, .award-center-text h1 {
    display: inline-block;
    vertical-align: middle;
  }
  .award-center-text h1 {
    font-size: 2.1rem; 
    margin-left: 10px; 
  }
  .award-right-text {
    margin-top: 10px; 
  }
  .award-content img {
    vertical-align: middle; 
  }
}
/*JDPower Award Banner END*/