/* Dove Guard Nav Icon */
.menu .catalog > li.has-submenu .navSolutionsWrap > ul li.nav-doveguard a {
  background: url("https://us.evocdn.io/dealer/1039/content/media/My_Theme/dp-nav-solutions-icon-guard.png") no-repeat left center;
}

/* Dove Guard Hero Image */
.contentBanner.cbGuard {
  background-image: url("https://us.evocdn.io/dealer/1039/content/media/My_Theme/dp-hero-guard.jpg");
}

/**
 * Event Popup
 */
#event-popup {
  text-align: center;
}
#event-popup a {
  width: 100%;
  max-width: 200px;
  min-width: 0;
}
#event-popup .modal-content {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6666666667);
}
#event-popup .modal-body {
  font-size: 16px;
  color: #2b5694;
}

#event-popup-label {
  font-size: 24px;
  color: #2b5694;
  text-transform: capitalize;
}
/* */


.newsletter-wrapper {
  background-color: #152F53;
}


  
.newsletter-wrapper .inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 20px;
}
  
.newsletter-wrapper .container::before,
.newsletter-wrapper .container::after {
  display: none;
}
  
.newsletter-wrapper img {
  width: 100%;
  height: 100%;
  max-height: 275px;
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .newsletter-wrapper .container {
    grid-template-columns: 1fr;
  }
}


.blog-post-featured-image {
  display: flex;                 /* Enable Flexbox */
  justify-content: center;       /* Center horizontally */
  align-items: center;           /* Center vertically */
  width: 1035px;    
  height: 300px;  
  object-fit: cover; 
  overflow: hidden;
  transition: 0.5s all ease-in-out;
}



 .blog-post-featured-image:hover {
            transform: scale(1.1);
}

.blogposts {
  margin: 10x, 0x, 0x, 0x
}

.blogfeaturedposts_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-block: 5rem;
  gap: 2rem;
}

.blog-posts-grid-view .tile, .catalog-grid .tile {
 max-width: 320px; 
}
  
.blog-posts-grid-view {
  max-width: 1180px;
    }

body > div.page-content > section.users > div.myaccount-title > div > div.col-md-6 > ul > li:nth-child(2){
	display: none;
}

@media only screen and (max-width: 768px) {
    .wrappertest {
        /* Adjust the height as needed for mobile devices */
        min-height: 400px; 
    }
}













.data-card:hover {
  transform: scale(1.05);
  background: #f0f0f0;
}

.data-card p {
  opacity: 1;
  font-weight: 600;
  line-height: 1.8;
  margin: 0 0 1.25em;
  transform: translateY(-1em);
  transition: opacity 0.45s ease, transform 0.5s ease;
}





.data-card:hover p {
  opacity: 1;
  transform: translateY(0);
}


.data-card svg path {
  transition: fill 0.45s ease;
}




@media (max-width: 868px) {
  .e-rate-container {
    flex-direction: column;
    width: 100%;
  }
  .data-card {
    flex: 1 1 100%;
    margin: 0.5em 0;
  }
}







.hero-nav-tabs * {
    z-index: 2;
}

input[type="radio"]:checked + label {
    color: var(--primary-color);
}

input[id="radio-1"]:checked ~ .hero-nav-glider {
    transform: translateX(0);
}

input[id="radio-2"]:checked ~ .hero-nav-glider {
    transform: translateX(100%);
}

@media (max-width: 1000px) {
    .hero-nav-tabs {
        transform: scale(0.6);
    }
}




@media screen and (max-width: 868px) {
    .k-12-it-container div {
      width: 100% !important;
      margin-bottom: 20px;
    }
  }






 
.gb-outer-wrapper {
   display: flex;
  justify-content: center;
  margin: auto;
  padding: 10px 0px 50px 0px;
  background: linear-gradient(109.6deg, rgb(13, 104, 189) 11.2%, rgb(102, 51, 153) 91.1%), rgb(0, 144, 149) 15%;
    background-size: 300% 300%;
    background-position: 0 50%;
    animation: moveGradient 20s alternate infinite;
}




