/* Fonts */ 
body, .aptos {
   font-family: "aptos", sans-serif;
   font-weight: 400;
   font-style: normal;
   color: #0F3B5B;
}
.aptos-semi { font-weight: 600; }
.aptos-semital { font-style: italic; }
.aptos-black { font-weight: 900; }

/* Font Size CSS */
h1, h2, h3, h4, h5 { margin-bottom: 0px}
p { font-size: 16px; }
.p18 { font-size: 18px; }
.p28 { font-size: 28px; }
.p48 { font-size: 48px; }

/* General CSS */
a { text-decoration: none; }
.entry-content { background-color: #FFF !important; }
.container { max-width: 1100px; }
.container-wide { max-width: 1400px; }
.white { color: #FFF; }
.white-back { background-color: #FFF; }
.gray { color: #EAEAEA; }
.gray-back { background-color: #EAEAEA; }
.black { color: #231F20; }
.black-back { background-color: #231F20; }
.blue  { color: #2AADE3; }
.blue-back { background-color: #2AADE3; }
.dk-blue { color: #0F3B5B; }
.dk-blue-back { background-color: #0F3B5B; }
.red { color: #CA1221; }
.red-back { background-color: #CA1221; }
.boldest { font-weight: 900 !important;}
.hidden {display: none; }

.py-6 { padding: 3.5rem 0 !important; }
.py-7 { padding: 4rem 0 !important; }
.py-8 { padding: 4.5rem 0 !important; }

/* Button Styling */
li.page-item a, .mvp-btn, li.page-item.active span.page-link {
  font-size: 18px;
  padding: 5px 35px;
  border-radius: 7px;
  border: 2px solid #2AADE3;
}
li.page-item a:hover, .mvp-btn:hover {
   background-color: #0F3B5B;
   border: 2px solid #2AADE3;
   color: #2AADE3;
}
li.page-item a {
   color: #0F3B5B;
   font-weight: 900;
}

li.page-item.active span.page-link { font-weight: 900; }

li.page-item { margin: 0 5px; }
header .mvp-btn {
   font-size: 16px;
   padding: 5px 25px;
}
header .btn {
  border: 2px solid #2AADE3; 
}
header .btn:hover, header .btn:active {
   color: #2AADE3;
   border: 2px solid #2AADE3 !important;
   background-color: #0F3B5B !important;
}
header form .btn:hover, header form .btn:active {
   background-color: transparent !important;

}

ul.dropdown-menu { border: none; padding: 0;}
ul.dropdown-menu li { text-align: center; }
ul.dropdown-menu li a { color: #0F3B5B; }

/* Header CSS */
header ul li a {  text-transform: uppercase; } 
header ul li a:hover { color: #000; }
header form.searchform button.input-group-text, header form.searchform button.input-group-text:hover { border: none !important; }
header form.searchform input { 
   border: 2px solid #2AADE3; 
   border-radius: 25px !important;}
.fa-magnifying-glass { color: #2AADE3; }

.nav-link, .nav-link.active {
   color: #0F3B5B !important;
}
.nav-link:hover { color: #2AADE3 !important; } 
.nav-link.active { font-weight: 900; }
.login-button { position: relative; }
.login-links {
   width: 100%;
} 

.dropdown-item.active, .dropdown-item:active { background-color: #2AADE3 !important; }
/* Banner sections CSS */

.banner-arrow { 
   background-image: url('/wp-content/uploads/2025/09/chevron-scaled.png');
   background-repeat: no-repeat;
   background-size: auto 100%;
   background-position: right 150px center;
}
.home .banner-arrow { background-position: right -15% center; }

div.banner-triangle {
   border-top: 160px solid transparent;
   border-bottom: 160px solid transparent;
   border-left: 160px solid #0F3B5B;
   margin-left: -20px;
}

.home div.banner-triangle {
   border-top: 200px solid transparent;
   border-bottom: 200px solid transparent;
   border-left: 200px solid #0F3B5B;
}

.banner-headline { font-size: 54px; }

.reddots {
   padding-left: 20px;
   background-image: url('/wp-content/uploads/2025/09/red_dots.png');
   background-position: left center;
   background-size: contain;
   background-repeat: no-repeat;
}


/* Side by Side CSS */
.arrow-section {
   background-image: url('/wp-content/uploads/2025/09/chevron_testimonials.png');
   background-repeat: no-repeat;
   background-size: auto 50%;
   background-position: left bottom;    
}



/* Testimonials CSS */
#testimonials {
   background-image: url('/wp-content/uploads/2025/09/chevron_testimonials.png');
   background-repeat: no-repeat;
   background-size: auto 100%;
   background-position: left center;  
}
#testimonials img, #contact img { max-width: 75px;  }
.test-quote {
   width: 90%;
   margin-left: auto;
   margin-right: auto;
   max-width: 500px;
}
#testimonials .carousel-control-prev { left: -25px; }
#testimonials .carousel-control-next { right: -25px; }
#testimonials .carousel-item { height: 600px;  }

/* Four Hover Cards CSS */
.four-cards-dots { max-width: 3px; }
.card-4 { position: relative; }
.hover-card-content {
   position: absolute;
   bottom: 0;
   left: 50%;
   -webkit-transform: translateX(-50%);
   transform: translateX(-50%);
   border-radius: 20px 20px 0 0;
   width: 80%;
}


/* Accordion CSS */
.accordion-item {
   border-radius: 7px !important;
   border: none !important;
}

.accordion-item button { background-color: transparent !important; }


/* Photo Content Grid CSS */
.grid-square-content { 
   border-radius:5px;
   transition: background-size 500ms linear;
}


/* Bullet List row CSS */
.bullet-row {
   border: 2px solid #C1C1C1;
   border-radius: 7px;
}


/* Blog Carousel CSS */
.blog-carousel .carousel-control-prev { left: -50px; }
.blog-carousel .carousel-control-next { right: -50px; }


/* News Feed CSS */
.news-card {
   border: 2px solid #d3D3D3;
   border-radius: 7px;
}


.post-news-case a { color: #2AADE3; }
.post-news-case a:hover { color: #0F3B5B; }

.post-news-case h1.post-title {
   font-size: 48px;
   color: #0F3B5B;
   margin-bottom: 0;
}

.post-news-case h2 {
   font-size: 40px;
   color: #0F3B5B;
   margin-bottom: 1rem;
}
.post-news-case h3 {  
   font-size: 28px;
   color: #0F3B5B;
   margin-bottom: .75rem;
}
.post-news-case h4 {  
   font-size: 18px;
   color: #2AADE3;
   margin-bottom: 1.6rem;
font-weight: 900;
}

.cs-link:hover {
   color: #2AADE3;
}


.case-studies-cards .carousel-control-next-icon {
   background-image: url('/wp-content/uploads/2025/10/arrow_right_dark.png');
}
.case-studies-cards .carousel-control-prev-icon {
   background-image: url('/wp-content/uploads/2025/10/arrow_left_dark.png');
}
.case-studies-cards .multi-carousel-control-prev, .case-studies-cards .multi-carousel-control-next {
   background-color: rgba(255, 255, 255, .5);
}
.case-studies-cards .multi-carousel-control-prev:hover, .case-studies-cards .multi-carousel-control-next:hover {
   background-color: rgba(255, 255, 255, 1);
}
}
/* Footer CSS */
footer {
  background-image: url('/wp-content/uploads/2025/10/footer_bkg_new2-scaled.jpg');
  background-size: cover; 
  background-position: center;
}

.footer-find { 
   font-size: 28px; 
   line-height: 1.8rem; }

.footer-arrow { width: 25px; }


.footer-logo {  
   width: 100%;
   max-width: 200px; 
}
.footer-link { display: block; }
.footer-link:hover { color: #2AADE3; }
.footer-login-links {
   position: absolute; 
   bottom: 50px;
   left: -122px;
}
p.icon { padding-left: 25px; }
p.icon .bi { 
   margin-left: -25px; 
   margin-right: 5px;
}

.top-button, .top-button:hover { border: 2px solid #2AADE3; bottom: 15px; }
.cky-btn-revisit-wrapper { background-color: #2AADE3 !important; }


#hidden-accordion { display: none; }


/* Responsive CSS */
@media screen and (min-width: 450px) {
   .banner-arrow { background-position: right 225px center; }
   .home .banner-arrow { background-position: right -35% center; }
}
/* Small and up */
@media screen and (min-width: 576px) {
   .banner-arrow { background-position: right 250px center; }
   .home .banner-arrow { background-position: right -100% center; }

   .banner-headline { font-size: 60px; }
   #testimonials .carousel-item { height: 530px;  }

}

@media screen and (min-width: 650px) { 
   .banner-arrow { background-position: right 300px center; }
   .home .banner-arrow { background-position: right -120% center; }
}


@media screen and (min-width: 675px) { 
   div.footer-connect { text-align: center; }
   .footer-arrow { display: none; }
   .arrow-back {
      display: inline-block;
      padding-left: 35px;
      background-image: url("https://mvplogstage.wpenginepowered.com/wp-content/uploads/2025/09/red_arrow.png");
      background-repeat: no-repeat;
      background-size: 25px;
      background-position-y: center;
   }   


}

/* Med and up */
@media screen and (min-width: 768px) {
   .four-cards-dots { max-width: 4px; }
   .banner-arrow { background-image: none; }
   .banner-headline { font-size: 55px; }
   .card-4 .title { margin-bottom: 5px; }
   .card-4 p.content { 
      font-size: 14px; 
      margin-bottom: .5rem;
   }
   .card-4 p.blue { font-size: 16px; }
   .grid-square-content { min-height: 300px; }
   .grid-square-content:hover {  background-size: auto 110% !important;  }
   .arrow-section {
      background-image: url('/wp-content/uploads/2025/09/chevron_testimonials.png');
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: left center;   
   }
   #testimonials .carousel-item { height: 500px;  }

}


/* 900 and up */
@media screen and (min-width: 900px) {
   .four-cards-dots { max-width: 5px; }
   .card-4 .title { margin-bottom: 5px; }
   .card-4 p.content { 
      font-size: 16px; 
      margin-bottom: 1rem;
   }
   .card-4 p.blue { font-size: 18px; }
}

/* Large and up */
@media screen and (min-width: 992px) {
   .banner-headline { font-size: 60px; }
   .header-login-links {
      position: absolute;
      top: 45px;
      right: 0;
      width: 270px; 
      border: 1px solid #2AADE3;;
   }
   ul.dropdown-menu li { text-align: left; }
   .arrow-back {
      padding-left: 35px;
      background-size: 25px;
      font-size: 40px;      
   }  
}

@media screen and (min-width: 1100px) {

}

@media screen and (min-width: 1200px) {
}

/* X-Large and up */
@media screen and (min-width: 1400px) {
   .top-banner div.banner-left { padding-left: calc(50% - 688px)  !important; }
}