#breadcrumbContainer {
  padding-top: 0px !important;
}
#breadcrumbContainer #breadcrumbWrapperDiv {
  padding: 64px 0 0 0;
}
#breadcrumbContainer #breadcrumbWrapperDiv .breadstyle {
  display: none;
}
.empty-message-container {
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #716F6D;
}
.video-gallery-container .optionsWrapper .optionsWrapper-inner {
  max-width: 1232px;
  margin: 0 auto;
}
.video-gallery-container .gridTitle {
  padding: 40px 20px 10px 20px;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.video-gallery-container .gridSubtitle {
  padding: 0px 20px 110px 20px;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #6f7171;
}
.video-gallery-container .styleBlock {
  clear: both;
  display: block;
}
.video-gallery-container .selector-container {
  height: fit-content;
  width: 100%;
  position: relative;
  padding-bottom: 10px;
  padding-top: 32px;
}
.video-gallery-container .selector-center {
  max-width: 1232px;
  width: 100%;
  margin: 0px auto;
  clear: both;
}
.video-gallery-container .signinlink-section,
.video-gallery-container .otherdeviceslink-section {
  margin-top: 32px;
}
.video-gallery-container .childPage .header-section h2 {
  float: left;
  margin: 20px 0;
}
.video-gallery-container .childPage .header-section a {
  float: right;
  margin: 20px 0;
  text-decoration: underline;
}
.video-gallery-container .childPage .footer-section a {
  display: block;
  margin: 48px 0 24px 0;
  text-decoration: underline;
}
.video-gallery-container .childPage .brands-heading {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: normal;
  color: #000000;
  margin: 0 0 32px 0;
}
.video-gallery-container .childPage .searchContainer {
  width: 22%;
  max-width: 270px;
  min-width: 150px;
  margin-right: 3.5%;
  float: left;
  display: none;
}
.video-gallery-container .childPage .brands-section {
  width: 100%;
  max-width: 100%;
  min-width: 500px;
  padding-top: 0;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile,
.video-gallery-container .childPage .brands-section .carousel-vds .tile {
  width: auto;
  height: auto;
  isolation: isolate;
  background: white;
  box-shadow: none;
  border-radius: 8px;
  max-width: 227px;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile .tile-image,
.video-gallery-container .childPage .brands-section .carousel-vds .tile .tile-image {
  position: relative;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile .tile-image .tile-img,
.video-gallery-container .childPage .brands-section .carousel-vds .tile .tile-image .tile-img {
  border-radius: 0.5rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile .tile-image .tile-duration,
.video-gallery-container .childPage .brands-section .carousel-vds .tile .tile-image .tile-duration {
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background-color: rgba(17, 24, 39, 0.75);
  border-radius: 0.375rem;
  left: 0.5rem;
  bottom: 0.5rem;
  position: absolute;
}
@media (max-width: 767px) {
  .video-gallery-container .childPage .brands-section .tilegroup-vds .tile .tile-image .tile-duration,
  .video-gallery-container .childPage .brands-section .carousel-vds .tile .tile-image .tile-duration {
    display: none;
  }
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile .play-icon,
.video-gallery-container .childPage .brands-section .carousel-vds .tile .play-icon {
  /* Center the icon */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Appearance */
  width: 48px;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  /* Makes it circular */
  display: flex;
  justify-content: center;
  align-items: center;
  /* Smooth transition for hover effect */
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile .play-icon svg,
.video-gallery-container .childPage .brands-section .carousel-vds .tile .play-icon svg {
  width: 32px;
  height: 32px;
  fill: #ffffff;
  /* Nudge the icon slightly to appear perfectly centered */
  margin-left: 4px;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds .tile .tile-title,
.video-gallery-container .childPage .brands-section .carousel-vds .tile .tile-title {
  color: #1f2937;
  /* #1F2937 */
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* Required for -webkit-line-clamp */
  -webkit-line-clamp: 2;
  /* Number of lines to show */
  line-clamp: 2;
  /* Standard property for line clamping */
  -webkit-box-orient: vertical;
  text-align: left;
}
@media (max-width: 767px) {
  .video-gallery-container .childPage .brands-section .tilegroup-vds .tile .tile-title,
  .video-gallery-container .childPage .brands-section .carousel-vds .tile .tile-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-gallery-container .childPage .brands-section .tilegroup-vds div[class^="CarouselContainer-VDS"],
.video-gallery-container .childPage .brands-section .carousel-vds div[class^="CarouselContainer-VDS"] {
  padding-left: 0px !important;
}
.video-gallery-container .childPage .brands-section .tilegroup-vds {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(5, 1fr);
}
.video-gallery-container .narrowTile {
  max-width: 918px !important;
}
.video-gallery-container .narrowTile .brands-grid .brands-grid-item {
  width: 289px !important;
}
.video-gallery-container .narrowTile .brands-grid .brands-grid-item .basepanel .deviceInfo {
  max-width: 170px;
}
.video-gallery-container .search-modal-title {
  display: none;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  letter-spacing: .25px;
  font-size: 48px !important;
  line-height: 48px;
  font-weight: 300;
  margin-top: 32px;
  clear: both;
}
.video-gallery-container .search-input-container {
  width: 100%;
  height: 48px;
}
.video-gallery-container .search-input {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  width: 808px;
  height: 100%;
  border-radius: 9999px;
  border: 1px solid #6f7171;
  justify-content: space-between;
  box-sizing: border-box;
}
.video-gallery-container .search-input:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px !important;
}
.video-gallery-container .search-input #searchIconButton:focus {
  outline-offset: 0px;
}
.video-gallery-container .tab-select {
  margin-top: 16px;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid #d8dada;
}
.video-gallery-container .tab-select label {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #6f7171;
  letter-spacing: 0.03125rem;
}
.video-gallery-container .categoryWrapper {
  margin-right: 24px;
  float: left;
  cursor: pointer;
  font-weight: bold;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
}
.video-gallery-container .glassicon-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  padding: 0;
  order: -1;
  width: 28px;
  height: 100%;
  margin-right: 16px;
  border: none;
  background-color: transparent;
}
.video-gallery-container .add-cursor {
  cursor: pointer;
}
.video-gallery-container .categorySelected {
  border-bottom: 4px solid #f50a23;
}
.video-gallery-container .categorySelected label {
  color: #000000 !important;
}
.video-gallery-container .oneDRd_fragment .oneDRd_banner {
  margin-left: calc(0%);
  width: 100vw !important;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.video-gallery-container .oneDRd_fragment .oneDRd_banner_middle {
  vertical-align: middle;
  text-align: left;
  width: 100%;
  max-width: 1272px;
  margin: 0 auto !important;
  padding: 0px !important;
  margin-top: 24px !important;
}
.video-gallery-container .oneDRd_fragment .oneDRd_banner_title,
.video-gallery-container .oneDRd_fragment .oneDRd_banner_title_white {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 0.95;
  margin: 8px 0 0;
  padding: 0;
}
.video-gallery-container .oneDRd_fragment .oneDRd_banner_text,
.video-gallery-container .oneDRd_fragment .oneDRd_banner_text_white {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding-top: 16px;
}
.video-gallery-container .oneDRd_fragment .oneDRd_banner_title,
.video-gallery-container .oneDRd_fragment .oneDRd_banner_text {
  color: #000000;
}
.video-gallery-container .oneDRd_fragment .oneDRd_banner_title,
.video-gallery-container .oneDRd_fragment .oneDRd_banner_title_white,
.video-gallery-container .oneDRd_fragment .oneDRd_banner_text,
.video-gallery-container .oneDRd_fragment .oneDRd_banner_text_white {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}
.video-gallery-container #brandRecordSpotlightWrapper,
.video-gallery-container .videos-category-section {
  margin: 0 auto;
  max-width: 1232px;
  width: 100%;
}
.video-gallery-container .symptomsOptionsList {
  padding: 0;
  min-height: 50px;
  width: 812px;
  overflow-x: hidden !important;
  font-size: 1.2rem;
  display: block;
  list-style: none;
  transition: width 0.3s;
  margin: 0px;
  padding-top: 16px;
  max-height: 100%;
  box-shadow: none;
  margin-top: 2px;
  padding-left: 16px;
  padding-right: 0px;
  border: 1px black solid;
  border-radius: 16px;
}
.video-gallery-container .symptomsOptionsList li,
.video-gallery-container .symptomsOptionsList div {
  padding: 0px;
}
.video-gallery-container .symptomsOptionsList .symptomsOptions {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  cursor: pointer;
  line-height: 20px;
  min-height: 35px;
}
.video-gallery-container .symptomsOptionsList .symptomsOptions mark {
  color: #000000;
  background: unset;
  font-weight: 700;
}
.video-gallery-container .symptomsOptionsList .symptomsOptions:first-of-type {
  margin-top: 16px;
}
.video-gallery-container .symptomsOptionsList .symptomsOptions:last-child {
  margin-bottom: 24px;
}
.video-gallery-container .symptomsOptionsList .symptomsOptions:hover {
  font-weight: 700;
  color: #f50a23;
}
.video-gallery-container .symptomsOptionsList .symptomsOptions:hover mark {
  color: inherit;
}
.video-gallery-container .symptomsOptionsList::-webkit-scrollbar {
  width: 6px;
}
.video-gallery-container .symptomsOptionsList::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
.video-gallery-container .symptomsOptionsList::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.video-gallery-container .symptomsOptions-NoResult {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5rem;
  margin-top: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.video-gallery-container .filterModal #modal-filter-title span {
  display: none;
}
.video-gallery-container img {
  vertical-align: middle;
}
.video-gallery-container .link-label {
  margin-top: 32px;
}
.video-gallery-container .link-label a {
  font-size: 16px;
  line-height: 20px;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  color: #000000;
}
.video-gallery-container .filter-button-title {
  font-size: 1.2rem;
  font-family: Verizon-NHG-eTX, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  height: 28px;
  margin-bottom: 12px;
}
.video-gallery-container .brands-button {
  width: fit-content;
  height: 44px;
  object-fit: contain;
  border-radius: 24px;
  border: solid 1px #000000;
  background-color: #000000;
  margin: auto;
  margin-top: 24px;
  margin-bottom: 0px;
  padding: 12px 24px;
  cursor: pointer;
}
.video-gallery-container .brands-button:focus {
  outline: 1px dashed #000000;
  outline-offset: 2px !important;
}
.video-gallery-container .brands-button:hover {
  background-color: #ffffff;
}
.video-gallery-container .brands-button:hover p {
  color: #000000;
}
.video-gallery-container .brands-button p {
  margin: 0;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.video-gallery-container .one-brand-button {
  border-radius: 4px;
}
.video-gallery-container .video-search {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000000 !important;
  border: 0;
  outline: none;
  width: 740px;
  flex: 1;
  order: 0;
}
.video-gallery-container .video-search::placeholder {
  color: #6f7171 !important;
  opacity: 1;
  /* Firefox */
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 16px;
}
.video-gallery-container .video-search::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #6f7171 !important;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.video-gallery-container .searchLabel {
  color: #000000;
  border: 0;
  outline: 0;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  opacity: 0;
  display: flex;
}
.video-gallery-container .searchLabel span {
  line-height: 1px;
}
.video-gallery-container #myInputDesc {
  display: none;
}
.video-gallery-container .br-hide {
  display: none !important;
}
.video-gallery-container .transform-category::after {
  transform: rotate(225deg);
  margin-top: 10px;
}
.video-gallery-container #toggleshow,
.video-gallery-container #togglehide {
  margin-bottom: 32px !important;
}
@media only screen and (min-width: 1025px) {
  .video-gallery-container .menuItems {
    width: 850px;
    float: left;
  }
  .video-gallery-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 850px;
    text-overflow: '';
  }
  .video-gallery-container .custom-select {
    border-bottom: 1px solid #000000;
    float: left;
    margin-left: 40px;
    width: 100%;
  }
  .video-gallery-container #pageTypeWrapperbrand select {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    max-width: -webkit-fill-available;
    color: #000000;
    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;
  }
}
@media (max-width: 1024px) and (min-width: 840px) {
  .video-gallery-container .selector-center,
  .video-gallery-container .categories-design {
    margin: 0;
    padding: 0;
  }
  .video-gallery-container .oneDRd_fragment .oneDRd_banner_title,
  .video-gallery-container .oneDRd_fragment .oneDRd_banner_title_white {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    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;
  }
  .video-gallery-container .oneDRd_fragment .oneDRd_banner_text,
  .video-gallery-container .oneDRd_fragment .oneDRd_banner_text_white {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    padding-top: 16px;
  }
  .video-gallery-container .menuItems {
    width: 500px;
    float: left;
  }
  .video-gallery-container .custom-select {
    border-bottom: 1px solid #000000;
    float: left;
    margin-left: 0px;
  }
  .video-gallery-container .homefilter .custom-select {
    width: 90%;
  }
  .video-gallery-container #pageTypeWrapperbrand {
    margin-right: 0px;
    float: left;
    min-width: 80px;
    width: 100%;
  }
  .video-gallery-container .brands-button:hover,
  .video-gallery-container .one-brand-button:hover {
    border: solid 2px #000000;
  }
  .video-gallery-container #pageTypeWrapperbrand select {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    max-width: -webkit-fill-available;
    color: #000000;
    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;
  }
  .video-gallery-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    width: 500px;
    text-overflow: '';
  }
}
@media (min-width: 744px) and (max-width: 839px) {
  .brand-device-container {
    text-align: left;
    max-width: 1272px;
    min-height: 120px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .video-gallery-container .optionsWrapper {
    padding: 0px;
    border: none;
  }
  .video-gallery-container .childPage .brands-section .tilegroup-vds {
    grid-template-columns: repeat(3, 1fr);
  }
  .video-gallery-container .childPage .searchContainer {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin-right: unset;
    float: unset;
  }
  .video-gallery-container .childPage .searchContainerModal {
    top: 68px;
    width: 100%;
    margin-left: -20px;
    display: block;
    height: 100vh;
    position: fixed;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .video-gallery-container .tsa-search-box-container {
    width: 95% !important;
    margin-bottom: 32px;
    margin-top: 64px;
  }
  .video-gallery-container .tsa-search-box input.video-search {
    width: 82% !important;
    background-color: #ffffff;
  }
  .video-gallery-container .tsa-search-box {
    width: 100% !important;
    float: unset !important;
    border-image: initial;
  }
  .video-gallery-container #searchBackButton {
    display: none;
  }
  .video-gallery-container .tab-label {
    font-size: 16px;
    line-height: 20px;
  }
  .video-gallery-container .selector-center {
    margin: 0;
    padding: 0;
  }
  .video-gallery-container .tab-select label {
    font-size: 14px;
  }
  .video-gallery-container #brandRecordSpotlightWrapper,
  .video-gallery-container .videos-category-section {
    width: 100%;
  }
  .video-gallery-container .search-input {
    float: left;
    width: 100%;
  }
  .video-gallery-container .search-input-container {
    width: 100%;
    margin-bottom: 0px;
  }
  .video-gallery-container .gridTitle {
    padding: 48px 16px 10px 16px;
    font-size: 20px;
    line-height: 22px;
  }
  .video-gallery-container .gridSubtitle {
    padding: 0 16px 49px 16px;
    font-size: 15px;
  }
  .video-gallery-container .categoryWrapper {
    margin-right: 15px;
  }
  .video-gallery-container .video-search {
    width: 90%;
    float: left;
  }
  .video-gallery-container #pageTypeWrapperbrand {
    width: 100%;
    padding-bottom: 0px !important;
    background-color: #ffffff;
    margin-right: 30px;
    float: left;
    min-width: 300px;
    z-index: 9999;
  }
  .video-gallery-container .brands-button:hover,
  .video-gallery-container .one-brand-button:hover {
    border: solid 2px #000000;
  }
  .video-gallery-container .brands-button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .video-gallery-container .brands-button:hover p {
    color: #ffffff;
  }
  .video-gallery-container .custom-select {
    width: 100%;
    margin-left: -0.5rem;
    float: left;
    position: relative;
    z-index: inherit;
    background: #ffffff;
  }
  .video-gallery-container .menuItems {
    width: 100%;
    float: left;
  }
  .video-gallery-container .symptomsOptionsList {
    width: 100%;
  }
  .video-gallery-container .symptomsOptionsList .symptomsOptions {
    height: 44px;
  }
  .video-gallery-container .bottomButtons {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .video-gallery-container #submitFilter {
    background-color: #000000;
    border-color: #000000;
  }
  .video-gallery-container #submitFilter p {
    color: #ffffff;
  }
  .video-gallery-container #submitFilter:disabled {
    background-color: #d8dada;
    border-color: #d8dada;
    width: 328px;
    height: 44px;
  }
  .video-gallery-container #submitFilter:disabled p {
    color: #ffffff;
  }
  .video-gallery-container .filterModal {
    z-index: 500;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 40px 20px;
    background-color: #ffffff;
    display: none;
    top: 68px;
  }
  .video-gallery-container .filterModal #modal-filter-title span {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-top: 20px;
    display: inline;
  }
  .video-gallery-container .filterModal ul {
    text-align: left;
  }
  .video-gallery-container .filterModal .no-select,
  .video-gallery-container .filterModal span {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  .video-gallery-container .filterModal span {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
  }
  .video-gallery-container .filterModal p {
    text-align: left;
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    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 50px 0 15px;
    transition: 0.3s opacity, 0.6s max-height;
    hyphens: auto;
    z-index: 2;
  }
  .video-gallery-container .filterModal .close {
    width: 24px;
    height: 24px;
    opacity: .3;
  }
  .video-gallery-container .filterModal .close:hover {
    opacity: 1;
  }
  .video-gallery-container .filterModal .close svg {
    width: 24px;
    height: 24px;
  }
  .video-gallery-container #submitFilter,
  .video-gallery-container #cancelFilter {
    width: 157px;
    height: 44px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .video-gallery-container #cancelFilter {
    margin-left: 10px;
  }
  .video-gallery-container #submitFilter p,
  .video-gallery-container #cancelFilter p {
    padding: unset;
  }
}
@media (max-width: 743px) {
  #breadcrumbContainer #breadcrumbWrapperDiv {
    display: none;
  }
  .brand-device-container .oneDRd_fragment {
    padding-bottom: 12px;
  }
  .brand-device-container .oneDRd_fragment .oneDRd_title {
    margin-top: 32px !important;
  }
  .brand-device-container .oneDRd_fragment .oneDRd_title h1 {
    font-size: 32px !important;
    line-height: 36px;
  }
  .brand-device-container .oneDRd_fragment .oneDRd_banner_text {
    padding-bottom: 4px;
  }
  .video-gallery-container .childPage {
    margin: 0 20px;
  }
  .video-gallery-container .childPage .brands-section {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin-top: 0px;
  }
  .video-gallery-container .childPage .brands-section .tilegroup-vds {
    grid-template-columns: repeat(1, 1fr);
  }
  .video-gallery-container .childPage .brands-section .tilegroup-vds .tile {
    max-width: 100%;
  }
  .video-gallery-container .brands-heading {
    margin: 0 0 24px 0;
  }
  .video-gallery-container .searchContainer {
    width: 100%;
    max-width: unset;
    min-width: unset;
    margin-right: unset;
    float: unset;
  }
  .video-gallery-container .optionsWrapper {
    padding: 0;
    border: none;
    position: sticky;
    top: 0px;
    z-index: 1;
    background: white;
    padding-top: 8px;
    width: 103%;
    padding-right: 10px;
  }
  .video-gallery-container .optionsWrapper-fixed {
    position: fixed;
    left: 0px;
    width: 100%;
    padding: 0px 20px;
  }
  .video-gallery-container .searchBoxModal {
    z-index: 9999999;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 0px 16px 16px;
    background-color: #ffffff;
    top: 0px;
    overflow: scroll;
  }
  .video-gallery-container .searchBoxModal .optionsWrapper-inner .search-hints-container {
    overflow-y: scroll;
    padding-top: 0px;
  }
  .video-gallery-container .searchBoxModal .search-modal-title {
    display: none !important;
  }
  .video-gallery-container .search-input-container {
    width: 100%;
    margin-top: 16px;
  }
  .video-gallery-container .tsa-search-box {
    width: unset !important;
    border-image: initial;
  }
  .video-gallery-container .tsa-search-box input.video-search {
    width: 82% !important;
    background-color: #ffffff;
    margin-left: 12px;
  }
  .video-gallery-container #searchBackButton {
    float: left;
    position: relative;
    font-size: 35px;
    margin-left: 0px;
    margin-right: 5px;
    height: 40px;
    width: 20px;
  }
  .video-gallery-container .tab-label {
    font-size: 16px;
    line-height: 20px;
  }
  .video-gallery-container .selector-center,
  .video-gallery-container .categories-design {
    margin: 0;
    padding: 0;
  }
  .video-gallery-container .categories-design {
    margin-top: 24px;
  }
  .video-gallery-container .tab-select label {
    font-size: 14px;
  }
  .video-gallery-container #brandRecordSpotlightWrapper,
  .video-gallery-container .videos-category-section {
    width: 100%;
  }
  .video-gallery-container .search-input {
    width: unset;
    overflow: hidden;
    height: 44px;
  }
  .video-gallery-container .gridTitle {
    padding: 40px 16px 10px 16px;
    font-size: 20px;
    line-height: 22px;
  }
  .video-gallery-container .gridSubtitle {
    padding: 0 16px 49px 16px;
    font-size: 15px;
  }
  .video-gallery-container #sign-in-grid-item .basepanel #signInIcon {
    display: none !important;
  }
  .video-gallery-container .categoryWrapper {
    margin-right: 15px;
  }
  .video-gallery-container .video-search {
    width: 80%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    height: 36px;
  }
  .video-gallery-container .video-search::placeholder {
    font-size: 16px;
    line-height: 20px;
    height: 36px;
  }
  .video-gallery-container .video-search::-ms-input-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .video-gallery-container .glassicon-search {
    width: 20px;
    height: 20px;
  }
  .video-gallery-container #pageTypeWrapperbrand {
    width: 100%;
    padding-bottom: 0px !important;
    background-color: #ffffff;
    margin-right: 30px;
    float: left;
    min-width: 300px;
    z-index: 9999;
  }
  .video-gallery-container .brands-button,
  .video-gallery-container .one-brand-button {
    margin-top: 16px;
  }
  .video-gallery-container .brands-button:hover,
  .video-gallery-container .one-brand-button:hover {
    border: solid 2px #000000;
  }
  .video-gallery-container .brands-button:hover {
    background-color: #000000;
    color: #ffffff;
  }
  .video-gallery-container .brands-button:hover p {
    color: #ffffff;
  }
  .video-gallery-container .insuranceButton {
    position: absolute;
    bottom: 8px;
  }
  .video-gallery-container #toggleshow {
    margin-top: 36px !important;
  }
  .video-gallery-container .selector-container {
    padding-top: 0px;
  }
  .video-gallery-container .custom-select {
    width: 100%;
    margin-left: -0.5rem;
    float: left;
    position: relative;
    z-index: inherit;
    background: #ffffff;
  }
  .video-gallery-container .menuItems {
    width: 100%;
    float: left;
  }
  .video-gallery-container .symptomsOptionsList {
    width: 100%;
    padding-top: 0px;
    margin-top: 0px;
    max-height: 100%;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 0px;
  }
  .video-gallery-container .symptomsOptionsList .symptomsOptions {
    font-size: 14px;
    line-height: 18px;
    height: 44px;
  }
  .video-gallery-container .symptomsOptionsList .symptomsOptions:first-of-type {
    margin-top: 0px;
  }
  .video-gallery-container .filterModal {
    z-index: 500;
    inset: 0px;
    height: 100vh;
    width: 100vw;
    position: fixed;
    padding: 40px 20px;
    background-color: #ffffff;
    display: none;
    top: 68px;
  }
  .video-gallery-container .filterModal #modal-filter-title span {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 32px;
    margin-top: 20px;
    display: inline;
  }
  .video-gallery-container .filterModal #modal-filter-title {
    position: relative;
  }
  .video-gallery-container .filterModal ul {
    text-align: left;
  }
  .video-gallery-container .filterModal .no-select,
  .video-gallery-container .filterModal span {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }
  .video-gallery-container .filterModal span {
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 34px;
    text-align: left;
    padding: 15px 15px 0;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    transition: .2s;
  }
  .video-gallery-container .filterModal .close {
    width: 24px;
    height: 24px;
    opacity: .3;
  }
  .video-gallery-container .filterModal .close:hover {
    opacity: 1;
  }
  .video-gallery-container .filterModal .close svg {
    width: 24px;
    height: 24px;
  }
  .video-gallery-container .filterModal p {
    text-align: left;
    font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
    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 50px 0 15px;
    transition: 0.3s opacity, 0.6s max-height;
    hyphens: auto;
    z-index: 2;
  }
  .video-gallery-container .bottomButtons {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
  }
  .video-gallery-container #submitFilter {
    background-color: #000000;
    border-color: #000000;
  }
  .video-gallery-container #submitFilter p {
    color: #ffffff;
  }
  .video-gallery-container #submitFilter:disabled {
    background-color: #d8dada;
    border-color: #d8dada;
    width: 328px;
    height: 44px;
  }
  .video-gallery-container #submitFilter:disabled p {
    color: #ffffff;
  }
  .video-gallery-container #submitFilter,
  .video-gallery-container #cancelFilter {
    width: 157px;
    height: 44px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .video-gallery-container #cancelFilter {
    margin-left: 10px;
  }
  .video-gallery-container #submitFilter p,
  .video-gallery-container #cancelFilter p {
    padding: unset;
  }
}
@media (max-width: 360px) {
  .video-gallery-container .tsa-search-box input.video-search {
    width: 82% !important;
    margin-left: 12px;
  }
}
@media (max-width: 320px) {
  .video-gallery-container .tsa-search-box input.video-search {
    width: 80% !important;
    margin-left: 12px;
  }
}
@media (max-width: 300px) {
  .video-gallery-container .video-search {
    width: 70%;
    float: left;
    margin-top: 0px;
  }
  .video-gallery-container .tsa-search-box input.video-search {
    width: 70% !important;
    margin-left: 12px;
  }
}
.no-result {
  display: none;
  padding-left: 1.250rem;
  margin-bottom: 130px;
}
.no-result h2 {
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.95;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 24px;
  margin-top: 40px;
}
.no-result p {
  width: 521px;
  height: 19.2px;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #000000;
  margin-top: 0;
}
.no-result-button {
  width: 160px;
  height: 36px;
  border-radius: 100px;
  background-color: #ffffff;
  border: solid 1px #000000;
  font-family: Verizon-NHG-eDS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
a#bookMarkShowAllLink:hover,
#videoGallery-signin:hover {
  color: #000 !important;
}
.support-videGallery-signin {
  padding-top: 48px;
}
#videoGallery-signin,
#bookMarkShowAllLink {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  color: #000 !important;
}
#videoGallery-signin a,
#videoGallery-signin a:hover {
  text-decoration: underline;
  color: #000 !important;
  font-weight: 700;
}
#bookMarkShowAllLink {
  text-decoration: underline;
  color: #000 !important;
}