.gradient-border-wrapper {
  --border-width: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  color: white;
}

.gradient-border-wrapper::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(90deg, #ff0000, #00ff00, #0000ff);
  background-size: 200% 200%; /* Allows gradient animation */
  animation: moveGradient 5s infinite linear;
  border-radius: 8px; /* Optional: adjust based on desired look */
}

@keyframes moveGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}




.gb-card-content {
  display: flex;
  align-items: space-evenly;
  gap: 2rem;
  flex-direction: column;
  padding: 25px;
  max-width: 1400px;
}



.gb-title {
  margin-top: 1rem;
  font-size: 1.80rem;
  text-align: center; 
}




.gb-description {
  display: flex;
  margin-top: 2.1rem;
  color: white;
  line-height: 1.5;
  font-size: 1rem;
  gap: 4em;
}

.gb-description h5 {
font-weight: 600;
  font-size: 1.5em;
 text-align: center;
 border-bottom: 2px solid white;
}

.gb-description p {
  text-align: left;
  font-size: 1em;
}

.gb-description div {
  flex-basis: 33%;
 justify-content: center;
}


@media screen and (max-width: 768px) {
.gb-card-content {
    flex-direction: column;
    gap: 1rem; 
    padding: 15px; 
  }

  .gb-description {
    flex-direction: column; 
    gap: 2rem; 
  }
      }




@media screen and (max-width: 1100px) {
    .edu-blog-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: auto;
    }
    .edu-blog-container,
    .edu-timeline-container,
    .edu-audit-container {
        max-width: 90vw;
        min-width: unset;
    }
}

.fixedButton.nFlex {
	z-index: 998;
}













   .score-input-label {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #e5e7eb;
    color: #4b5563;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    user-select: none;
    border: 2px solid transparent;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.score-input-label:hover {
    transform: translateY(-2px) scale(1.05);
    background-color: #d1d5db;
}

/* Checked states by input value */
.score-input[value="5"]:checked + .score-input-label {
    background-color: #10b981; /* green */
    color: #ffffff;
    border-color: #10b981;
    box-shadow: 0 4px 8px rgba(34, 197, 94, 0.4);
    transform: scale(1.1);
}

.score-input[value="4"]:checked + .score-input-label {
    background-color: #3b82f6; /* blue */
    color: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 4px 8px rgba(234, 179, 8, 0.4);
    transform: scale(1.1);
}

.score-input[value="3"]:checked + .score-input-label {
    background-color: #f59e0b; /* yellow */
    color: #ffffff;
    border-color: #f59e0b;
    box-shadow: 0 4px 8px rgba(249, 115, 22, 0.4);
    transform: scale(1.1);
}

.score-input[value="2"]:checked + .score-input-label {
    background-color: #f97316; /* orange */
    color: #ffffff;
    border-color: #f97316;
    box-shadow: 0 4px 8px rgba(220, 38, 38, 0.4);
    transform: scale(1.1);
}

.score-input[value="1"]:checked + .score-input-label {
    background-color: #ef4444; /* red */
    color: #ffffff;
    border-color: #ef4444;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
    transform: scale(1.1);
}
        .hubspot-submit-button {
            transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
            background-color: #1f2937;
            color: white;
            padding: 12px 24px;
            border-radius: 9999px;
            font-weight: 700;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }
        .hubspot-submit-button:hover {
            background-color: #4b5563;
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
        }
        .hubspot-submit-button:active {
            transform: translateY(2px);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        @keyframes pulseGlow {
            0% { box-shadow: 0 0 0px rgba(37, 99, 235, 0.4); }
            50% { box-shadow: 0 0 20px rgba(37, 99, 235, 0.7); }
            100% { box-shadow: 0 0 0px rgba(37, 99, 235, 0.4); }
        }
        .highlight-pulse {
            animation: pulseGlow 1s ease-in-out infinite;
        }