﻿@charset "utf-8";

a:link,
a:visited,
a:active,
h1,
h2 {
  color: #2E6A00;
}

a:hover {
  color: #245200;
}

.progress-bar,
.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active,
.panel-primary>.panel-heading {
  background-color: #2E6A00;
  border-color: #2E6A00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-warning:hover {
  background-color: #245200;
  border-color: #2E6A00;
}

.row-header {
  color: #2E6A00;
}

.col-header {
  background-color: #2E6A00;
  border: 1px solid #2E6A00;
}

.table th {
  background-color: #2E6A00;
}

.contact-image {
  background-image: url("https://cdn.blueally.com/networkscreen/images/contact/contact-us-hero.png");
}

.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.9;
  background: #2E6A00;
  /*Hero Image Color*/
}

/*Site Specific Custom CSS*/
.redsmallboldText {
  font-size: 85%;
  color: red;
  font-weight: 700;
}

.btn-primary-contact {
  color: #FFFFFF;
  background-color: #FF0000;
  border: solid 2px #FF0000;
}

.btn-primary-contact:hover {
  color: #FF0000;
  background-color: #FFFFFF;
  border: solid 2px #FFFFFF;
}

.hr-o {
  border-bottom: 3px solid #2E6A00;
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.sec-rel {
  position: relative;
}

.vendorLogo-1 {
  width: 203px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}

.white-well,
.prod-well {
  position: relative;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 25px 30px !important;
  margin: 0 0px 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}

.prod-well>h3 {
  color: #0061aa;
}

.prod-well:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card.p-card {
  position: relative;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 25px 30px;
  margin: 0 0 20px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
  height: 100%;
}

.p-card:after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #2E6A00;
  content: '\f061';
}

.card:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-decoration: none;
}

/*nav bar*/
.header-links {
  padding: 1rem;
  font-size: 1.2rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.header-links>.col>a {
  color: black;
  font-weight: 500;
}

.header-links>.col>a::after {
  content: '';
  display: block;
  height: 6px;
  background: #2E6A00;
  /*Underline color*/
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: -webkit-transform ease-in-out 250ms;
  -webkit-transition: -webkit-transform ease-in-out 250ms;
  -o-transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms;
  transition: transform ease-in-out 250ms, -webkit-transform ease-in-out 250ms;
}

.header-links>.col>a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/*accordion*/
.acc .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  transition: all 0.5s;
}

.acc .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
  transition: all 0.5s;
}

.acc h2.accordion-header {
  padding: 0;
  border: 0;
}

.acc .accordion-body {
  border: 0;
}

.acc h2.accordion-header .accordion-button {
  font-weight: 600;
}

.acc .accordion-item {
  border: none;
  box-shadow: 0px 0px 6px rgba(16, 16, 16, 0.21);
  margin-bottom: 25px;
}

.acc .accordion-button:focus,
.acc .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.acc .accordion-button:not(.collapsed) {
  color: #212529;
  background-color: #fff;
}

/*Footer Styling*/
.footer-header {
  padding: 10px;
  background-color: #2E6A00;
  /*Color of Background*/
  border-bottom: 3px solid #000000;
  font-size: 14pt;
  color: #fff;
  margin-top: -22px;
}

.footer-header h3 {
  text-align: center;
  color: #fff;
}

.footer-body {
  padding: 15px 25px;
  background-color: #818181;
  color: #fff;
}

.footer-body h3 {
  color: #fff;
}

.footer-body li {
  line-height: 1.8;
}

.footer-body a {
  color: #fff;
}

.footer-body a:hover {
  color: #2E6A00;
}

/*Bootstrap 5 Styling*/
.tabs a {
  color: #666 !important;
}

.tabs a.active,
.tabs a.active:hover {
  color: #FFF !important;
  /*Font color of active tab*/
  background: no-repeat 92% center #2E6A00;
  /*Color of active tab*/
}

a .tablinks :hover {
  color: #666666 !important;
  /*Font color on tab hover*/
  text-decoration: none;
}

.card {
  margin-bottom: .5em;
  flex: 1 1 auto;
  padding: 1em;
  color: var(--bs-card-color);
}

.pricing.card {
  padding: -var(--bs-card-spacer-y) var(--bs-card-spacer-x);
}

.pricing>.card-header {
  color: white;
  background-color: #2E6A00;
  border-color: #2E6A00;
  font-weight: 700;
  font-size: 16px;
}

.header {
  padding-top: 10px;
}

.btn-warning {
  color: #FFF;
}

.card {
  color: darkslategray;
}

.p-card:after {
  color: #2E6A00 !important;
}

/* ================================
   for Erate pages
=================================== */
:root {
  --brand-navy: #07182D;
  --brand-green: #2E6A00;
  --brand-green-dark: #245200;

  --text-ink: #0f172a;
  --border: #e5e7eb;
  --border-hover: #d1d5db;
  --chip-bg: #f1f5f9;

  --radius-sm: .5rem;
  --radius-md: .75rem;
  --radius-lg: 1rem;

  --elev-1: 0 2px 6px rgba(0, 0, 0, .04);
  --elev-2: 0 6px 14px rgba(0, 0, 0, .08);
  --elev-3: 0 10px 20px rgba(0, 0, 0, .08);

  --dur-fast: .16s;
  --dur-med: .2s;
  --ease: ease;
}

/* Shared helpers */
.card,
.feature-link,
.offer-tile,
.resource-card,
#top10-reasons .h-100 {
  transition: transform var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease), border-color var(--dur-fast) var(--ease);
}

h3,
#secure-automated-networks h4 {
  color: var(--brand-navy);
  font-weight: 600;
}

/* =================================
   Secure Automated Networks section
==================================== */
#secure-automated-networks .card {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--elev-1);
}

