/************ Accordion-component ************/
/*Accordion Step Styles */
.accordion-container {
  /*  input.i-am-accordion {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }*/
}
.accordion-container .tabs {
  overflow: hidden;
}
.accordion-container a.toggle-accordion:focus {
  color: #000000;
  text-decoration: underline;
  outline: 1px dotted #000000;
  outline-offset: 2px !important;
}
.accordion-container a.toggle-accordion {
  margin-right: 25px;
  margin-top: 5px;
  margin-bottom: 16px;
}
.accordion-container .tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #b8b8b8;
}
.accordion-container .tab-label {
  font-family: VerizonNHGeDS;
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
.accordion-container .tab-label h2 {
  width: 90%;
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}
.accordion-container .tab-label::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  float: right;
  margin-right: 4px;
  position: relative;
}
.accordion-container .tab-content {
  max-height: 0;
  padding: 0;
  transition: all;
}
.accordion-container .tab-content .knowledgebase-container section.section {
  margin: 0;
  padding: 0;
}
.accordion-container .tab-content .text ul li ul {
  list-style: revert !important;
}
.accordion-container .tab .unfold {
  display: block !important;
  padding: 0;
  padding-bottom: 2rem;
  padding-top: 0px;
  max-height: max-content;
}
.accordion-container .tab .unfold .filterContainer {
  clear: both;
}
.accordion-container .tab .unfold .filterContainer .label-div {
  width: 85%;
}
.accordion-container .tab .unfold .filterContainer input {
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  accent-color: black;
}
.accordion-container .tab .unfold .filterContainer label {
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.accordion-container .tab .unfold .filterContainer label ol {
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.accordion-container .tab .unfold .filterContainer label P {
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.accordion-container .tab .unfold .filterContainer label table caption {
  display: table-caption !important;
}
.accordion-container .tab .unfold .filterContainer ul,
.accordion-container .tab .unfold .filterContainer ol {
  padding-left: 30px;
}
.accordion-container .tab .unfold .filterContainer ul li,
.accordion-container .tab .unfold .filterContainer ol li {
  line-height: 1.2;
  letter-spacing: normal;
  padding: 12px 0 4px 20px !important;
}
@media (max-width: 480px) {
  .accordion-container .tab .unfold .filterContainer .note {
    padding: 18px 14px !important;
  }
  .accordion-container .tab .unfold .filterContainer .caution ul {
    padding-left: 0 !important;
  }
  .accordion-container .tab .unfold .filterContainer .caution ul li {
    padding-left: 10px !important;
  }
}
.accordion-container .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.accordion-container .expand-category::after {
  transform: rotate(225deg);
  margin-top: 10px;
}
.accordion-container .i-am-accordion + .tab-label {
  font-family: VerizonNHGeDS;
}
.accordion-container .i-am-accordion + .tab-label::after {
  transform: rotate(225deg);
  margin-top: 5px;
}
.accordion-container .i-am-accordion ~ .tab-content {
  padding: 0;
  padding-bottom: 2rem;
  padding-top: 0px;
  max-height: max-content;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer {
  clear: both;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer .label-div {
  width: 85%;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer input {
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  accent-color: black;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer label {
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer label ol {
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer label P {
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer label table caption {
  display: table-caption !important;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer ul,
.accordion-container .i-am-accordion ~ .tab-content .filterContainer ol {
  padding-left: 30px;
}
.accordion-container .i-am-accordion ~ .tab-content .filterContainer ul li,
.accordion-container .i-am-accordion ~ .tab-content .filterContainer ol li {
  line-height: 1.2;
  letter-spacing: normal;
  padding: 12px 0 4px 20px !important;
}
@media (max-width: 480px) {
  .accordion-container .i-am-accordion ~ .tab-content .filterContainer .note {
    padding: 18px 14px !important;
  }
  .accordion-container .i-am-accordion ~ .tab-content .filterContainer .caution ul {
    padding-left: 0 !important;
  }
  .accordion-container .i-am-accordion ~ .tab-content .filterContainer .caution ul li {
    padding-left: 10px !important;
  }
}
@media (max-width: 767px) {
  .accordion-container a.toggle-accordion {
    margin-top: 0px;
    margin-bottom: 12px;
  }
}

/************ device-component-component ************/
.cta-box-container {
  width: 384px;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  color: #000000;
}
.cta-box-container .box-title {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.cta-box-container .box-description {
  margin-top: 10px;
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #6F7171;
}
.cta-box-container .cta {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  gap: 10px;
  height: 32px;
  max-width: 120px;
  background: #000000;
  border-radius: 22px;
  cursor: pointer;
  text-decoration: none;
}
.cta-box-container .cta .cta-text {
  font-family: 'VerizonNHGeTX';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  border: none;
  width: max-content;
  background-color: black;
  margin-bottom: 5px;
}
.grey-background {
  background-color: #F6F6F6!important;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .cta-box-container {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .seo-faq-container .aem-Grid.aem-Grid--12 .aem-GridColumn .cta-box {
    padding: 0 !important;
  }
}

.popular-topics-container a {
  text-decoration: none;
}
.popular-topics-container a:hover,
.popular-topics-container a:focus {
  outline: 1px dashed #333;
}
.popular-topics-container .popular-topics-slide {
  max-width: 395px;
  height: 212px;
  float: left;
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  isolation: isolate;
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 20px;
  padding: 20px;
  padding-right: 30px;
}
.popular-topics-container .popular-topics-slide .slider-content .slide-type {
  font-family: VerizonNHGeTX;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}
.popular-topics-container .popular-topics-slide .slider-content .slide-header {
  font-family: 'VerizonNHGeDS';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.popular-topics-container .popular-topics-slide .slider-content .slide-desc {
  font-family: VerizonNHGeTX;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.popular-topics-container .popular-topics-slide .arrow-focus {
  position: absolute;
  right: 8.33%;
  bottom: 8.33%;
}
.popular-topics-container .popular-topics-slide:nth-child(3n) {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .popular-topics-container .popular-topics-slide {
    width: 47%;
    height: 312px;
    margin-right: 11px;
  }
  .popular-topics-container .popular-topics-slide:nth-child(even) {
    margin-right: 0px;
  }
  .popular-topics-container .popular-topics-slide:nth-child(3n) {
    margin-right: 20px;
  }
  .popular-topics-container .popular-topics-slide .slider-content .slide-header {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1231px) {
  .popular-topics-container .popular-topics-slide {
    width: 31%;
  }
}
@media only screen and (max-width: 400px) {
  .popular-topics-container .popular-topics-slide {
    width: 46%;
    margin-right: 10px;
  }
}

.related-links-container .related-heading {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 32px;
  padding-top: 64px;
}
.related-links-container a.tsa-related-slide {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0 24px 0;
  margin-right: 40px;
  position: relative;
  border-bottom: 1px solid #D8DADA;
  text-decoration: none;
}
.related-links-container a.tsa-related-slide .slider-content .slide-header {
  font-family: 'VerizonNHGeTX';
  color: black;
  width: 556px;
  height: 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.related-links-container a.tsa-related-slide .arrow-focus {
  position: absolute;
  right: 0%;
  bottom: 35%;
}
.related-links-container a.tsa-related-slide:nth-child(even) {
  margin-right: 0px;
}
.related-links-container a.tsa-related-slide:hover,
.related-links-container a.tsa-related-slide:focus {
  outline: 1px dashed #333;
}
@media only screen and (max-width: 767px) {
  .related-links-container .tsa-related-slide {
    width: 100%;
  }
  .related-links-container .tsa-related-slide .slider-content .slide-header {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .related-links-container .tsa-related-slide {
    width: 45%;
  }
  .related-links-container .tsa-related-slide .slider-content .slide-header {
    width: 95%;
  }
}

.related-topics-container .related-heading {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 32px;
  margin-top: 64px;
}
.related-topics-container .tsa-related-slide {
  width: 280px;
  height: 264px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  isolation: isolate;
  background: #F6F6F6;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  margin-right: 40px;
  position: relative;
  margin-bottom: 20px;
}
.related-topics-container .tsa-related-slide a,
.related-topics-container .tsa-related-slide a:hover,
.related-topics-container .tsa-related-slide a:focus {
  text-decoration: none;
}
.related-topics-container .tsa-related-slide .slider-content .slide-type {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #6F7171;
}
.related-topics-container .tsa-related-slide .slider-content .slide-header {
  font-family: 'VerizonNHGeDS';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.related-topics-container .tsa-related-slide .slider-content .slide-desc {
  font-family: 'VerizonNHGeDS';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #6F7171;
  width: 94%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.related-topics-container .tsa-related-slide .arrow-focus {
  position: absolute;
  right: 8.33%;
  bottom: 8.33%;
}
.related-topics-container .tsa-related-slide:last-child {
  margin-right: 0px;
}
@media only screen and (max-width: 767px) {
  .related-topics-container .tsa-related-slide {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .related-topics-container .tsa-related-slide:nth-child(even) {
    margin-right: 0px;
  }
}

.tsa-seo-tab-container {
  margin-top: 32px;
}
.tsa-seo-tab-container .tab-bar {
  display: flex;
  flex-direction: row;
}
.tsa-seo-tab-container .tab-bar ::-webkit-scrollbar {
  height: 5px;
}
.tsa-seo-tab-container .tab-bar ::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
}
.tsa-seo-tab-container .tabs-top-space {
  margin-top: 5px;
}
.tsa-seo-tab-container .tabs-title {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 48px;
  margin-top: 64px;
}
.tsa-seo-tab-container .tab-title {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  color: #6F7171;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
  margin: 5px 32px 5px 5px;
  border: none;
}
.tsa-seo-tab-container .tab-title div {
  font-size: 24px !important;
  margin-top: 0px !important;
  margin-bottom: 8px !important;
  width: max-content;
}
.tsa-seo-tab-container .cmp-tabs__tab--active {
  color: black;
  border-bottom: 4px solid #EE0000;
  margin-bottom: 0.5px!important;
}
.tsa-seo-tab-container .tab-line {
  border-bottom: 1px solid #D8DADA;
}
.tsa-seo-tab-container .cmp-tabs__tablist {
  flex-wrap: unset !important;
  overflow: visible hidden !important;
  list-style-type: none !important;
  scrollbar-width: none;
}
.tsa-seo-tab-container .cmp-tabs__tablist .tab-title:focus {
  outline: 1px dotted #000;
  outline-offset: 2px;
}
.tsa-seo-tab-container .right-caret {
  margin-left: 15px;
  margin-top: 10px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding-right: 28px;
  background-size: 28px 28px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMTUuMDAgMTUuMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNS4wMCIgaGVpZ2h0PSIxNS4wMCIgcng9IjcuNSIgZmlsbD0iIzZGNzE3MSIgc3Ryb2tld2lkdGg9IjAiIGZpbGwtb3BhY2l0eT0iMC4wNiI+PC9yZWN0PjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNi4xNTg0IDMuMTM1MDhDNi4zNTk4NSAyLjk0NjIxIDYuNjc2MjcgMi45NTY0MiA2Ljg2NTE0IDMuMTU3ODhMMTAuNjE1MSA3LjE1Nzg4QzEwLjc5NTQgNy4zNTAyIDEwLjc5NTQgNy42NDk0OSAxMC42MTUxIDcuODQxODJMNi44NjUxNCAxMS44NDE4QzYuNjc2MjcgMTIuMDQzMyA2LjM1OTg1IDEyLjA1MzUgNi4xNTg0IDExLjg2NDZDNS45NTY5NCAxMS42NzU3IDUuOTQ2NzMgMTEuMzU5MyA2LjEzNTYgMTEuMTU3OUw5LjU2NSA3LjQ5OTg1TDYuMTM1NiAzLjg0MTgyQzUuOTQ2NzMgMy42NDAzNiA1Ljk1Njk0IDMuMzIzOTQgNi4xNTg0IDMuMTM1MDhaIiBmaWxsPSIjMDAwMDAwIj48L3BhdGg+IDwvZz48L3N2Zz4=');
}
.tsa-seo-tab-container .left-caret {
  margin-right: 15px;
  margin-top: 10px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding-left: 28px;
  background-size: 28px 28px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4IiB2aWV3Qm94PSIwIDAgMTUuMDAgMTUuMDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNS4wMCIgaGVpZ2h0PSIxNS4wMCIgcng9IjcuNSIgZmlsbD0iIzZGNzE3MSIgc3Ryb2tld2lkdGg9IjAiIGZpbGwtb3BhY2l0eT0iMC4wNiI+PC9yZWN0PjwvZz48ZyBpZD0iU1ZHUmVwb190cmFjZXJDYXJyaWVyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvZz48ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC44MTgwOSA0LjE4MTc5QzguOTkzODMgNC4zNTc1MyA4Ljk5MzgzIDQuNjQyNDUgOC44MTgwOSA0LjgxODE5TDYuMTM2MjkgNy40OTk5OUw4LjgxODA5IDEwLjE4MThDOC45OTM4MyAxMC4zNTc1IDguOTkzODMgMTAuNjQyNCA4LjgxODA5IDEwLjgxODJDOC42NDIzNiAxMC45OTM5IDguMzU3NDMgMTAuOTkzOSA4LjE4MTcgMTAuODE4Mkw1LjE4MTcgNy44MTgxOUM1LjA5NzMxIDcuNzMzNzkgNS4wNDk5IDcuNjE5MzMgNS4wNDk5IDcuNDk5OTlDNS4wNDk5IDcuMzgwNjQgNS4wOTczMSA3LjI2NjE4IDUuMTgxNyA3LjE4MTc5TDguMTgxNyA0LjE4MTc5QzguMzU3NDMgNC4wMDYwNSA4LjY0MjM2IDQuMDA2MDUgOC44MTgwOSA0LjE4MTc5WiIgZmlsbD0iIzAwMDAwMCI+PC9wYXRoPiA8L2c+PC9zdmc+');
}
.tsa-seo-tab-container .tab-select {
  width: 50% !important;
  height: 30px;
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  line-height: 24px;
}
.tsa-seo-tab-container .tab-select .tab-title {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
}
.tsa-seo-tab-container .tab-select .cmp-tabs__tab--active {
  font-weight: 700;
}
.tsa-seo-tab-container .tab-select option {
  background-color: #f3f3f4;
}
.tsa-seo-tab-container .tab-drop.mobileDropdown {
  display: none;
}
@media (max-width: 767px) {
  .tsa-seo-tab-container {
    margin-top: 24px;
  }
  .tsa-seo-tab-container .tab-select {
    width: 100% !important;
  }
  .tsa-seo-tab-container .tab-bar.mobileDropdown {
    display: none;
  }
  .tsa-seo-tab-container .tab-drop.mobileDropdown {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .tabs .cmp-tabs__tabpanel--active:focus {
    outline: 1px dotted #000;
    outline-offset: 2px;
  }
}
.seo-faq-container .cmp-tabs.tsa-seo-tab-container .knowledgebase-container #KBArticle-1d h1.title {
  display: none;
}

.seo-container .sign-in-tsa,
.seo-container .ptp-in-tsa {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  gap: 16px;
  left: 848px;
  background: #F3EDE0;
  border-radius: 12px;
  width: 384px;
  margin-left: 36px;
}
.seo-container .ptp-in-tsa {
  height: 108px;
}
.seo-container .ptp-tsa-button {
  font-weight: 700;
  font-size: 0.75rem;
  height: 32px;
  object-fit: contain;
  border-radius: 24px;
  border: solid 1px #000000;
  background-color: #f3ede0;
  cursor: pointer;
  padding: 6px 12px 10px 12px;
  white-space: nowrap;
  width: fit-content;
  font-family: Verizon-NHG-eTX;
}
.seo-container .sign-in-desc {
  flex: none;
  order: 3;
  flex-grow: 0;
  z-index: 3;
}
.seo-container .sign-in-desc a {
  font-weight: bold;
}
.seo-container .sign-in-desc p {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .seo-container .sign-in-tsa,
  .seo-container .ptp-in-tsa {
    margin-left: 0px;
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .seo-container .sign-in-tsa,
  .seo-container .ptp-in-tsa {
    width: 100% !important;
  }
}

.tsa-community-section {
  padding: 16px;
  isolation: isolate;
  width: 100%;
  background: #F8F3E9;
  border-radius: 12px;
  align-self: stretch;
}
.tsa-community-title {
  padding: 0px;
  width: 95%;
}
.tsa-community-description {
  padding: 0px;
  width: 95%;
}
.tsa-community-icon {
  padding: 0px;
  width: 95%;
  height: 16px;
}
.community-pod {
  padding: 20px 0px 20px 0px !important;
}
.seo-faq-container .community-pod a {
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .seo-faq-container .aem-Grid.aem-Grid--12 .aem-GridColumn div.community-pod.aem-GridColumn.aem-GridColumn--default--12 {
    padding: 20px 0px 20px 0px !important;
  }
  .seo-faq-container .community-pod a {
    text-decoration: none !important;
  }
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/************ super-non-device-hub-component ************/
.device-hub-container .tab-container .popular-center {
  margin-top: 0px!important;
}
.super-nondevice-hub-container .hub-header {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
.super-nondevice-hub-container a {
  float: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0 12px 0;
  margin-right: 40px;
  position: relative;
  border-bottom: 1px solid #D8DADA;
  width: 95%;
  max-width: 556px;
  min-height: 162px;
  display: flex;
  text-decoration: none !important;
}
.super-nondevice-hub-container a:hover,
.super-nondevice-hub-container a:focus {
  outline: 1px dotted #000000;
}
.super-nondevice-hub-container .hub-item {
  width: 100%;
  text-decoration: none;
}
.super-nondevice-hub-container .hub-item .hub-item-content .hub-item-header {
  font-family: 'VerizonNHGeDS';
  color: black;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.super-nondevice-hub-container .hub-item .hub-item-content .hub-item-desc {
  font-family: 'VerizonNHGeDS';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #6F7171;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 28px;
}
.super-nondevice-hub-container .hub-item .arrow-focus {
  position: absolute;
  right: 0%;
  bottom: 35%;
}
.super-nondevice-hub-container .hub-item:nth-child(even) {
  margin-right: 0px;
}
.super-nondevice-hub-container .show-all-button {
  width: 100px;
  height: 32px;
  object-fit: contain;
  border-radius: 100px;
  border: solid 1px #000000;
  background-color: white;
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 20px;
}
.super-nondevice-hub-container .show-all-button:hover {
  background-color: #000000;
}
.super-nondevice-hub-container .show-all-button p {
  margin: 0;
  font-family: VerizonNHGeDS;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: black;
}
.super-nondevice-hub-container .show-all-button:hover p {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .super-nondevice-hub-container .hub-header {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
  }
  .super-nondevice-hub-container .hub-item {
    padding: 12px 0 12px 0;
    width: 95%;
    min-height: 122px;
  }
  .super-nondevice-hub-container .hub-item .hub-item-content .hub-item-header {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  .super-nondevice-hub-container .hub-item .hub-item-content .hub-item-desc {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 25px;
  }
}

/************ brand-device-sel-component ************/
.device-hub-container a {
  text-decoration: underline;
  color: #000;
  outline: none;
}
.device-hub-container #popularTab:focus,
.device-hub-container #browseTab:focus,
.device-hub-container #popularTab:hover,
.device-hub-container #browseTab:hover,
.device-hub-container .article-grid-item:focus,
.device-hub-container .article-grid-item:hover {
  outline: 1px dashed #333;
  outline-offset: 3px;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner_text a:focus,
.device-hub-container .oneDRd_fragment .oneDRd_banner_text a:hover {
  outline: 1px dashed #333;
}
.device-hub-container #breadcrumbWrapperDiv {
  margin-top: 0px !important;
}
.device-hub-container button.categoryWrapper {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner {
  margin-bottom: 16px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle {
  vertical-align: middle;
  text-align: left;
  width: 80%;
  max-width: 1272px;
  float: left;
  padding-right: 40px;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle .oneDRd_banner_title,
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle .oneDRd_banner_text {
  color: #000000;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle .oneDRd_banner_title {
  width: 100%;
  font-size: 4rem;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle .oneDRd_banner_text {
  font-family: VerizonNHGeDS !important;
  font-size: 16px;
  color: #6F7171;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle .reviewContent {
  margin: 20px 0;
  display: inline-block;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle .reviewContent #oned_bazaar_voice .ratings_text {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding-top: 0 !important;
  color: #6F7171 !important;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .btn-container {
  margin-top: 32px;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .btn-container .select_device_btn {
  float: left;
  margin-right: 20px;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .btn-container .select_device_btn button {
  border-radius: 24px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 700;
  font-family: VerizonNHGeDS;
  text-decoration: none;
  font-size: 16px;
  width: 213px;
  height: 44px;
  cursor: pointer;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .btn-container .change_device_link {
  line-height: 16px;
  float: left;
  margin-top: 16px;
}
.device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_image {
  display: block;
  width: 20%;
  float: left;
  position: relative;
  top: 0px;
  right: 0;
  padding-left: 0;
}
.device-hub-container .oneDRd_fragment .reviewContent {
  margin: 20px 0;
}
.device-hub-container .oneDRd_fragment .reviewContent #oned_bazaar_voice .ratings_text {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px !important;
  padding-top: 0 !important;
  color: #6F7171 !important;
}
.device-hub-container .tab-container {
  margin: 0px;
}
.device-hub-container .tab-container .filter-button-container {
  display: none;
}
.device-hub-container .tab-container .styleBlock {
  display: block;
}
.device-hub-container .tab-container .popular-center,
.device-hub-container .tab-container .browse-center {
  max-width: 1232px;
  width: 100%;
  margin: 32px auto 0 auto;
  padding-top: 30px;
}
.device-hub-container .tab-container .popular-center .slide-type,
.device-hub-container .tab-container .popular-center .slide-desc {
  color: #6F7171!important;
}
.device-hub-container .tab-container .browse-title {
  font-family: VerizonNHGeDS;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 32px;
  margin-top: 0px;
}
.device-hub-container .tab-container .searchContainer {
  width: 22%;
  max-width: 270px;
  min-width: 150px;
  margin-right: 3.5%;
  float: left;
  min-height: fit-content;
}
.device-hub-container .tab-container .filterModal #modal-filter-title label {
  display: none;
}
.device-hub-container .tab-container .articles-section {
  width: 74.5%;
  max-width: 918px;
  min-width: 500px;
  float: right;
  outline: none;
}
.device-hub-container .tab-container .search-input {
  border: 1px solid #000000;
  max-width: 596px;
  width: 100%;
  border-radius: 8px;
}
.device-hub-container .tab-container .tab-select {
  height: 30px;
  width: 100%;
}
.device-hub-container .tab-container .tab-select .add-cursor {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #6F7171;
}
.device-hub-container .tab-container .categoryWrapper {
  margin-right: 30px;
  float: left;
  cursor: pointer;
  font-weight: bold;
  font-family: VerizonNHGeDS;
}
.device-hub-container .tab-container .glassicon-search {
  width: 24px;
  height: 24px;
  float: right;
  background-color: #f6f6f6;
  margin-top: 10px;
  margin-right: 5px;
}
.device-hub-container .tab-container .add-cursor {
  cursor: pointer;
}
.device-hub-container .tab-container .categorySelected {
  border-bottom: 4px solid #D52B1E;
}
.device-hub-container .tab-container .categorySelected .add-cursor {
  color: black!important;
}
.device-hub-container .tab-container input::-webkit-input-placeholder,
.device-hub-container .tab-container input:-moz-placeholder {
  color: black;
}
.device-hub-container .tab-container #brandRecordSpotlightWrapper {
  margin: 0 auto;
  /*max-width: 1232px;*/
  width: 100%;
}
.device-hub-container .tab-container .articles-grid {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  grid-gap: 1px;
}
.device-hub-container .tab-container .optionsWrapper {
  padding: 12px 0 30px 0;
  border-bottom: 1px solid #b8b8b8;
}
.device-hub-container .tab-container .searchLabel {
  padding-bottom: 4px;
  font-family: VerizonNHGeDS;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: normal;
  color: #000000;
  border: 0;
  outline: none;
  width: 72%;
}
.device-hub-container .tab-container .symptomsOptionsList {
  padding: 0;
  list-style-type: none;
  min-height: 50px;
  max-height: 460px;
  overflow-y: auto;
  max-width: 270px;
}
.device-hub-container .tab-container .symptomsOptionsListWrapper {
  padding: 4px;
}
.device-hub-container .tab-container .symptomsOptions-title {
  font-family: VerizonNHGeDS;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5rem;
  margin-top: 20px;
  margin-bottom: 5px;
}
.device-hub-container .tab-container .symptomsOptions-NoResult {
  font-family: VerizonNHGeDS;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.device-hub-container .tab-container .symptomsOptionsList .symptomsOptions {
  font-family: VerizonNHGeTX;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  line-height: 28px;
  margin-top: 10px;
}
.device-hub-container .tab-container .searchContainer #filter-title {
  border-bottom: 1px solid #b8b8b8;
  margin-bottom: 20px;
}
.device-hub-container .tab-container .searchContainer #filter-title h2 label {
  font-family: VerizonNHGeDS;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  padding-bottom: 5px;
}
.device-hub-container .tab-container .searchContainer #filter-title h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.device-hub-container .tab-container img {
  vertical-align: middle;
}
.device-hub-container .tab-container .grid-margin {
  margin-right: 32px;
}
.device-hub-container .tab-container .link-label {
  margin-top: 32px;
}
.device-hub-container .tab-container .link-label a {
  font-size: 16px;
  line-height: 20px;
  font-family: VerizonNHGeDS;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: black;
}
.device-hub-container .tab-container .articles-section .article-grid-item {
  max-width: 278px;
  min-width: 138px;
  width: 31.5%;
  height: 228px;
  margin-bottom: 24px;
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  font-family: VerizonNHGeDS;
  font-size: 12px;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.device-hub-container .tab-container .articles-section .article-grid-item .category-eyebrow,
.device-hub-container .tab-container .articles-section .article-grid-item .article-desc {
  font-family: VerizonNHGeTX;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
  color: #6F7171!important;
}
.device-hub-container .tab-container .articles-section .article-grid-item .article-title {
  font-family: VerizonNHGeDS;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  margin: 10px 0;
}
.device-hub-container .tab-container .articles-section .article-grid-item .arrow-focus {
  position: absolute;
  right: 8.33%;
  bottom: 8.33%;
}
.device-hub-container .tab-container #viewResultButton {
  width: 125px;
  margin-left: auto;
  margin-bottom: 10px;
  margin-top: 20px;
  float: left;
}
.device-hub-container .tab-container #clearFilterButton {
  width: 125px;
  margin-bottom: 10px;
  margin-top: 20px;
  margin-left: 10px;
  float: left;
}
.device-hub-container .tab-container .articles-button {
  width: 190px;
  height: 44px;
  object-fit: contain;
  border-radius: 100px;
  border: solid 1px #000000;
  background-color: black;
  margin-top: 38px;
  margin-left: 45%;
  margin-bottom: 80px;
}
.device-hub-container .tab-container .articles-button:hover {
  background-color: #ffffff;
}
.device-hub-container .tab-container .articles-button p {
  margin: 0;
  font-family: VerizonNHGeDS;
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
.device-hub-container .tab-container .articles-button:hover p {
  color: #000000;
}
.device-hub-container .tab-container .articles-button#viewResultButton {
  background-color: #000000!important;
}
.device-hub-container .tab-container .articles-button#viewResultButton p {
  color: #ffffff!important;
}
.device-hub-container .tab-container .articles-button#viewResultButton:hover {
  background-color: #ffffff!important;
}
.device-hub-container .tab-container .articles-button#viewResultButton:hover p {
  color: #000000!important;
}
.device-hub-container .tab-container .articles-button#clearFilterButton {
  background-color: #ffffff!important;
}
.device-hub-container .tab-container .articles-button#clearFilterButton p {
  color: #000000!important;
}
.device-hub-container .tab-container .articles-button#clearFilterButton:hover {
  background-color: #000000!important;
}
.device-hub-container .tab-container .articles-button#clearFilterButton:hover p {
  color: #ffffff!important;
}
.device-hub-container .tab-container #toggleshowArticle {
  background-color: #ffffff!important;
}
.device-hub-container .tab-container #toggleshowArticle p {
  color: #000000!important;
}
.device-hub-container .tab-container #toggleshowArticle:hover {
  background-color: #000000!important;
}
.device-hub-container .tab-container #toggleshowArticle:hover p {
  color: #ffffff!important;
}
.device-hub-container .tab-container .article-search {
  font-family: VerizonNHGeDS;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: normal;
  color: #000000;
  height: 44px;
  border: 0;
  outline: none;
  width: 72%;
  background-color: #f6f6f6;
  margin-left: 12px;
}
.device-hub-container .tab-container .search-input:focus,
.device-hub-container .tab-container .search-input:hover {
  outline: 1px dashed #333;
  outline-offset: 2px !important;
}
.device-hub-container .tab-container .br-hide {
  display: none !important;
}
.device-hub-container .tab-container .tabs {
  overflow-x: hidden!important;
  overflow-y: auto!important;
  display: block;
  height: 75vh;
}
.device-hub-container .tab-container .tabs::-webkit-scrollbar {
  width: 6px;
}
.device-hub-container .tab-container .tabs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.device-hub-container .tab-container .tabs::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.device-hub-container .tab-container .tab {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #b8b8b8;
}
.device-hub-container .tab-container .tab-label {
  font-family: VerizonNHGeDS;
  display: flow;
  justify-content: space-between;
  padding: 32px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0px;
  /* Icon */
}
.device-hub-container .tab-container .tab-label::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  float: right;
  margin-right: 10px;
  position: relative;
  margin-top: 5px;
}
.device-hub-container .tab-container .tab-content {
  max-height: 0;
  padding: 0;
  transition: all;
}
.device-hub-container .tab-container .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  cursor: pointer;
}
.device-hub-container .tab-container .tab-label.transform-category::after {
  transform: rotate(225deg);
  margin-top: 10px;
}
.device-hub-container .tab-container .tab-label.transform-topic::after {
  transform: rotate(225deg);
  margin-top: 10px;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content {
  max-height: 60vh;
  padding: 0;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer {
  clear: both;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer div {
  float: left;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer .label-div {
  width: 85%;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer input {
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  accent-color: black;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer label {
  margin-bottom: 24px;
  margin-left: 10px;
  margin-top: 5px;
  font-size: 16px;
  font-weight: normal;
  font-family: VerizonNHGeDS;
}
.device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer:last-child label {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  .device-hub-container .filter-button-container {
    display: none;
  }
  .device-hub-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 850px;
    text-overflow: '';
  }
  .device-hub-container .articles-button {
    margin-left: 30%;
  }
  .device-hub-container #pageTypeWrapperbrand select {
    font-family: VerizonNHGeDS;
    font-size: 24px;
    font-weight: bold;
    max-width: -webkit-fill-available;
    color: #000;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    background: url("../../../../../content/dam/support/one_d/dropdown_arrow.gif") 6.66666667% no-repeat;
    background-size: 30px 30px;
  }
  .device-hub-container #clearFilterButton {
    margin-left: 10px;
  }
}
@media (max-width: 1024px) and (min-width: 840px) {
  .device-hub-container .filter-button-container {
    display: none;
  }
  .device-hub-container .oneDRd_fragment .oneDRd_banner_title,
  .device-hub-container .oneDRd_fragment .oneDRd_banner_text {
    color: #000000;
  }
  .device-hub-container .oneDRd_fragment .oneDRd_banner_title {
    font-family: VerizonNHGeDS;
    font-size: 48px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.95;
    letter-spacing: normal;
    color: #000000;
    margin: 8px 0px 0px 0px;
    padding: 0px;
  }
  .device-hub-container .oneDRd_fragment .oneDRd_banner_text {
    font-family: VerizonNHGeDS;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    padding-top: 23.75px;
  }
  .device-hub-container .articles-button {
    margin-left: 25%;
  }
  .device-hub-container #pageTypeWrapperbrand {
    margin-right: 0px;
    float: left;
    min-width: 80px;
    width: 100%;
  }
  .device-hub-container #pageTypeWrapperbrand select {
    font-family: VerizonNHGeDS;
    font-size: 20px;
    font-weight: bold;
    max-width: -webkit-fill-available;
    color: #000;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    background: url("../../../../../content/dam/support/one_d/dropdown_arrow.gif") 6.66666667% no-repeat;
    background-size: 22px 22px;
  }
  .device-hub-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 500px;
    text-overflow: '';
  }
  .device-hub-container #clearFilterButton {
    margin-left: auto;
  }
}
@media only screen and (min-width: 839px) and (max-width: 1231px) {
  .device-hub-container .article-grid-item {
    height: 328px;
  }
  .device-hub-container #clearFilterButton {
    margin-left: auto!important;
  }
}
@media (min-width: 768px) and (max-width: 839px) {
  .device-hub-container .tab-container .optionsWrapper {
    padding: 32px 0 16px 0;
    border: none;
  }
  .device-hub-container .tab-container .searchLabel {
    padding-bottom: 4px;
  }
  .device-hub-container .tab-container .searchBoxModal {
    z-index: 1000;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 40px 10px 16px;
    background-color: #ffffff;
    top: 70px;
  }
  .device-hub-container .tab-container .tsa-search-box {
    width: 95%!important;
    max-width: 95%!important;
    float: unset!important;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid black;
    border-left: none;
    border-image: initial;
    height: 54px;
    border-radius: unset;
  }
  .device-hub-container .tab-container .tsa-search-box input.article-search {
    width: 70%!important;
    background-color: white;
  }
  .device-hub-container .tab-container #searchBackButton {
    float: left;
    position: relative;
    font-size: 35px;
    margin-left: 0px;
    margin-right: 5px;
    height: 40px;
    width: 20px;
  }
  .device-hub-container .tab-container .browse-center {
    margin: 0;
    padding: 0;
  }
  .device-hub-container .tab-container .browse-title {
    margin-top: 32px;
    margin-bottom: 0px;
  }
  .device-hub-container .tab-container .searchContainer {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin-right: unset;
    float: unset;
  }
  .device-hub-container .tab-container .searchContainer #filter-title {
    display: none;
  }
  .device-hub-container .tab-container #brandRecordSpotlightWrapper {
    width: 100%;
  }
  .device-hub-container .tab-container .link-label {
    display: none;
  }
  .device-hub-container .tab-container .search-input {
    float: left;
    width: 85%;
    max-width: 666px;
    margin-top: 10px;
  }
  .device-hub-container .tab-container .filter-button-container {
    display: block;
  }
  .device-hub-container .tab-container .gridTitle {
    padding: 40px 16px 10px 16px;
    font-size: 20px;
  }
  .device-hub-container .tab-container .gridSubtitle {
    padding: 0 16px 49px 16px;
    font-size: 15px;
  }
  .device-hub-container .tab-container .grid-margin {
    margin-right: 25px;
  }
  .device-hub-container .tab-container .articles-section {
    width: 100%;
    max-width: unset;
    min-width: unset;
    float: unset;
    margin-top: 20px;
  }
  .device-hub-container .tab-container .articles-section .article-grid-item {
    height: 328px;
    font-size: 14px;
    line-height: 18px;
  }
  .device-hub-container .tab-container .articles-section .article-grid-item .article-title {
    font-size: 16px;
    line-height: 20px;
  }
  .device-hub-container .tab-container #filterButton {
    width: 68px;
    margin: 0px 0 20px 20px;
    background-color: white;
    margin-top: -0.25rem;
  }
  .device-hub-container .tab-container #viewResultButton {
    width: 135px;
  }
  .device-hub-container .tab-container #clearFilterButton {
    width: 135px;
    margin-left: 10px;
  }
  .device-hub-container .tab-container .articles-button p {
    color: white;
  }
  .device-hub-container .tab-container #filterButton p {
    color: black;
    padding-left: 10px;
  }
  .device-hub-container .tab-container .categoryWrapper {
    margin-right: 15px;
  }
  .device-hub-container .tab-container .article-search {
    width: 90%;
    float: left;
    margin-top: 0px;
  }
  .device-hub-container .tab-container .symptomsOptionsList {
    max-width: 100%;
    padding-top: 20px;
  }
  .device-hub-container .tab-container .bottomButtons {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .device-hub-container .tab-container .filterModal {
    z-index: 9999;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 40px 20px;
    background-color: white;
    display: none;
    top: 70px;
  }
  .device-hub-container .tab-container .filterModal #modal-filter-title label {
    font-family: VerizonNHGeDS;
    font-size: 32px;
    margin-top: 20px;
    display: none;
  }
  .device-hub-container .tab-container .filterModal ul {
    text-align: left;
  }
  .device-hub-container .tab-container .filterModal .no-select,
  .device-hub-container .tab-container .filterModal span {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  .device-hub-container .tab-container .filterModal p {
    text-align: left;
    font-family: VerizonNHGeDS;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
    transition: 0.3s opacity, 0.6s max-height;
    hyphens: auto;
    z-index: 2;
  }
  .device-hub-container .tab-container .filterModal .close {
    width: 32px;
    height: 32px;
    opacity: .3;
  }
  .device-hub-container .tab-container .filterModal .close:hover {
    opacity: 1;
  }
  .device-hub-container .tab-container .filterModal .close:before,
  .device-hub-container .tab-container .filterModal .close:after {
    position: absolute;
    content: ' ';
    right: 35px;
    height: 33px;
    width: 2px;
    background-color: #000;
  }
  .device-hub-container .tab-container .filterModal .close:before {
    transform: rotate(45deg);
  }
  .device-hub-container .tab-container .filterModal .close:after {
    transform: rotate(-45deg);
  }
  .device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer label {
    margin-bottom: 20px;
  }
  .device-hub-container .tab-label {
    font-size: 16px;
    line-height: 20px;
  }
  .device-hub-container .tab-label label {
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  #clearFilterButton {
    margin-left: 10px!important;
  }
}
@media only screen and (min-device-width: 660px) and (max-device-width: 750px) and (orientation: landscape) {
  #clearFilterButton {
    margin-left: 10px!important;
  }
}
@media screen and (min-width: 481px) {
  #filter-modal-close {
    display: none;
  }
}
@media (max-width: 767px) {
  .device-hub-container .tab-container {
    margin: 0 20px;
  }
  .device-hub-container .tab-container .popular-center,
  .device-hub-container .tab-container .browse-center {
    padding-top: 10px;
  }
  .device-hub-container .tab-container .optionsWrapper {
    padding: 32px 0 16px 0;
    border: none;
  }
  .device-hub-container .tab-container .searchLabel {
    padding-bottom: 0px;
  }
  .device-hub-container .tab-container .searchBoxModal {
    z-index: 1000;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 40px 10px 16px;
    background-color: #ffffff;
    top: 70px;
  }
  .device-hub-container .tab-container .tsa-search-box {
    width: 95%!important;
    float: unset!important;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid black;
    border-left: none;
    border-image: initial;
    height: 54px;
    border-radius: unset;
  }
  .device-hub-container .tab-container .tsa-search-box input.article-search {
    width: 70%!important;
    background-color: white;
  }
  .device-hub-container .tab-container #searchBackButton {
    float: left;
    position: relative;
    font-size: 35px;
    margin-left: 0px;
    margin-right: 5px;
    height: 40px;
    width: 20px;
  }
  .device-hub-container .tab-container .browse-center {
    margin: 0;
    padding: 0;
  }
  .device-hub-container .tab-container .browse-title {
    margin-top: 32px;
    margin-bottom: 0px;
  }
  .device-hub-container .tab-container .searchContainer {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin-right: unset;
    float: unset;
  }
  .device-hub-container .tab-container .searchContainer #filter-title {
    display: none;
  }
  .device-hub-container .tab-container #brandRecordSpotlightWrapper {
    width: 100%;
  }
  .device-hub-container .tab-container .link-label {
    display: none;
  }
  .device-hub-container .tab-container .search-input {
    float: left;
    width: 70%;
    margin-top: 10px;
  }
  .device-hub-container .tab-container .filter-button-container {
    display: block;
  }
  .device-hub-container .tab-container .gridTitle {
    padding: 40px 16px 10px 16px;
    font-size: 20px;
  }
  .device-hub-container .tab-container .gridSubtitle {
    padding: 0 16px 49px 16px;
    font-size: 15px;
  }
  .device-hub-container .tab-container .grid-margin {
    margin-right: 15px;
  }
  .device-hub-container .tab-container .articles-section {
    width: 100%;
    max-width: unset;
    min-width: unset;
    float: unset;
    margin-top: 20px;
  }
  .device-hub-container .tab-container .articles-section .article-grid-item {
    height: 360px;
    width: 46%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .device-hub-container .tab-container .articles-section .article-grid-item .article-title {
    font-size: 16px;
    line-height: 20px;
  }
  .device-hub-container .tab-container #filterButton {
    width: 68px;
    margin: 0px 0 20px 20px;
    background-color: white;
    margin-top: -0.25rem;
  }
  .device-hub-container .tab-container #filterButton p {
    color: black;
  }
  .device-hub-container .tab-container .categoryWrapper {
    margin-right: 15px;
  }
  .device-hub-container .tab-container .article-search {
    width: 80%;
    float: left;
    margin-top: 0px;
  }
  .device-hub-container .tab-container #pageTypeWrapperbrand {
    width: 100%;
    padding-bottom: 0px !important;
    background-color: white;
    margin-right: 30px;
    float: left;
    min-width: 300px;
    z-index: 9999;
  }
  .device-hub-container .tab-container #viewResultButton {
    width: 145px;
  }
  .device-hub-container .tab-container #clearFilterButton {
    width: 145px;
    margin-left: auto;
  }
  .device-hub-container .tab-container .articles-button {
    margin-left: 25%;
    margin-bottom: 80px;
  }
  .device-hub-container .tab-container .articles-button p {
    color: white;
  }
  .device-hub-container .tab-container .symptomsOptionsList {
    max-width: 100%;
    padding-top: 20px;
  }
  .device-hub-container .tab-container .bottomButtons {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .device-hub-container .tab-container .filterModal {
    z-index: 9999;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 40px 20px;
    background-color: white;
    display: none;
    top: 70px;
  }
  .device-hub-container .tab-container .filterModal #modal-filter-title label {
    font-family: VerizonNHGeDS;
    font-size: 32px;
    margin-top: 20px;
    display: inline;
  }
  .device-hub-container .tab-container .filterModal ul {
    text-align: left;
  }
  .device-hub-container .tab-container .filterModal .no-select,
  .device-hub-container .tab-container .filterModal span {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  .device-hub-container .tab-container .filterModal p {
    text-align: left;
    font-family: VerizonNHGeDS;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    will-change: max-height;
    contain: layout;
    display: inline-block;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 7px;
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
    transition: 0.3s opacity, 0.6s max-height;
    hyphens: auto;
    z-index: 2;
  }
  .device-hub-container .tab-container .filterModal .close {
    width: 32px;
    height: 32px;
    opacity: .3;
  }
  .device-hub-container .tab-container .filterModal .close:hover {
    opacity: 1;
  }
  .device-hub-container .tab-container .filterModal .close:before,
  .device-hub-container .tab-container .filterModal .close:after {
    position: absolute;
    right: 35px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #000;
  }
  .device-hub-container .tab-container .filterModal .close:before {
    transform: rotate(45deg);
  }
  .device-hub-container .tab-container .filterModal .close:after {
    transform: rotate(-45deg);
  }
  .device-hub-container .tab-container .i-am-accordion-tab ~ .tab-content .filterContainer label {
    margin-bottom: 20px;
  }
  .device-hub-container .tab-label {
    font-size: 16px;
    line-height: 20px;
  }
  .device-hub-container .tab-label label {
    font-size: 14px;
  }
  .device-hub-container .oneDRd_fragment .oneDRd_banner .oneDRd_banner_middle {
    padding-right: 0px;
  }
  .device-hub-container .oneDRd_fragment .reviewContent #oned_bazaar_voice {
    display: block;
  }
  .device-hub-container .oneDRd_fragment .reviewContent #oned_bazaar_voice .ratings_text {
    display: inline;
  }
}

.device-hub-container .browse-container,.device-hub-container .popular-container{
    margin-left: calc(50% - 50vw);
    width: 100vw;
    position: relative;
    background-color: #F6F6F6;
    display: flex;
}
.device-hub-container{
    max-width: 1232px;
    width: 100%;
    font-family: 'VerizonNHGeDS';
    font-style: normal;
    font-weight: 400;
    margin: 0px auto;
}

@media only screen and (max-width: 767px){
    .device-hub-container .browse-container,.device-hub-container .popular-container{
        padding-left: 16px;
        padding-right:16px;
    }
     .related-links-container a.tsa-related-slide .slider-content .slide-header{
        width: 276px;
    }
    .related-links-container a.tsa-related-slide{
        padding: 34px 0 34px 0;
    }
}

