@keyframes button-ripple {
  0% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0.1; } }
.diagram-title {
  letter-spacing: 0.04em;
  font-size: 24px;
  line-height: 1em;
  font-weight: bolder; }
  @media screen and (min-width: 768px) {
    .diagram-title {
      text-align: center;
      font-size: 32px; } }

.diagram {
  padding-top: 20px; }
  @media screen and (min-width: 768px) {
    .diagram {
      padding-top: 40px; } }
  @media screen and (min-width: 768px) and (min-width: 992px) {
    .diagram {
      padding-top: 60px; } }

.diagram-wrap {
  position: relative;
  margin-top: 28px; }
  .diagram-wrap img {
    display: block;width:100%; }
  .diagram-wrap .button-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    .diagram-wrap .button-wrap button {
      border: 0;
      background-color: #64be00;
      color: white;
      width: 24px;
      height: 24px;
      padding: 0;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      left: 50%;
      top: 50%;
      font-weight: bolder; }
      @media screen and (min-width: 1200px) {
        .diagram-wrap .button-wrap button:after {
          content: '';
          width: 24px;
          height: 24px;
          background-color: #64be00;
          border-radius: 50%;
          position: absolute;
          z-index: -1;
          left: 50%;
          top: 50%;
          animation: button-ripple 1s linear infinite; } }
      .diagram-wrap .button-wrap button[target-tag="#tag_dashboard_1"] {
        transform: translate(-100%, -50%);
        left: 50%;
        top: 10%; }
	   .diagram-wrap .button-wrap button[target-tag="#tag_dashboard_2"] {
        transform: translate(-100%, -50%);
        left: 50%;
        top: 50%; }
      .diagram-wrap .button-wrap button[target-tag="#tag_dashboard_3"] {
        transform: translate(-100%, -50%);
        left: 10%;
        top: 85%; }
      .diagram-wrap .button-wrap button.active {
        background-color: #3c9f00; }
        .diagram-wrap .button-wrap button.active:after {
          display: none; }
      @media screen and (min-width: 1200px) {
        .diagram-wrap .button-wrap button {
          cursor: pointer; } }
  .diagram-wrap .tag-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
    .diagram-wrap .tag-wrap .tag {
      position: absolute;
      padding: 20px;
      background-color: white;
      display: none;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
      width: max-content;
      font-weight: bolder; }
      .diagram-wrap .tag-wrap .tag#tag_dashboard_1 {
        transform: translate(0, -50%);
        left: 55%;
        top: 10%; }
	   .diagram-wrap .tag-wrap .tag#tag_dashboard_2 {
        transform: translate(0, -50%);
        left: 55%;
        top: 50%; }
      .diagram-wrap .tag-wrap .tag#tag_dashboard_3 {
        transform: translate(-50%, -100%);
        left: 28%;
        top: 90%; }
      .diagram-wrap .tag-wrap .tag.active {
        display: block; }
/*   @media screen and (min-width: 992px) {
    .diagram-wrap {
      margin-top: 50px; } } */

.mobile-index {
  margin-top: 10px;
  display: flex;
  justify-content: center; }
  .mobile-index ul {
    width: 100%;
    max-width: 562px;
    padding: 0; }
    .mobile-index ul li {
      display: flex;
      justify-content: flex-start;
      padding: 3px 0; }
      .mobile-index ul li .number {
        background-color: #64be00;
        color: white;
        width: 24px;
        height: 24px;
        padding: 0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bolder;
        flex: none; }
      .mobile-index ul li .text {
        margin-left: 10px; }
      @media screen and (min-width: 768px) {
        .mobile-index ul li {
          width: 50%; } }
    @media screen and (min-width: 768px) {
      .mobile-index ul {
        display: flex;
        flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .mobile-index {
      margin-top: 20px;
      padding-left: 0%; } }
@media screen and (min-width: 768px) and (min-width: 992px) and (min-width: 1200px) {
  .mobile-index {
    display: none; } }

.solution-tab-container .view-all {
  display: none; }

/*# sourceMappingURL=style.css.map */


#ThreatReport {
    height: 100%;
}

#ThreatReport .modal-dialog {
	position:fixed;
	margin:0;
	width:100%;
	height:85%;
	padding:0;	
}

#ThreatReport .modal-content {
	position:absolute;
	margin:auto;
	width:80%;
	height:90%;
	top:0;
	right:0;
	bottom:0;
	left:0;
 	background:#ffffff;	 
	padding:3% 5%;	
	overflow:auto;
}

#ThreatReport button.close {
    position: absolute;
    top: 2.6%;
    right: 8.5%;
    z-index: 1;
    width: 50px;
    height: 50px;
    color: #6CBE45;
    border-radius: 50%;
    background: #565656;
    opacity: 1;
    text-shadow: none;
}


@keyframes blinker {
  0% { opacity:0; }
  50% { opacity:0.5; }
  100% { opacity:1; }
}


.modal {
    position: fixed;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.ThreatReport-section{
    text-align: center;
    padding-top: 20px;
}

.ThreatReport-section .btn-call-to-action {
    background-color: #c71a13;
}

@media screen and (max-width: 1025px) {
.diagram-mobile .text{
	padding-top:30px;
}
}

@media screen and (max-width: 991px) {
.ThreatReport-section{
	display:none;
}
}

@media screen and (min-width: 991px) {
.diagram-mobile{
	display:none;
}
.mobile-index {
	display:none;
}
}

