@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
:root {
  --header-height: 119px;
  --login-header-height: 179px;
  --login-vertical-header-height: 154px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1380px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] body, html[native-dark-active] body {
  color: #c6c6c6;
  background-color: #222222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1,
.display-1 {
  color: #491e88;
  font-size: clamp(2.5rem, 5vw + 1rem, 3.375rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-align: center;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] h1, html[native-dark-active] h1,
[data-darkreader-scheme=dark] .display-1,
html[native-dark-active] .display-1 {
  color: #c6c6c6;
}

h2,
.display-2 {
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 400;
}
.bp-text h2, .tab-content-item h2, .product .tab-pane h2,
.bp-text .display-2,
.tab-content-item .display-2,
.product .tab-pane .display-2 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.bp-text h2:first-child, .tab-content-item h2:first-child, .product .tab-pane h2:first-child,
.bp-text .display-2:first-child,
.tab-content-item .display-2:first-child,
.product .tab-pane .display-2:first-child {
  margin-top: 0;
}
.bp-text h2.card-list-title, .bp-text h2.accordion-header, .tab-content-item h2.card-list-title, .tab-content-item h2.accordion-header, .product .tab-pane h2.card-list-title, .product .tab-pane h2.accordion-header,
.bp-text .display-2.card-list-title,
.bp-text .display-2.accordion-header,
.tab-content-item .display-2.card-list-title,
.tab-content-item .display-2.accordion-header,
.product .tab-pane .display-2.card-list-title,
.product .tab-pane .display-2.accordion-header {
  margin: 0;
}

h3,
.display-3 {
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 300;
}
.bp-text > h3, .tab-content-item > h3, .product .tab-pane > h3,
.bp-text > .display-3,
.tab-content-item > .display-3,
.product .tab-pane > .display-3 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.bp-text > h3:first-child, .tab-content-item > h3:first-child, .product .tab-pane > h3:first-child,
.bp-text > .display-3:first-child,
.tab-content-item > .display-3:first-child,
.product .tab-pane > .display-3:first-child {
  margin-top: 0;
}
.bp-text > h3.card-list-title, .bp-text > h3.accordion-header, .tab-content-item > h3.card-list-title, .tab-content-item > h3.accordion-header, .product .tab-pane > h3.card-list-title, .product .tab-pane > h3.accordion-header,
.bp-text > .display-3.card-list-title,
.bp-text > .display-3.accordion-header,
.tab-content-item > .display-3.card-list-title,
.tab-content-item > .display-3.accordion-header,
.product .tab-pane > .display-3.card-list-title,
.product .tab-pane > .display-3.accordion-header {
  margin: 0;
}

h4,
.display-4 {
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 400;
}
.bp-text h4, .tab-content-item h4, .product .tab-pane h4,
.bp-text .display-4,
.tab-content-item .display-4,
.product .tab-pane .display-4 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.bp-text h4:first-child, .tab-content-item h4:first-child, .product .tab-pane h4:first-child,
.bp-text .display-4:first-child,
.tab-content-item .display-4:first-child,
.product .tab-pane .display-4:first-child {
  margin-top: 0;
}
.bp-text h4.card-list-title, .bp-text h4.accordion-header, .tab-content-item h4.card-list-title, .tab-content-item h4.accordion-header, .product .tab-pane h4.card-list-title, .product .tab-pane h4.accordion-header,
.bp-text .display-4.card-list-title,
.bp-text .display-4.accordion-header,
.tab-content-item .display-4.card-list-title,
.tab-content-item .display-4.accordion-header,
.product .tab-pane .display-4.card-list-title,
.product .tab-pane .display-4.accordion-header {
  margin: 0;
}

h5,
.display-5 {
  font-size: clamp(1.5rem, 3vw, 1.625rem);
  font-weight: 300;
}
.bp-text h5, .tab-content-item h5, .product .tab-pane h5,
.bp-text .display-5,
.tab-content-item .display-5,
.product .tab-pane .display-5 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.bp-text h5:first-child, .tab-content-item h5:first-child, .product .tab-pane h5:first-child,
.bp-text .display-5:first-child,
.tab-content-item .display-5:first-child,
.product .tab-pane .display-5:first-child {
  margin-top: 0;
}
.bp-text h5.card-list-title, .bp-text h5.accordion-header, .tab-content-item h5.card-list-title, .tab-content-item h5.accordion-header, .product .tab-pane h5.card-list-title, .product .tab-pane h5.accordion-header,
.bp-text .display-5.card-list-title,
.bp-text .display-5.accordion-header,
.tab-content-item .display-5.card-list-title,
.tab-content-item .display-5.accordion-header,
.product .tab-pane .display-5.card-list-title,
.product .tab-pane .display-5.accordion-header {
  margin: 0;
}

h6,
.display-6 {
  font-size: clamp(1.2rem, 3vw, 1.375rem);
  font-weight: 400;
}
.bp-text h6, .tab-content-item h6, .product .tab-pane h6,
.bp-text .display-6,
.tab-content-item .display-6,
.product .tab-pane .display-6 {
  margin-top: 5rem;
  margin-bottom: 1.5rem;
}
.bp-text h6:first-child, .tab-content-item h6:first-child, .product .tab-pane h6:first-child,
.bp-text .display-6:first-child,
.tab-content-item .display-6:first-child,
.product .tab-pane .display-6:first-child {
  margin-top: 0;
}
.bp-text h6.card-list-title, .bp-text h6.accordion-header, .tab-content-item h6.card-list-title, .tab-content-item h6.accordion-header, .product .tab-pane h6.card-list-title, .product .tab-pane h6.accordion-header,
.bp-text .display-6.card-list-title,
.bp-text .display-6.accordion-header,
.tab-content-item .display-6.card-list-title,
.tab-content-item .display-6.accordion-header,
.product .tab-pane .display-6.card-list-title,
.product .tab-pane .display-6.accordion-header {
  margin: 0;
}

.bp-text p, .tab-content-item p, .product .tab-pane p {
  margin-bottom: 1.5rem;
}
.bp-text p:last-child, .tab-content-item p:last-child, .product .tab-pane p:last-child {
  margin-bottom: 1.5rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  p {
    font-size: 1rem;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.component {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .component {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .component {
    margin-bottom: 7rem;
  }
}

.highlighted-text {
  font-size: clamp(1rem, 2vw + 0.75rem, 2rem);
  font-weight: 300;
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .highlighted-text {
    margin-bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .highlighted-text {
    margin-top: 5rem;
  }
}
@media (min-width: 768px) {
  .has-sidebar .highlighted-text, .news-release .highlighted-text {
    text-align: left;
    margin-top: 0;
  }
}

.header-lines {
  align-items: center;
  display: grid;
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 300;
  gap: 1.25rem;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  justify-items: center;
  text-align: center;
  padding-top: 2.5rem;
}
.header-lines:before, .header-lines:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}
.right .header-lines, .solutions-card .header-lines, .news.card-lists .header-lines {
  padding-top: 0;
}

.line-behind {
  align-items: center;
  display: grid;
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 300;
  gap: 1.25rem;
  grid-template-columns: 1fr auto 1fr;
  margin-bottom: clamp(1.5rem, 4vw, 3rem);
  justify-items: center;
  text-align: center;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
.line-behind:before, .line-behind:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}
@media (min-width: 768px) {
  .line-behind {
    margin-top: 5rem;
  }
}

@media (min-width: 992px) {
  .body-narrow {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .has-sidebar .body-narrow {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
  }
}

a {
  color: #0070b8;
  transition: all 0.3s ease;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] a, html[native-dark-active] a {
  color: #00a9e0;
}
a:hover {
  color: #0070b8;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] a:hover, html[native-dark-active] a:hover {
  color: #00a9e0;
}

.form-group {
  margin-bottom: 0;
}

.navbar-brand .img-fluid {
  width: 180px;
}

.fancybox__content .blazy img,
.bp-text .blazy img,
.body-copy .blazy img,
.tab-content-item .blazy img,
.column .blazy img,
.card-text .blazy img {
  width: revert-layer;
}

nav svg {
  min-width: 1.4rem;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-bottom: 2px solid #dbdbdb;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

figure {
  margin-bottom: 0;
}

svg {
  fill: currentColor;
}

.image-auto .blazy.field--type-image {
  max-width: 50%;
  margin: auto;
}

.area-pd {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .area-pd {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) {
  .area-pd {
    padding-bottom: 5rem;
  }
}

.area-mt {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .area-mt {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .area-mt {
    margin-top: 7rem;
  }
}

.area-mb {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .area-mb {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .area-mb {
    margin-bottom: 7rem;
  }
}

.grid .row {
  justify-content: center;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible,
button:focus-visible,
[href]:focus-visible,
[tabindex]:focus-visible,
[contentEditable=true]:focus-visible,
.module_add-to-calendar-reveal:focus-visible,
a:focus-visible,
input[type=checkbox]:focus-visible {
  outline-width: 2px;
  outline-style: dotted;
  outline-color: #0070b8;
}

ul {
  list-style: square outside none;
  padding-inline-start: 1.125rem;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  ul {
    font-size: 1rem;
  }
}
.bp-text ul, .tab-content-item ul {
  margin-bottom: 1.5rem;
  margin-top: 0.375rem;
}
ul li::marker {
  color: #491e88;
  font-size: 1rem;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] ul li::marker, html[native-dark-active] ul li::marker {
  color: #c6c6c6;
}
.bp-text ul li, .tab-content-item ul li, .product .tab-pane ul li {
  margin-bottom: 0.375rem;
}
.product .tab-pane .additional-resources ul li {
  margin-bottom: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  ol {
    font-size: 1rem;
  }
}
.bp-text ol, .tab-content-item ol, .product .tab-pane ol {
  margin-bottom: 1.5rem;
  margin-top: 0.375rem;
  padding-inline-start: 1.5rem;
}
.bp-text ol li, .tab-content-item ol li, .product .tab-pane ol li {
  margin-bottom: 0.375rem;
}

.icon-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
}
.icon-link a[href*=mailto] {
  word-break: break-all;
}
.icon-link svg {
  height: 1.125rem;
  width: 1.125rem;
}

.accordion {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .accordion {
    margin-bottom: 5rem;
  }
}
.accordion-header {
  margin: 0;
}
.accordion-button {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  display: flex;
  font-weight: normal;
  font-size: clamp(1.2rem, 3vw, 1.3125rem);
  gap: 1.5rem;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
  text-align: left;
  transition: all 0.4s ease;
  width: 100%;
  color: #333333;
  box-shadow: inset 0 -1px 0 #dbdbdb;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .accordion-button, html[native-dark-active] .accordion-button {
  color: #c6c6c6;
}
.accordion-button::after {
  content: "\f078";
  font-family: "viavi-icons";
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.accordion-button:hover, .accordion-button:focus-visible {
  color: #333333;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .accordion-button:hover, html[native-dark-active] .accordion-button:hover, [data-darkreader-scheme=dark] .accordion-button:focus-visible, html[native-dark-active] .accordion-button:focus-visible {
  color: #c6c6c6;
}
.accordion-button:not(.collapsed) {
  box-shadow: inset 0 -1px 0 transparent;
  color: #333333;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .accordion-button:not(.collapsed), html[native-dark-active] .accordion-button:not(.collapsed) {
  color: #c6c6c6;
}
.accordion-button:not(.collapsed)::after {
  content: "\f077";
}
@media (max-width: 991.98px) {
  .tab-content .tab-content .accordion-button, .tab-content .accordion-header:not(.accordion-tab-header) .accordion-button {
    font-size: clamp(1rem, 3vw, 1.125rem);
  }
}
.accordion-body {
  padding: 1rem;
  border-bottom: 1px solid #dbdbdb;
}
@media (min-width: 992px) {
  .accordion-body {
    padding: 1rem;
  }
}

.bg-purple, .bg-cyan, .bg-green, .bg-teal, .bg-blue {
  color: #fff;
}
.bg-purple a, .bg-cyan a, .bg-green a, .bg-teal a, .bg-blue a {
  color: #fff;
  text-decoration: underline;
}
.bg-purple i, .bg-cyan i, .bg-green i, .bg-teal i, .bg-blue i {
  color: #fff !important;
}
.bg-purple {
  background-color: #491e88;
}
.bg-cyan {
  background-color: #00a9e0;
}
.bg-green {
  background-color: #2cb34a;
}
.bg-teal {
  background-color: #00b0a2;
}
.bg-blue {
  background-color: #0070b8;
}
.bg-gray-lightest {
  background-color: #f2f2f2;
}
.bg-gray-lightest i,
.bg-gray-lightest .title {
  color: #0070b8 !important;
}

.color-purple {
  color: #491e88;
}
.color-cyan {
  color: #00a9e0;
}
.color-green {
  color: #2cb34a;
}
.color-teal {
  color: #00b0a2;
}
.color-blue {
  color: #0070b8;
}
.color-gray {
  color: #999999;
}

.overlay-10 {
  opacity: 0.1;
}

.overlay-11 {
  opacity: 0.11;
}

.overlay-12 {
  opacity: 0.12;
}

.overlay-13 {
  opacity: 0.13;
}

.overlay-14 {
  opacity: 0.14;
}

.overlay-15 {
  opacity: 0.15;
}

.overlay-16 {
  opacity: 0.16;
}

.overlay-17 {
  opacity: 0.17;
}

.overlay-18 {
  opacity: 0.18;
}

.overlay-19 {
  opacity: 0.19;
}

.overlay-20 {
  opacity: 0.2;
}

.overlay-21 {
  opacity: 0.21;
}

.overlay-22 {
  opacity: 0.22;
}

.overlay-23 {
  opacity: 0.23;
}

.overlay-24 {
  opacity: 0.24;
}

.overlay-25 {
  opacity: 0.25;
}

.overlay-26 {
  opacity: 0.26;
}

.overlay-27 {
  opacity: 0.27;
}

.overlay-28 {
  opacity: 0.28;
}

.overlay-29 {
  opacity: 0.29;
}

.overlay-30 {
  opacity: 0.3;
}

.overlay-31 {
  opacity: 0.31;
}

.overlay-32 {
  opacity: 0.32;
}

.overlay-33 {
  opacity: 0.33;
}

.overlay-34 {
  opacity: 0.34;
}

.overlay-35 {
  opacity: 0.35;
}

.overlay-36 {
  opacity: 0.36;
}

.overlay-37 {
  opacity: 0.37;
}

.overlay-38 {
  opacity: 0.38;
}

.overlay-39 {
  opacity: 0.39;
}

.overlay-40 {
  opacity: 0.4;
}

.overlay-41 {
  opacity: 0.41;
}

.overlay-42 {
  opacity: 0.42;
}

.overlay-43 {
  opacity: 0.43;
}

.overlay-44 {
  opacity: 0.44;
}

.overlay-45 {
  opacity: 0.45;
}

.overlay-46 {
  opacity: 0.46;
}

.overlay-47 {
  opacity: 0.47;
}

.overlay-48 {
  opacity: 0.48;
}

.overlay-49 {
  opacity: 0.49;
}

.overlay-50 {
  opacity: 0.5;
}

.overlay-51 {
  opacity: 0.51;
}

.overlay-52 {
  opacity: 0.52;
}

.overlay-53 {
  opacity: 0.53;
}

.overlay-54 {
  opacity: 0.54;
}

.overlay-55 {
  opacity: 0.55;
}

.overlay-56 {
  opacity: 0.56;
}

.overlay-57 {
  opacity: 0.57;
}

.overlay-58 {
  opacity: 0.58;
}

.overlay-59 {
  opacity: 0.59;
}

.overlay-60 {
  opacity: 0.6;
}

.overlay-61 {
  opacity: 0.61;
}

.overlay-62 {
  opacity: 0.62;
}

.overlay-63 {
  opacity: 0.63;
}

.overlay-64 {
  opacity: 0.64;
}

.overlay-65 {
  opacity: 0.65;
}

.overlay-66 {
  opacity: 0.66;
}

.overlay-67 {
  opacity: 0.67;
}

.overlay-68 {
  opacity: 0.68;
}

.overlay-69 {
  opacity: 0.69;
}

.overlay-70 {
  opacity: 0.7;
}

.overlay-71 {
  opacity: 0.71;
}

.overlay-72 {
  opacity: 0.72;
}

.overlay-73 {
  opacity: 0.73;
}

.overlay-74 {
  opacity: 0.74;
}

.overlay-75 {
  opacity: 0.75;
}

.overlay-76 {
  opacity: 0.76;
}

.overlay-77 {
  opacity: 0.77;
}

.overlay-78 {
  opacity: 0.78;
}

.overlay-79 {
  opacity: 0.79;
}

.overlay-80 {
  opacity: 0.8;
}

.overlay-81 {
  opacity: 0.81;
}

.overlay-82 {
  opacity: 0.82;
}

.overlay-83 {
  opacity: 0.83;
}

.overlay-84 {
  opacity: 0.84;
}

.overlay-85 {
  opacity: 0.85;
}

.overlay-86 {
  opacity: 0.86;
}

.overlay-87 {
  opacity: 0.87;
}

.overlay-88 {
  opacity: 0.88;
}

.overlay-89 {
  opacity: 0.89;
}

.overlay-90 {
  opacity: 0.9;
}

.blue-to-purple {
  color: #fff;
  /* https://mycolor.space/gradient?ori=to+bottom&hex=%230070B8&hex2=%23491E88&sub=1 */
  background: #0070b8;
  background: linear-gradient(180deg, #0070b8 0%, #491e88 100%);
}

.dark-blue-to-purple {
  color: #fff;
  /* https://mycolor.space/gradient?ori=to+bottom&hex=%230070B8&hex2=%23491E88&sub=1 */
  background: #0040a6;
  background: linear-gradient(180deg, #0040a6 0%, #491e88 100%);
}

.teal-to-blue {
  color: #fff;
  /* https://mycolor.space/gradient?ori=to+bottom&hex=%2300B0A2&hex2=%230070B8&sub=1 */
  background: #00b0a2;
  background: linear-gradient(180deg, #00b0a2 0%, #0070b8 100%);
}

.cyan-to-teal {
  color: #fff;
  /* https://mycolor.space/gradient?ori=to+bottom&hex=%2300A9E0&hex2=%2300B0A2&sub=1 */
  background: #00a9e0;
  background: linear-gradient(180deg, #00a9e0 0%, #00b0a2 100%);
}

.cyan-to-blue {
  color: #fff;
  /* https://mycolor.space/gradient?ori=to+bottom&hex=%2300A9E0&hex2=%230070B8&sub=1 */
  background: #00a9e0;
  background: linear-gradient(180deg, #00a9e0 0%, #0070b8 100%);
}

.card-item {
  padding: 2rem;
  border-radius: 0;
  box-shadow: 0 0 0 2px #dbdbdb inset;
}

.view-more-button {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .view-more-button {
    margin-top: 3rem;
  }
}
.view-more-button button {
  border-color: #491e88;
  min-width: auto;
  background-color: #491e88;
  color: #fff;
  justify-content: space-between;
}
.view-more-button button:hover, .view-more-button button:focus-visible {
  outline: none;
  text-decoration: none;
}
.view-more-button button:hover, .view-more-button button:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .view-more-button button:hover, html[native-dark-active] .view-more-button button:hover, [data-darkreader-scheme=dark] .view-more-button button:focus-visible, html[native-dark-active] .view-more-button button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.view-more-button button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.view-more-button button:hover:after {
  transform: perspective(500px) translate3d(0.4rem, 0, 0);
}
.view-more-button button.hidden {
  display: none;
}

.button {
  align-items: center;
  background-color: #491e88;
  border: 2px solid #491e88;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
  padding: 0.75rem 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-color: #491e88;
  background-color: #491e88;
  color: #fff;
  justify-content: space-between;
}
.button:hover, .button:focus-visible {
  outline: none;
  text-decoration: none;
}
@media (min-width: 768px) {
  .button {
    min-width: 17.5rem;
  }
}
.button:hover, .button:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .button:hover, html[native-dark-active] .button:hover, [data-darkreader-scheme=dark] .button:focus-visible, html[native-dark-active] .button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.purple.outline .button {
  background-color: transparent;
  border-color: #491e88;
  color: #491e88;
}
.purple.outline .button:hover {
  background-color: #491e88;
  color: #fff;
}
.green .button {
  background-color: #2cb34a;
  border-color: #2cb34a;
}
.green .button.outline .green .button {
  background-color: transparent;
}
.green .button:hover {
  color: #2cb34a;
}
.green.outline .button {
  background-color: transparent;
  border-color: #2cb34a;
  color: #2cb34a;
}
.green.outline .button:hover {
  background-color: #2cb34a;
  color: #fff;
}
.teal .button {
  background-color: #00b0a2;
  border-color: #00b0a2;
}
.teal .button:hover {
  color: #00b0a2;
}
.teal.outline .button {
  background-color: transparent;
  border-color: #00b0a2;
  color: #00b0a2;
}
.teal.outline .button:hover {
  background-color: #00b0a2;
  color: #fff;
}
.cyan .button {
  background-color: #00a9e0;
  border-color: #00a9e0;
}
.cyan .button:hover {
  color: #00a9e0;
}
.cyan.outline .button {
  background-color: transparent;
  border-color: #00a9e0;
  color: #00a9e0;
}
.cyan.outline .button:hover {
  background-color: #00a9e0;
  color: #fff;
}
.blue .button {
  background-color: #0070b8;
  border-color: #0070b8;
}
.blue .button:hover {
  color: #0070b8;
}
.blue.outline .button {
  background-color: transparent;
  border-color: #0070b8;
  color: #0070b8;
}
.blue.outline .button:hover {
  background-color: #0070b8;
  color: #fff;
}
.gray .button {
  background-color: #999999;
  border-color: #999999;
}
.gray .button:hover {
  color: #999999;
}
.gray.outline .button {
  background-color: transparent;
  border-color: #999999;
  color: #999999;
}
.gray.outline .button:hover {
  background-color: #999999;
  color: #fff;
}
.button:hover {
  background-color: transparent;
  color: #491e88;
  text-decoration: none;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .button:hover, html[native-dark-active] .button:hover {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.button.has-arrow-left {
  border-color: #491e88;
  min-width: auto;
  background-color: #491e88;
  color: #fff;
}
.button.has-arrow-left:hover, .button.has-arrow-left:focus-visible {
  outline: none;
  text-decoration: none;
}
.button.has-arrow-left:hover, .button.has-arrow-left:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .button.has-arrow-left:hover, html[native-dark-active] .button.has-arrow-left:hover, [data-darkreader-scheme=dark] .button.has-arrow-left:focus-visible, html[native-dark-active] .button.has-arrow-left:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.button.has-arrow-left:before {
  content: "\f053";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-right: 1rem;
  transition: transform 0.3s ease;
}
.button.has-arrow-left:after {
  content: none;
  padding: 0;
}
.button.has-outline {
  border-color: #491e88;
  min-width: auto;
  color: #491e88;
  background-color: transparent;
}
.button.has-outline:hover, .button.has-outline:focus-visible {
  outline: none;
  text-decoration: none;
}
.button.has-outline.active {
  background-color: #491e88;
  color: #fff;
}
.button.has-outline:hover, .button.has-outline:focus-visible {
  background-color: #491e88;
  color: #fff;
}
.button.no-arrow {
  border-color: #491e88;
  min-width: auto;
  background-color: #491e88;
  color: #fff;
}
.button.no-arrow:hover, .button.no-arrow:focus-visible {
  outline: none;
  text-decoration: none;
}
.button.no-arrow:hover, .button.no-arrow:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .button.no-arrow:hover, html[native-dark-active] .button.no-arrow:hover, [data-darkreader-scheme=dark] .button.no-arrow:focus-visible, html[native-dark-active] .button.no-arrow:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.button.no-arrow:before, .button.no-arrow:after {
  content: none;
  padding: 0;
}
.button.no-min-width {
  border-color: #491e88;
  min-width: auto;
  background-color: #491e88;
  color: #fff;
}
.button.no-min-width:hover, .button.no-min-width:focus-visible {
  outline: none;
  text-decoration: none;
}
.button.no-min-width:hover, .button.no-min-width:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .button.no-min-width:hover, html[native-dark-active] .button.no-min-width:hover, [data-darkreader-scheme=dark] .button.no-min-width:focus-visible, html[native-dark-active] .button.no-min-width:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}

/* reset iframe border */
iframe {
  border: 0;
}

/* old embedded iframe videos to keep 16:9 aspect ratio */
.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.ajax-spinner .spinner-border,
.ajax-spinner .spinner-border:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.ajax-spinner .spinner-border {
  font-size: 2px;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #491e88;
  transform: translateZ(0);
  animation: spinner 1.1s infinite linear;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-dialog.dark {
  color: #fff;
}
.ui-dialog.dark form input.form-control {
  color: #fff;
  background-color: transparent;
}

.search-form {
  margin-bottom: 2.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  margin: 0;
}
@media (min-width: 768px) {
  .search-form {
    margin-bottom: 5rem;
  }
}
.search-form:not(:has(.js-hide)) {
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .search-form {
    flex-direction: column;
  }
}
.search-form .button {
  border-radius: 0;
  height: 100%;
  border-color: #491e88;
  min-width: auto;
  background-color: #491e88;
  color: #fff;
  justify-content: space-between;
}
.search-form .button:hover, .search-form .button:focus-visible {
  outline: none;
  text-decoration: none;
}
.search-form .button:hover, .search-form .button:focus-visible {
  background: transparent;
  color: #491e88;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .search-form .button:hover, html[native-dark-active] .search-form .button:hover, [data-darkreader-scheme=dark] .search-form .button:focus-visible, html[native-dark-active] .search-form .button:focus-visible {
  color: #c6c6c6;
  border-color: #c6c6c6;
}
.search-form .button:after {
  content: "\f054";
  font-weight: 500;
  font-family: "viavi-icons";
  padding-left: 1rem;
  transition: transform 0.3s ease;
}
.search-form .button.js-hide {
  display: none;
}
.search-form .form fieldset {
  flex: 1;
  flex-grow: 1;
}
@media (min-width: 992px) {
  .search-form .form fieldset {
    flex-basis: 26%;
  }
}
.search-form .form-item-keys {
  flex: 1;
  position: relative;
  box-shadow: 0 -2px 0 0 #dbdbdb inset;
  background-position: left 1rem center;
  padding-left: 3.25rem;
  transition: box-shadow 0.3s ease;
  /*@media (prefers-color-scheme: dark) {
    @content;
  }*/
}
[data-darkreader-scheme=dark] .search-form .form-item-keys, html[native-dark-active] .search-form .form-item-keys {
  box-shadow: 0 -2px 0 0 #333333 inset;
}
.search-form .form-item-keys:after {
  position: absolute;
  top: 50%;
  left: 1rem;
  line-height: 0;
  content: "\f002";
  font-family: "viavi-icons", serif;
  font-size: 1.3125rem;
  color: #491e88;
  border: 0;
}
.search-form .form-item-keys:hover, .search-form .form-item-keys:focus-within {
  box-shadow: 0 -2px 0 0 #491e88 inset;
}
.search-form .form-item-keys input {
  background-color: transparent;
}
.search-form .form-control {
  border-color: #dbdbdb;
  border-radius: 0;
  border-width: 0;
  color: #333333;
  font-size: 1.125rem;
  height: auto;
  padding: 1rem;
  transition: all 0.3s ease;
}
.search-form .form-control:hover, .search-form .form-control:focus-visible {
  border-color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.search-form .form-select {
  padding-right: 3.25rem; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url(/themes/custom/viavi/images/icons/sharp-regular/chevron-down-purple.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem 1.563rem;
  background-position: right 1rem center;
}

.technical-support {
  padding-bottom: 1.5rem;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.text-center .blazy .media--blazy img.media__element {
  margin: 0 auto;
}

.media-wrapper {
  margin-bottom: 1rem;
}

.media-svg svg {
  width: auto;
  height: 3rem;
  fill: #491e88;
}
.media-svg.icon-128 svg {
  height: 8rem;
}
.media-svg.icon-96 svg {
  height: 6rem;
}
.media-svg.icon-64 svg {
  height: 4rem;
}
.media-svg.icon-48 svg {
  height: 3rem;
}
.media-svg.icon-32 svg {
  height: 2rem;
}
.media-svg.icon-24 svg {
  height: 1.5rem;
}
.media-svg.icon-16 svg {
  height: 1rem;
}

.icon-sm svg {
  height: 1rem;
}
.icon-md svg {
  height: 1.25rem;
}
.icon-lg svg {
  height: 1.75rem;
}
.icon-xl svg {
  height: 2.5rem;
}
.icon-xxl svg {
  height: 4rem;
}

.time {
  display: block;
  margin-bottom: 0.375rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5rem;
}
.view-search-api-webinars .time {
  margin-bottom: 1rem;
}

.label {
  font-weight: bold;
}

.modal {
  height: 100vh;
  inset: 0;
  position: fixed;
  width: 100vw;
  z-index: 999;
}
.modal:not(.show) {
  display: none;
}
.modal::before {
  background-color: #fff;
  content: "";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
}
.modal h4,
.modal h5 {
  color: #491e88;
}
.modal .wrapper {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;
  left: 50%;
  max-width: 35rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .maintenance {
  max-width: 86.25rem;
}
.modal-header {
  display: grid;
  place-content: end;
}
.modal-header button {
  background-color: transparent;
  border: 0;
  line-height: 1;
}
.modal-header button svg {
  width: 1rem;
}
.modal-body {
  display: grid;
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .modal-body {
    padding: 0 3rem 3rem 3rem;
  }
}
.modal .cta-block {
  padding-bottom: 0;
}
.modal .cta-block h3 {
  color: #491e88;
  display: block;
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 400;
}
.modal .cta-block p {
  font-size: 1.3125rem;
  margin: 0;
}
.modal .cta-block-summary {
  display: grid;
  gap: 1rem;
}
/*# sourceMappingURL=viavi.base.css.map */
