﻿@charset "utf-8";
a:link, a:visited, a:active, h1, h2 {
  color: #646569;
}
a:hover {
  color: #FF6B0B;
}
.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: #646569;
  border-color: #646569;
}
button.btn, button.btn-warning, button.btn-primary, button.btn-secondary {
  border-radius: 10px !important;
}
.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: #646569;
  border-color: #646569;
}
.row-header {
  color: #646569;
}
.col-header {
  background-color: #646569;
  border: 1px solid #646569;
}
.table th {
  background-color: #646569;
}
/* Site Specific Custom CSS */
.btn-primary, .btn-warning {
  background-color: #FF6B0B;
  border-color: #FF6B0B;
}
.btn-secondary {
  color: #FFF;
  background-color: #646569;
  border-color: #646569;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
  color: #FFF;
  background-color: #FF6B0B;
  border-color: #FF6B0B;
}
.btn-outline {
  border: 2px solid #FF6B0B;
  background: transparent;
  background-color: #FFFFFF;
  color: #FF6B0B;
}
.btn-outline:hover {
  background-color: #FF6B0B;
  border: 2px solid #FF6B0B;
  color: #FFF;
}
.btn-outline.btn-nav {
  border: 2px solid #646569;
  background: 0;
}
.btn-outline.btn-nav:hover {
  background-color: #FF6B0B;
  border-color: #FF6B0B;
}
/*
.btn-warning {
  color: #FFF;
  background-color: #3a71a0;
  border-color: #3a71a0;
}
*/
.btn-cart:focus, .btn-cart.focus, .btn-cart:active, .btn-cart.active, .open > .dropdown-toggle.btn-cart {
  color: #FFF;
  background-color: #1C80D5;
  border-color: #1C80D5;
}
a:focus {
  color: #FF6B0B;
}
h2 {
  color: #FF6B0B;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-size: 14px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #666;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #FF6B0B;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.smallHeaderText {
  color: #FF6B0B
}
.blueText {
  color: #337ab7;
}
.home {
  margin-left: 10px;
  margin-right: 10px;
}
#footer a {
  color: #646569;
  text-decoration: none
}
#footer a:hover {
  color: #FF6B0B;
}
/*
@media (max-width: 992px) {
  h2 {
    font-size: 16px
  }
  h3 {
    font-size: 12px
  }
  h4 {
    font-size: 11px
  }
  h5 {
    font-size: 10px
  }
}
*/
@media only screen and (max-width: 767px) {
  p img {
    max-height: 20vh;
    width: auto;
    height: auto;
  }
  .smallHeaderText, .pricing .panel-heading {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .pop-prod-table {
    display: none;
  }
}
/*Interactive Product Images*/
.main-img-container {
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.img-change {
  height: 75px;
  width: 75px;
  margin: 3px 5px;
}
.img-change img {
  height: 75px;
  width: 75px;
  object-fit: contain;
}
.img-list {
  display: inline-flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-end;
}
.main-prod-img {
  height: 350px;
  width: 75%;
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 10px;
  /*padding-bottom: 25px;*/
}
.main-prod-img img {
  max-height: 100%;
  max-width: 75%;
  /*margin-top: 20px;*/
}
@media only screen and (max-device-width: 512px) {
  .main-img-container {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .img-list {
    flex-direction: row;
    justify-content: center;
  }
  .img-change {
    height: 35px;
    width: 35px;
  }
  .img-change img {
    height: 35px;
    width: 35px;
  }
  .main-prod-img {
    height: 200px;
    padding-top: 10px;
    /*padding-bottom: 0;*/
    margin-bottom: 0;
  }
  .main-prod-img img {
    /*margin-top: 0;*/
    max-width: 100%;
  }
}
/*End Interactive Product Images*/
/*Megamenu style begins*/
#products-megamenu {
  left: -32px;
  background-color: #eeeeee;
}
#products-megamenu .row .row .col-sm-3 {
  padding: 0 10px 0 10px !important;
}
.megamenu-list-item {
  display: block;
  padding: 5px 20px;
  clear: both;
  line-height: 1.42857143;
  color: #000 !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  font-weight: 300;
  margin-left: -10px;
}
.megamenu-list :hover {
  color: #000;
  font-weight: 800;
}
.megamenu-list {
  margin-bottom: -2px;
}
.megamenu-header {
  background-color: #8f8f8f !important;
  color: #fff !important;
  margin: 20px 0 5px 0;
  text-transform: uppercase;
  padding: 5px 0 5px 10px !important;
  text-align: left !important
}
/*Megamenu style ends*/
.main-heading {
  display: block;
  text-align: center;
  background-color: #646569;
  color: white;
  border-radius: 4px;
  padding: 15px;
}
.main-heading a {
  color: white;
}
/*bullet image*/
.icon-list li {
  background: url("https://cdn.blueally.com/sonicguard/images/icons/overview-li.png") no-repeat left center;
  padding: 10px 0px 10px 60px;
  margin: 20px 0;
  list-style: none;
}
.promo-link {
  color: red;
}
.promo-link:hover {
  color: #666;
}
a.text-link {
  color: #337ab7;
  text-decoration: underline;
}
a.text-link:hover, a.white-text-link:hover {
  color: #FF6B0B;
}
a.white-text-link {
  color: #FFF;
  text-decoration: underline;
}
.btn-cta {
  background-color: #747474;
  border-color: #747474
}
.white-text {
  color: #FFF;
}
.green {
  color: #3bb044;
}
.contact-container {
  background: linear-gradient(0deg, rgba(37, 64, 119, 1) 0%, rgba(40, 54, 106, 1) 100%);
}
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
.pill {
  display: inline-block;
  min-width: 10px;
  padding: .1em .6em;
  margin: 0px 10px;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #FF0000;
  border-radius: 10px;
}
.boxshot {
  max-height: 300px;
}
#security .panel-body {
  padding: 10px;
}
#prod-nav .btn-nav {
  min-width: 100px;
  height: 60px;
  margin-bottom: 10px;
}
#orderingGuideModal .modal-dialog {
  width: 690px;
}
.flex-w {
  flex-wrap: wrap;
}
.p-3 {
  padding: 3rem;
}
.mb {
  margin-bottom: 1rem;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}