#secure-automated-networks .card:hover {
  transform: translateY(-4px);
  box-shadow: var(--elev-2);
}

#secure-automated-networks .feature-link {
  color: var(--text-ink);
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
  display: flex;
  /* ensure full clickable tile */
}

#secure-automated-networks .feature-link:hover {
  transform: translateY(-3px);
  box-shadow: var(--elev-2);
  border-color: var(--border-hover);
}

#secure-automated-networks .icon-chip {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--chip-bg);
  color: var(--brand-navy);
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* equal-height link tiles */
.feature-links .col {
  display: flex;
}

.feature-links .feature-link {
  flex: 1;
}

/* =================================
   Header links (remove underline bar, set hover color)
==================================== */
/* kill the underline bar */
.nav-header-links>.col>a::after {
  content: none !important;
}

/* base + hover colors (override any .text-white) */
.nav-header-links>.col>a {
  color: #fff !important;
  text-decoration: none !important;
  transition: color var(--dur-med) var(--ease);
}

.nav-header-links>.col>a:hover,
.nav-header-links>.col>a:focus {
  color: var(--brand-green) !important;
}

.nav-header-links {
  padding: 1rem;
  font-size: 1.2rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-header-links>.col>a {
  font-weight: 500;
}

.nav-header-links>.col>a:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* =================================
   Resource cards
==================================== */
.resource-card {
  position: relative;
  cursor: pointer;
  height: 100%;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(16, 16, 16, 0.102);
  transition: transform var(--dur-med) var(--ease), box-shadow var(--dur-med) var(--ease);
}

.resource-card:hover {
  transform: translateY(-4px);
  /* smoother than scale for layout */
  box-shadow: 0 4px 15px rgba(16, 16, 16, 0.251);
}

.resource-card .card-container {
  padding: 25px;
  min-height: 100px;
}

.resource-card .image-block {
  min-height: 200px;
  background-size: cover;
  background-position: top;
  border-radius: 10px 10px 0 0;
  filter: brightness(90%);
}

/* =================================
   Top 10 Reasons
==================================== */
#top10-reasons .border {
  border-color: var(--border) !important;
}

#top10-reasons .shadow-sm {
  box-shadow: var(--elev-1) !important;
}

#top10-reasons .h-100:hover {
  transform: translateY(-3px);
  box-shadow: var(--elev-3) !important;
  border-color: var(--border-hover) !important;
}

#top10-reasons .reason-badge {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #343a40;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* equal heights on md+ */
@media (min-width: 768px) {
  #top10-reasons .row.row-cols-md-2>.col {
    display: flex;
  }

  #top10-reasons .row.row-cols-md-2>.col>div {
    flex: 1;
  }
}

/* =================================
   Why Juniper (brand button override)
==================================== */
#why-juniper .list-unstyled li i {
  min-width: 28px;
}

#why-juniper .btn-primary {
  background-color: var(--brand-green) !important;
  border-color: var(--brand-green) !important;
}

#why-juniper .btn-primary:hover {
  background-color: var(--brand-green-dark) !important;
  border-color: var(--brand-green-dark) !important;
}

/* =================================
   E-Rate Offers tiles
==================================== */
#erate-offers .offer-tile {
  text-decoration: none;
  color: var(--text-ink);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #fff;
}

#erate-offers .offer-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--elev-3);
  border-color: var(--border-hover);
}

#erate-offers .offer-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--chip-bg);
  color: var(--brand-navy);
  font-size: 1.1rem;
  flex-shrink: 0;
}

/* =================================
   Jiggle (with reduced-motion respect)
==================================== */
.btn-jiggle:hover {
  animation: jiggle .3s var(--ease);
}

@keyframes jiggle {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  75% {
    transform: rotate(1deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn-jiggle:hover {
    animation: none;
  }

  .card,
  .feature-link,
  .offer-tile,
  .resource-card,
  #top10-reasons .h-100 {
    transition: none;
  }
}

/* =================================
   Shared promo / landing page utilities
==================================== */

/* Section vertical rhythm */
.page-section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

/* Small eyebrow label above headings */
.section-eyebrow {
  font-size: 0.875rem;
  color: #01a982;
  font-weight: 600;
}

/* Generic feature card (white, hover lift) */
.feature-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(46, 106, 0, 0.12);
}

/* Slate-accented card */
.danger-card {
  background: #f4f5f7;
  border-left: 4px solid #64748b;
  border-radius: 10px;
  padding: 22px 20px;
  height: 100%;
}

.danger-card h3 {
  color: #475569;
  font-size: 1rem;
  font-weight: 700;
}

/* Stat display boxes */
.stat-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.10);
  padding: 2rem 1.5rem;
  text-align: center;
  height: 100%;
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--brand-green);
  line-height: 1;
}

/* Icon circle for feature steps */
.step-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f5e2 0%, #fff 100%);
  color: var(--brand-green);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 1rem;
  box-shadow: 0 4px 16px rgba(46, 106, 0, 0.12);
}

/* Product card (top-accented, hover lift) */
.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  border-top: 4px solid var(--brand-green);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(46, 106, 0, 0.14);
}

.product-card img {
  height: 160px;
  object-fit: contain;
  margin-bottom: 1rem;
}

/* Dark green CTA section */
.dark-cta {
  background: linear-gradient(135deg, #1a3d00 0%, var(--brand-green) 100%);
}

/* White form box on dark backgrounds */
.form-box {
  background: rgba(255, 255, 255, 0.98);
  border-radius: 16px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.22);
  padding: 2.5rem;
  max-width: 820px;
  margin: 0 auto;
}

/* Scroll-reveal animation */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: none;
}

/* Fade-up entrance animation */
.fade-up {
  animation: fadeUp 0.7s ease both;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}