.vendorLogo {
  width: 109px;
}
.vendorLogo-1 {
  width: 109px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
}
.sec-rel {
  position: relative;
}
.hr-o {
    border-bottom: 3px solid #646569;
    margin-bottom: 15px;
    font-size: 1.8rem;
}
.p-well {
  background-color: #FFF;
  color: #666666;
  box-shadow: 0px 0px 15px 5px rgba(112, 112, 112, 0.3);
  border: none;
}
.highlight-well .p-well {
  background-image: linear-gradient(to bottom right, white, white, #F7EBD7);
}
.card-img {
  min-height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.o-block {
  background-color: #ff6600;
  padding: 10px;
  margin-right: 20px;
}
/*Footer Styling*/
.footer-header {
  padding: 10px;
  background-color: #FF6B0B; /*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: #FF6B0B;
}
/*Bootstrap 5 Styling*/
/*
.tabs .col {
  display: flex;
	align-items: center;
}
*/
.tabs.row.text-center {
  padding-left: 3px;
  padding-right: 3px
}
.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 #FF6B0B; /*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: #FF6B0B;
  border-color: #FF6B0B;
  font-weight: 700;
  font-size: 16px;
}
.header {
  padding-top: 10px;
}
.btn-warning {
  color: #FFF;
}
.img-well {
  display: flex;
  align-items: center;
  min-height: 180px;
}
.card {
  color: darkslategray;
}
.card-well {
  position: relative;
  border: 1px solid #e2e2e2;
  border-radius: 16px;
  padding: 35px 50px;
  margin: 0 0px 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);
}
.expired {
  display: none;
}
.orange-text {
  color: #FF6B0B;
}
.bg-promoend {
  background-color: #EEEEEE;
  padding: 35px;
  margin: 20px -12px;
}
.banner {
  background-size: cover;
  height: 225px;
}
.list {
  counter-reset: sw-counter;
  list-style: none;
  padding-left: 40px;
}
.list li {
  margin: 0 0 0.5rem 0;
  counter-increment: sw-counter;
  position: relative;
}
.list li::before {
  content: counter(sw-counter);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  --size: 32px;
  left: calc(-1 * var(--size) - 10px);
  line-height: var(--size);
  width: var(--size);
  height: var(--size);
  top: 0;
  background: #FF6B0B;
  border-radius: 50%;
  text-align: center;
  box-shadow: 1px 1px 0 #999;
}
.acc .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512" id="plus"><path fill="%23ff6b0b" d="M468.3,212.7H305.2v-169c0-24.2-19.6-43.8-43.8-43.8c-24.2,0-43.8,19.6-43.8,43.8v169h-174C19.6,212.7,0,232.3,0,256.5c0,24.2,19.6,43.8,43.8,43.8h174v168c0,24.2,19.6,43.8,43.8,43.8c24.2,0,43.8-19.6,43.8-43.8v-168h163.1c24.2,0,43.8-19.6,43.8-43.8C512,232.3,492.5,212.7,468.3,212.7z"></path></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" enable-background="new 0 0 512 512" viewBox="0 0 512 512" id="minus"><path fill="%23ff6b0b" d="M467.4,212.4H42.9c-24.2,0-43.7,19.6-43.7,43.7s19.6,43.7,43.7,43.7h424.5c24.2,0,43.7-19.6,43.7-43.7S491.5,212.4,467.4,212.4z"></path></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;
}
.tabs.n-tabs a.tablinks {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs.n-tabs a:not(.active):hover p::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.tabs.n-tabs a p::after {
  content: '';
  display: block;
  height: 6px;
  background: #F86000;
  -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;
}
.n-tabs .tablinks p {
  margin-bottom: 0;
}
.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:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.header-links > .col > a::after {
  content: '';
  display: block;
  height: 6px;
  background: #FF6B0B;
  -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;
}
@media only screen and (max-width: 767px) {
  .header-links {
    display: none;
  }
}
.alert p a {
  color: #000;
}
.alert p a:hover {
  color: #FF6B0B;
}
.card-row .card {
  background-color: white;
}
.card-row .card p {
  color: darkslategray
}
.card-row .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;
  height: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09);
}
.card-row .p-card:after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #ff6600;
  content: '\f061';
}
.card-row .p-card p {
  font-size: 14px;
}
.card-row .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;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.media-carousel {
  margin-bottom: 0;
  padding: 0 40px 30px;
  margin-top: 30px
}
.media-carousel .carousel-control.left {
  left: -12px;
  background: #222;
  border: 4px solid #FFF;
  border-radius: 23px;
  height: 60px;
  width: 60px;
  margin-top: 100px;
  font-size: 32px
}
.media-carousel .carousel-control.right {
  right: -12px !important;
  background: #222;
  border: 4px solid #FFF;
  border-radius: 23px;
  height: 60px;
  width: 60px;
  margin-top: 100px;
  font-size: 32px
}
.media-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0;
  margin-right: -19px
}
.media-carousel .carousel-indicators li {
  background: silver
}
.media-carousel .carousel-indicators .active {
  background: #333
}
/* TODO: ADDED CSS */
.bg-gray-100 {
  background-color: #f8f9fa;
}
.bg-gray-300 {
  background-color: #f5f5f5;
}
.text-primary {
  color: #FF6B0B !important;
}
.btn-outline-primary {
  color: #FF6B0B !important;
  border: 2px solid #FF6B0B !important;
  background-color: white;
  &:hover {
    background-color: #FF6B0B !important;
    color: white !important;
  }
  &:focus {
    box-shadow: 0 0 0 .25rem rgba(255, 107, 11, .5);
  }
}
.btn-outline-muted {
  color: #000 !important;
  border: 2px solid #949494;
  &:hover {
    background-color: #fff;
  }
  &:focus {
    box-shadow: 0 0 0 .25rem rgba(0, 0, 0, .5);
  }
}
.h-full {
  height: 100%;
}
.card {
  color: #212529;
  transition: all .5s ease-in-out;
}
.card-float:hover {
  transform: translateY(-10px);
}
.card-img img {
  width: 50%;
  bottom: 0;
  right: 0;
  position: absolute;
  padding: 1rem;
}
.card-img-overlay {
  display: flex;
  flex-direction: column;
}
.w-fit {
  width: fit-content !important;
}
.text-sm {
  font-size: .75rem;
}
.bg-resource {
  background-image: url("https://cdn.blueally.com/sonicguard/images/eol/panel-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-resource-cta {
  background-position: bottom center;
  background-size: 150% 150%;
}
.bg-resource-ebook {
  background-image: url("https://cdn.blueally.com/sonicguard/images/eol/sw-white.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 175% 175%;
}.border-primary {
  border-color: #FF6B0B !important;
}
.bg-mid-yr-cyber-threat-report {
  background-image: url("https://cdn.blueally.com/sonicguard/images/cyberthreat/2025-sonicwall-tr-board.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125% 125%;
}
.row-full {
  width: 100%;
}
h1 span.discontinued {
  display: inline-flex;
  align-items: center;
}
h1 span.discontinued::after {
  content: "Discontinued";
  color: #dc3545;
  margin-left: 1rem;
  border: 2px solid #dc3545;
  display: inline-block;
  padding: .35em .65em;
  font-size: 0.875rem !important;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
@media only screen and (max-width: 767px) {
  h1 span.discontinued {
    align-items: start;
  }
}