@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "ITCOfficinaSansProExtraBold";
  src: url('https://www.viacu.org/assets/fonts/font.woff2') format('woff2'), url('https://www.viacu.org/assets/fonts/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "ITCOfficinaSansProMedium";
  src: url('https://www.viacu.org/assets/fonts/font.woff2') format('woff2'), url('https://www.viacu.org/assets/fonts/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "ITCOfficinaSansProBook";
  src: url('https://www.viacu.org/assets/fonts/font.woff2') format('woff2'), url('https://www.viacu.org/assets/fonts/font.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: "ITCOfficinaSansProBold";
  src: url('https://www.viacu.org/assets/fonts/font.woff2') format('woff2'), url('https://www.viacu.org/assets/fonts/font.woff') format('woff');
  font-display: swap;
}
body, body p, ul {
  font-family: Poppins, sans-serif;
  color: #373a36;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  /*
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .004)
*/
}
#content a:not(.btn, .swiper-slide a) {
  text-decoration: underline;
  text-decoration-color: #F47C20;
}
.bg-reflexblue {
  background-color: #27318B;
}
#ratecard5 .swiper-slide a, #ratecard5 .swiper-slide a:not([class*="btn"]) {
  text-decoration: none !important;
}
.accordion-button:not(.collapsed) {
  color: #00527A !important;
}
.list-group-item-action:focus, .list-group-item-action:hover {
  background-color: rgba(189, 197, 209, .2) !important;
}
.notd {
  text-decoration: none !important;
}
a.nav-link.text-primary:hover {
  color: #e07e3c !important; /* Adjust the color as needed */
}
a {
  color: #00527A;
  font-weight: 600
}
a:hover {
  color: #F47C20;
}
ul {
  font-weight: 400 !important;
  color: #373a36 !important
}
.logo-small {
  height: 50px !important; /* Or any size you prefer */
  transition: height 0.3s ease !important; /* Smooth transition for the logo size change */
}
.text-officina {
  font-family: 'ITCOfficinaSansProExtraBold', Arial, sans-serif;
  font-weight: 800;
  line-height: 1 !important;
  /* margin-bottom: 0px !important; */
}
.text-poppins {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1 !important;
  /* margin-bottom: 0px !important; */
}
.h1lead {
  /*	font-family: "Caveat Brush", cursive;*/
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #00527A;
}
.text-purple {
  color: #00527A;
}
.lead, .lead a {
  font-weight: 400;
}
.h1, h1 {
  font-weight: 600;
  color: #00527A;
  /* font-size: 5.25rem; */
  line-height: 1 !important;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-bottom: .5rem;
}
.heroh1 {
  font-family: 'ITCOfficinaSansProExtraBold', sans-serif;
  font-weight: 800;
  color: #00527A;
  font-size: 5.25rem;
  line-height: 1 !important;
  /* margin-bottom: 0px !important; */
}
/* Media query for smartphones */
@media (max-width: 576px) {
  .heroh1 {
    font-size: 3.5rem; /* Adjust the font size as needed for smartphones */
  }
}
.h1, .h2, .h3, .h4, .nav .nav-link, .title-block, h1, h2, h3, h4 {
  font-family: 'ITCOfficinaSansProExtraBold', Arial, sans-serif;
}
.h2, .h3, h2, h3 {
  font-weight: 600;
}
.h2, h2 {
  color: #00527A;
  font-size: 3rem;
  line-height: 1.1;
}
.h3, h3 {
  font-size: 2rem;
  color: #e56910;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-bottom: .5rem;
  line-height: 1.2 !important;
}
b, strong {
  font-weight: bold;
  /*footer links*/
}
.nav-link-special:hover {
  color: #D3D3D3 !important; /* Light grey */
}
#loginbtn:hover {
  background-color: #00527A !important; /* This changes the background color to blue on hover */
  border-color: #00527A !important; /* Optional: if you want to change the border color to match */
  color: #fff !important;
}
.footer-background {
  background-image: url('https://www.viacu.org/assets/img/bg.footer.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.btn-custom-orange {
  color: #00527A; /* Text color */
  border-color: #f57d20; /* Border color */
  border-width: 2px; /* Border thickness */
  font-weight: 600;
}
.btn-custom-orange:hover {
  color: #fff; /* Change text color on hover (optional, adjust as needed) */
  background-color: #f57d20; /* Background color on hover */
  border-color: #f57d20; /* Border color on hover to match the background */
}
#header .navbar-topbar {
  padding-top: 0; /* Remove top padding */
  padding-bottom: 0; /* Remove bottom padding */
  margin-top: -10px; /* Example value, adjust as needed */
}
.navbar-brand-logo {
  width: 100%;
  min-width: 7.5rem;
  max-width: 12rem;
  height: auto
}
.header .nav-link {
  color: #fff
}
.navbar-nav .nav-link {
  font-weight: 600;
  color: #fff;
  font-size: 1.15rem;
}
/*
.navbar-toggler {
    color: #000;
    background-color: #fff;
}
*/
#topbar .nav > .nav-link, .topbar {
  font-family: Poppins, sans-serif !important;
  color: #fff !important;
  font-weight: 400 !important;
  font-size: 13px !important
}
.nav-link.dropdown-toggle.topbar:hover {
  color: #e56910 !important;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .text-green, .text-success {
  color: #00527A !important
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #373a36;
  background-color: rgba(109, 205, 184, .3) !important;
  font-size: 1rem !important;
  font-family: Poppins, sans-serif;
  border-bottom-width: .1875rem !important;
  border-bottom-color: #00527A !important
}
/*
.nav:not(.nav-pills) .nav-link.active {
	color:#F38F1D !important;
	border-color: transparent transparent #F38F1D !important
}
*/

/*sticky header bg color for insure invest*/
.navbar.navbar-scrolled.navbar-dark {
    background-color: #27318B;
}


.mask, .video-container iframe, video[poster] {
  height: 100%;
  width: 100%
}
@media (max-width:767px) {
  .navbar-brand-logo {
    min-width: 8rem;
    max-width: 8rem
  }
}
@media (min-width:768px) and (max-width:991px) and (orientation:portrait) {
  .navbar-brand-logo {
    min-width: 6rem;
    max-width: 6rem
  }
  .btn-join {
    display: none
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg.navbar-dark .navbar-nav, .navbar-expand-lg.navbar-dark .navbar-topbar-collapse {
    background: #F4801F !important;
  }
}
@media (max-width:575.98px) {
  .navbar-expand-sm.navbar-dark .navbar-nav, .navbar-expand-sm.navbar-dark .navbar-topbar-collapse {
    background: #F4801F !important;
  }
}
@media (max-width:575.98px) {
  .navbar-dropdown-menu-inner {
    padding: .25rem .25rem !important;
  }
}
.navbar-expand-lg .navbar-brand, .navbar-expand-lg .navbar-brand > img {
  width: 9rem !important
}
.navbar-brand {
  margin-left: 0 !important
}
.navbar .dropdown-menu {
  border-top: .1875rem solid #f47b20
}
.nav-link.dropdown-toggle.topbar:hover {
  color: #D3D3D3 !important; /* Light grey */
}
.nav-link.topbar:hover {
  color: #e56910 !important; /* Orange color */
}
.header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment) .nav-link, .navbar-expand-lg .navbar-nav .nav-link {
  color: rgba(255, 255, 255)
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border-top: .1875rem solid #fff !important
}
@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu:not(.navbar-dropdown-menu)::before {
    background-color: #fff !important;
  }
}
.nav-item .topsearchlink.nav-link:hover, .nav-item .topsearchlink.nav-link:hover .fas {
  color: #D3D3D3 !important; /* Light grey */
}
/* More sophisticated animations */
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floating {
  animation: floating 6s ease-in-out infinite;
}
/* Target the anchor tag within the swiper-slide with class 'card' */
.swiper-slide .card:hover {
  background-color: #F2F3F6 !important; /* Light grey color */
}
#routingNumber {
  cursor: pointer;
  color: #ffffff; /* Assuming white text to match your existing style */
  transition: background-color 0.3s ease; /* Smooth transition for background color */
}
#routingNumber:hover {
  background-color: rgba(255, 255, 255, 0.2); /* Slightly lighter background on hover */
  text-decoration: underline; /* Underline to indicate it's clickable */
}
.content-space-t-6 {
  padding-top: 14.5rem !important
}
.content-space-t-7 {
  padding-top: 18.5rem !important
}
.content-space-t-8 {
  padding-top: 22.5rem !important
}
/*GRADIENTS*/
.gradient-orange {
  background: linear-gradient(45deg, #e56910, #ffc72c)
}
.navbar-light .navbar-nav .nav-link {
  color: #39393A;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #8D99AE;
}
.innerhero {
  position: absolute !important;
  bottom: -150px !important;
  left: 0 !important;
}
.disclosure, .text-regular, body p, ul {
  font-family: Poppins, sans-serif
}
.nav .nav-link, body p, ul {
  font-size: 1rem
}
.dropdown-item, .text-regular {
  font-weight: 500
}
.full-height {
  height: 100%; /* This makes the image take the full height of its parent */
}
.bg-img-hero, .bg-top {
  background-repeat: no-repeat
}
#ProductSection .nav:not(.nav-pills) .nav-link.active, #ProductSection a {
  color: #a5501c
}
.mt-n15, .my-n15 {
  margin-top: -7rem !important
}
.expanded-text:hover span.short-name, .heroitem, span.longer-name {
  display: none
}
.icon {
  align-items: stretch
}
.card.custom-border {
  border-top: 2px solid #fff
}
.font-size-1 {
  font-size: 1.25rem
}
.font-size-2 {
  font-size: 1.5rem
}
.font-size-3 {
  font-size: 2rem
}
.font-size-4 {
  font-size: 2.5rem
}
.font-size-5 {
  font-size: 3rem
}
.offcanvas.offcanvas-top .btn-close {
  width: 30px;
  height: 30px;
  border: 1px solid #e07e3c;
  border-radius: 4px;
  padding: 3px;
  box-sizing: border-box;
  background-color: rgba(229, 105, 16) !important;
  border-color: #e07e3c !important;
  color: #fff !important;
  font-size: .75rem !important
}
.offcanvas.offcanvas-top .btn-close::after, .offcanvas.offcanvas-top .btn-close::before {
  height: 8px !important;
  width: 2px !important
}
.offcanvas-header {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: none !important
}
.h2, .h3, .h4, h2, h3, h4 {
  padding-bottom: 0
}
.offcanvas.offcanvas-top {
  height: 50vh;
  max-height: 100%
}
@media (min-width:576px) {
  .offcanvas.offcanvas-top {
    height: 60vh
  }
}
@media (min-width:768px) {
  .offcanvas.offcanvas-top {
    height: 70vh
  }
}
.offcanvas.offcanvas-top .offcanvas-body {
  overflow-y: auto
}
.nav-tabs {
  width: 100%;
  justify-content: space-between;
  border-bottom: none; /* Removed bottom border from nav-tabs component */
}
.nav-tabs .nav-link {
  position: relative;
  display: block; /* Ensures nav-link behaves correctly with positioning */
  border: 1px solid #dee2e6; /* Border color for all tabs */
  margin-bottom: -1px; /* Overlap the tab over the bottom border of the tab content */
  border-bottom: none; /* Removed bottom border for all tabs to avoid double borders */
}
.nav-tabs .nav-link:not(.active) {
  background: linear-gradient(to right, #f8f9fa, #e9ecef); /* Inactive tabs background */
}
.nav-tabs .nav-link.active {
  color: #e56910 !important; /* Sets the text color to orange for active tab */
  background-color: #fff; /* Active tab background color set to white */
  border-color: transparent; /* Makes the top, left, and right borders transparent */
  border-bottom-color: #e56910; /* Sets the bottom border color to orange */
  z-index: 1; /* Raise the z-index of the active tab to be above inactive tabs */
  font-weight: 400;
}
.nav-tabs .nav-link i {
  color: #fd7e14; /* Bootstrap's predefined orange color for icons */
}
.nav-tabs .nav-link:hover span, .nav-tabs .nav-link.active span {
  color: #e56910 !important;
}
.tab-content {
  background-color: #fff; /* Set tab content area background to white */
  border: 1px solid #dee2e6; /* Border color for tab content area */
  border-top: none; /* Explicitly remove the top border for the tab content */
}
/* Create the downward arrow for the active tab */
.nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -10px; /* Adjust this value to overlap the border as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent; /* Adjust the size of the arrow */
  border-right: 10px solid transparent; /* Adjust the size of the arrow */
  border-top: 10px solid #e56910; /* This is the color of the arrow */
  z-index: 1; /* Ensure the arrow is above any other positioned elements */
}
/* Custom styles for mobile footer */
.footer-link {
  text-decoration: none;
  color: #495057;
  font-size: 0.8rem;
}
.footer-link:hover {
  color: #007bff;
}
.icon-box {
  display: inline-flex; /* Use flex to center content */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  width: 100px; /* Set a specific width */
  height: 100px; /* Set the same value for height to make it a circle */
  padding: 20px;
  border-radius: 50%;
  background: #F2F2F2;
  margin-bottom: 20px;
}
.header-white-nav-links {
  color: rgba(255, 255, 255, .9) !important
}
.text-primary, a.text-primary:focus, a.text-primary:hover {
  color: #00527A !important
}
.text-orange {
  color: #e56910
}
.icon-text-orange {
  color: #e56910
}
.text-teal {
  color: #00527A !important
}
.text-teal:hover {
  color: #e56910 !important
}
/** TEXT GRADIENTS */
.text-gradient-purple {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(141deg, #00527A, #9c26d7);
  -webkit-background-clip: text;
  background-clip: text;
  background-size: cover;
}
.text-regular {
  font-size: 13px
}
.text-sans {
  font-family: Poppins, sans-serif !important
}
.text-caveat {
  font-family: "Caveat Brush", cursive !important;
}
.btn-dark, .btn-light, .btn-outline-primary, .btn-outline-secondary, .btn-primary, .btn-secondary, .btn-success, .btn-success.dropdown-toggle, .btn-white {
  font-family: Poppins, sans-serif
}
.banner-links a, .navlinkcolor, .text-grey {
  color: #464646 !important
}
.disclosure, .list-checked-item, .text-pepper {
  color: #373a36 !important
}
/*FONT WEIGHTS*/
.fw-1 {
  font-weight: 100; /* Light */
}
.fw-2 {
  font-weight: 200;
}
.fw-3 {
  font-weight: 300; /* Normal/light */
}
.fw-4 {
  font-weight: 400 !important; /* Normal - often the same as 'normal' */
}
.fw-5 {
  font-weight: 500; /* Medium */
}
.fw-6 {
  font-weight: 600; /* Semi-bold */
}
.fw-7 {
  font-weight: 700; /* Bold */
}
.fw-8 {
  font-weight: 800;
}
.fw-9 {
  font-weight: 900; /* Extra-bold */
}
/*COLOR CARDS*/
.card-green {
  border-bottom: 4px solid #8CC938; /* Sets the bottom border color */
  transition: background-color 0.3s; /* Smooth transition for the background color change */
}
.card-green:hover {
  background-color: #F6FBEF; /* Changes the background color on hover */
}
/* Card with #F38F1E border */
.card-orange {
  border-bottom: 4px solid #F38F1E; /* Orange border */
  transition: background-color 0.3s; /* Smooth transition for background color */
}
.card-orange:hover {
  background-color: #FEF5EC; /* Light orange background on hover */
}
/* Card with #00527A border */
.card-purple {
  border-bottom: 4px solid #00527A; /* Purple border */
  transition: background-color 0.3s; /* Smooth transition for background color */
}
.card-purple:hover {
  background-color: #F5F2FC; /* Light purple background on hover */
}
/* Card with #348EC0 border */
.card-blue {
  border-bottom: 4px solid #348EC0; /* Blue border */
  transition: background-color 0.3s; /* Smooth transition for background color */
}
.card-blue:hover {
  background-color: #EEF6FA; /* Light blue background on hover */
}
.fav-card-hover {
  transition: all 0.3s ease-in-out; /* Smooth transition for hover effect */
  border: solid 1px transparent; /* Prepare the border for the hover effect */
}
.fav-card-hover:hover {
  background: radial-gradient(circle, rgba(244, 123, 32, 0.5) 0, rgba(243, 144, 29, 0.5) 35%, rgba(244, 123, 32, 0.5) 100%);
  border-bottom: 3px solid #F38F1D; /* Blue bottom border */
  transform: translateY(-5px); /* Slightly lift the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Enhance shadow for depth effect */
}
.gradient-pink-orange {
  background: linear-gradient(45deg, rgba(107, 34, 185, 0.5), rgba(244, 123, 31, 0.5));
}
.bg-colorz2 {
  position: relative;
  width: 100%;
  height: 100%; /* Make the gradient cover the full container height */
  background:
    radial-gradient(at 30% 20%, rgba(255, 175, 189, 0.3), transparent 20%), radial-gradient(at 70% 40%, rgba(255, 223, 175, 0.3), transparent 30%), radial-gradient(at 50% 60%, rgba(175, 223, 255, 0.3), transparent 30%);
  background-color: #FFFFFF; /* Fallback color to ensure a smooth transition to white */
}
.bg-colorz3 {
  position: relative;
  width: 100%;
  height: 524px; /* Adjust based on your needs */
  background:
    radial-gradient(at 30% 30%, rgba(255, 233, 207, 0.2), transparent 70%), radial-gradient(at 70% 30%, rgba(207, 233, 255, 0.2), transparent 70%), radial-gradient(at 50% 50%, rgba(233, 255, 207, 0.2), transparent 70%);
  background-color: #FFFFFF; /* Fallback color */
}
.bg-colorz {
  position: relative;
  background-color: #FFFFFF; /* Base white background */
  width: 100%;
  height: auto;
  padding: 20px;
  overflow: hidden;
}
.bg-colorz::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(234, 246, 248, 0.3) 10%, transparent 40%), radial-gradient(circle at 80% 20%, rgba(245, 236, 212, 0.3) 10%, transparent 40%), radial-gradient(circle at 50% 80%, rgba(235, 141, 17, 0.1) 20%, transparent 50%), #FFFFFF;
  pointer-events: none;
}
.bg-colorz > * {
  position: relative;
  z-index: 1;
}
.bg-softgradient {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  /*    padding: 0 5rem;*/
  background-image: url(../img/backgrounds/soft-gradient.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 50%;
}
.bg-footer-purple {
  background-color: #00527A /*	background: linear-gradient(45deg, #00527A, #4c1d43, #712a63)*/
}
.bg-purple {
  background-color: #00527A
}
.bg-teal {
  background-color: #00527A
}
.bg-orange {
  background-color: #f47b20;
}
.bg-orange-gradient {
  background: linear-gradient(45deg, #e56910, #ffc72c)
}
.bg-secondary {
  background-color: #e56910 !important
}
.bg-primary {
  background: #e07e3c;
  background: radial-gradient(circle, #f47b20 0, #f3901d 35%, #f47b20 100%);
}
.bg-info {
  color: #00aeef !important
}
.disclosure {
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: 400 !important
}
.btn {
  text-transform: uppercase;
  letter-spacing: 0.05em !important;
}
.btn-primary, .btn-secondary {
  color: #fff;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}
.btn-primary, .btn-secondary:hover, .btn-success:hover {
  background-color: #fff !important;
  border-color: #e56910 !important;
  color: #00527A;
  border-width: 2px;
  letter-spacing: 0.05em !important;
}
.btn-primary:hover {
  background-color: #fff !important;
  border-color: #e56910 !important;
  color: #e56910 !important;
  box-shadow: 0 4px 11px rgba(0, 82, 122, .35) !important;
}
.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #e56910 !important;
  border-color: #e56910 !important
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6dcdb8;
  border-color: #6dcdb8;
  letter-spacing: 0.05em !important;
}
.btn-light[href]:active, .btn-light[href]:focus, .btn-light[href]:hover, .btn-light[type]:active, .btn-light[type]:focus, .btn-light[type]:hover, .btn-primary[href]:active, .btn-primary[href]:focus, .btn-primary[href]:hover, .btn-primary[type]:active, .btn-primary[type]:focus, .btn-primary[type]:hover {
  box-shadow: none !important
}
.btn-info, .btn-secondary {
  background-color: #00527A !important;
  border-color: #00527A !important
}
.btn-white {
  font-weight: 600;
  background-color: #fff;
  border-color: #e7eaf3;
  color: #00527A !important;
  letter-spacing: 0.05em !important;
}
.btn-success, .btn-success.dropdown-toggle, .btn-white:hover {
  background-color: #ccc !important;
  border-color: #ccc !important;
  letter-spacing: 0.05em !important;
}
.btn-white:hover {
  color: #fff !important
}
.btn-light {
  color: #1e2022;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}
.btn-outline-secondary {
  color: #00527A !important;
  font-weight: 600 !important;
  background-color: #fff !important;
  border-color: #e07e3c !important;
  border-width: 2px;
  letter-spacing: 0.05em !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:hover .fa-light {
  background-color: #e56910 !important;
  border-color: #e56910 !important;
  color: #fff !important;
}
.btn-outline-secondary:hover .fa-light {
  color: #fff !important;
}
.btn-success, .nav .nav-link:hover {
  color: #373a36
}
.btn-success.dropdown-toggle {
  color: #fff
}
.btn-light:hover {
  background-color: #bbdde6 !important;
  border-color: #bbdde6 !important
}
.btn-success {
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}
.btn-outline-primary {
  color: #00527A;
  font-weight: 600;
  background-color: #fff !important;
  border-color: #00527A !important;
  letter-spacing: 0.05em !important;
  border-width: 2px;
}
.btn-outline-primary:hover, .btn-outline-primary:hover .fa, .btn-outline-primary:hover .fas, .btn-outline-primary:hover .far, .btn-outline-primary:hover .fal, .btn-outline-primary:hover .fad {
  color: #fff !important;
  background-color: #00527A !important;
  border-color: #00527A !important;
}
.btn-dark {
  color: #fff !important;
  font-weight: 600 !important;
  background-color: #00527A !important;
  border-color: #00527A !important;
  letter-spacing: 0.05em !important;
}
.btn-dark:hover {
  background-color: #fff !important;
  border-color: #00527A !important;
  color: #00527A !important;
}
#ProductSection a, #ProductSection h3, .btn-outline-danger, .f400, .text-black {
  font-weight: 400 !important
}
.title-block {
  font-size: 1.45rem;
  font-weight: 300 !important;
  line-height: 1.6
}
.alert .sitealert, .sitealert {
  font-size: 1rem !important;
}
.alert-light {
  font-size: .95rem !important;
  color: #00527A;
  background-color: #F1F3F5;
  font-weight: 600;
  border-radius: 0;
  /*	z-index: 1050 !important;*/
  padding: 5px 0 4px 0 !important;
  z-index: 2 !important;
  /*	position: fixed; top: 0; left: 0; width: 100%; z-index: 1050 !important;*/
}
.alert-light .alert-link {
  color: #333 !important;
  font-size: .95rem !important;
  text-decoration: underline !important
}
.alert-dismissible .btn-close {
  padding: .7375rem .75rem;
}
.bg-alert {
  background-color: #F1F3F5;
}
img {
  max-width: 100%
}
.bg-top {
  background-image: linear-gradient(to right, rgba(48, 127, 226, .03), rgba(48, 127, 226, .05) 50%, rgba(48, 127, 226, .05))
}
.bg-img-hero {
  background-size: cover;
  background-position: top center
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s
}
.embed-container, .section {
  position: relative;
  overflow: hidden
}
.opacity-8 {
  opacity: .7 !important
}
.opacity-3 {
  opacity: .3 !important
}
.min-vh-md-80 {
  min-height: 70vh
}
.page-image {
  border-radius: 4px 0 0 4px;
  box-shadow: 0 0 15px #ddd !important
}
.step-icon-soft-primary {
  color: #00527A !important;
  background-color: rgba(55, 125, 255, .1)
}
.text-footer {
  color: #666 !important;
  font-weight: 600
}
.text-tiny {
  font-size: .65rem
}
.text-uppercase {
  text-transform: uppercase !important
}
.text-capitalized {
  text-transform: capitalize !important
}
.btn-soft-primary.active, .btn-soft-primary:active, .btn-soft-primary:focus, .btn-soft-primary:hover {
  color: #fff;
  background-color: rgb(99, 153, 174, .5);
  box-shadow: 0 4px 11px rgb(55 125 255 / 10%)
}
.text-black {
  color: #464646
}
.link-gold {
  color: #a39382 !important
}
.link-bluegrey, .text-blu, .text-iconblue {
  color: #6399ae !important
}
.embed-container {
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%
}
.slick-pagination li span {
  width: .9375rem;
  height: .9375rem;
  background-color: #9dd07d
}
.slick-pagination li.slick-active span {
  border-color: #49bbdf
}
.slick-dots .dot-line {
  width: 3.75rem;
  height: .3975rem;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .3)
}
.slick-dots .dot-line-helper {
  background-color: #9dd07d;
  border-radius: 10px
}
.embed-container embed, .embed-container iframe, .embed-container object, .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.section {
  margin: 60px 0;
  padding: 60px 0
}
.image-left, .image-right {
  max-width: 100% !important;
  margin-bottom: 15px !important
}
.rgba-black-light, .rgba-black-light:after {
  background-color: rgba(0, 0, 0, .4)
}
.rgba-blue, .rgba-blue:after {
  background-color: rgba(99, 153, 174, .8)
}
.rgba-orange, .rgba-orange:after {
  background-color: rgba(224, 126, 60, .8)
}
.rgba-green, .rgba-green:after {
  background-color: rgba(138, 141, 74, .8)
}
.rgba-teal, .rgba-teal:after {
  background-color: rgba(0, 169, 157, .8)
}
.rgba-grey, .rgba-grey:after {
  background-color: rgba(118, 134, 146, .8)
}
.rgba-lime, .rgba-lime:after {
  background-color: rgba(194, 225, 137, .8)
}
.rgba-teal-strong, .rgba-teal-strong:after {
  background-color: rgba(0, 150, 136, .7)
}
.bg-slate, .btn-outline-danger, .button-red {
  background-color: #4e87a8 !important
}
.button.button-large {
  padding: 0 26px;
  font-size: 16px;
  height: 46px;
  line-height: 46px
}
.button.button-large.button-circle {
  border-radius: 23px
}
.btn-outline-danger {
  color: #fff;
  border-color: #4e87a8 !important
}
.btn-outline-info {
  color: #333f4c !important;
  border-color: #4e87a8 !important
}
.fa-rotate {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
.nav-box .nav-link.active {
  color: #57ccf6 !important;
  background-color: #bbdde6 !important;
  box-shadow: 0 12px 15px rgba(140, 152, 164, .1)
}
.bg-dark-grey {
  background-color: #697883 !important
}
.bg-purple {
  background-color: #00527A !important
}
.bg-greyish {
  background-color: #7FA1AF !important
}
.banner-links, .text-orchard {
  color: #b6bf00 !important
}
.banner-links:hover {
  color: #57ccf6 !important;
  transition: .2s ease-in-out !important;
  transform: translateY(-3px) !important
}
.text-body {
  color: #444 !important
}
.border-primary {
  border-color: #F48F1E !important;
}
.fspace {
  letter-spacing: 1.5px
}
.dropdown-item:hover, .slick-pagination-interactive .slick-center .slick-pagination-interactive-title {
  color: #005eb8 !important
}
.f200 {
  font-weight: 200 !important
}
.f500 {
  font-weight: 500 !important
}
.f600, .table thead th {
  font-weight: 600 !important
}
.slick-pagination-interactive .slick-slide {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .8) !important;
  transition: .3s
}
.slick-pagination-interactive-text {
  color: #677788 !important
}
.btn-soft-primary {
  color: #0458ac !important;
  background-color: rgba(55, 125, 255, .1);
  border-color: transparent
}
.text-charcoal {
  color: #343f4c !important
}
.text-slate {
  color: #394046
}
.btn-soft-info {
  color: #fff !important;
  background-color: #e56a54 !important;
  border-color: #e56a54 !important
}
.alert-primary, .table thead th {
  background-color: #00527A !important;
  color: #fff !important
}
@media (min-width:768px) and (max-width:1024px) {
  .header .nav-link-toggle::after {
    display: none !important
  }
}
.bggradient {
  background: #036189;
  background: linear-gradient(180deg, #036189 35%, #0293bf 100%)
}
.bg-gradientblue {
  background: #fff;
  background: -moz-radial-gradient(circle, #fff 0, #fff 45%, #9ae0fa 100%, #57ccf6 100%);
  background: -webkit-radial-gradient(circle, #fff 0, #fff 45%, #9ae0fa 100%, #57ccf6 100%);
  background: radial-gradient(circle, #fff 0, #fff 45%, #9ae0fa 100%, #57ccf6 100%)
}
.navbar-banner::after {
  background: 0 0 !important
}
.btn-outline-success:hover {
  color: #fff;
  background-color: rgb(255, 255, 255, .4) !important;
  border-color: #00c9a7
}
.bgpattern {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='18' viewBox='0 0 100 18'%3E%3Cpath fill='%2392aca3' fill-opacity='0.05' d='M61.82 18c3.47-1.45 6.86-3.78 11.3-7.34C78 6.76 80.34 5.1 83.87 3.42 88.56 1.16 93.75 0 100 0v6.16C98.76 6.05 97.43 6 96 6c-9.59 0-14.23 2.23-23.13 9.34-1.28 1.03-2.39 1.9-3.4 2.66h-7.65zm-23.64 0H22.52c-1-.76-2.1-1.63-3.4-2.66C11.57 9.3 7.08 6.78 0 6.16V0c6.25 0 11.44 1.16 16.14 3.42 3.53 1.7 5.87 3.35 10.73 7.24 4.45 3.56 7.84 5.9 11.31 7.34zM61.82 0h7.66a39.57 39.57 0 0 1-7.34 4.58C57.44 6.84 52.25 8 46 8S34.56 6.84 29.86 4.58A39.57 39.57 0 0 1 22.52 0h15.66C41.65 1.44 45.21 2 50 2c4.8 0 8.35-.56 11.82-2z'%3E%3C/path%3E%3C/svg%3E")
}
.calloutbg {
  background-color: #5d9732;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23609c34' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%2363a135' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%2366a637' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2369ab38' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%236cb03a' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%2372ba3d' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2379c441' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%2380ce44' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%2386d948' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%238de34b' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover
}
.link-underline, .text-underline {
  border-bottom: .0625rem dashed #97a4af
}
@media all {
  video {
    display: inline-block;
    vertical-align: baseline
  }
  .using-mouse:focus {
    outline: 0
  }
  .using-mouse::-moz-focus-inner {
    border: 0
  }
}
.background-video {
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
  object-fit: cover
}
video[poster] {
  object-fit: cover
}
.background-video-content {
  color: #fff !important;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 35px
}
.badge-primary {
  color: #fff;
  background-color: #187da9 !important
}
@media (min-width:992px) {
  .offcanvas.offcanvas-top {
    height: 50vh
  }
  .text-shadow {
    text-shadow: 1px 1px 0 #fff
  }
  .text-lightblue {
    color: #00aeef
  }
  .header-box-shadow .header-section {
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .44) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .44) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, .95) 0, rgba(255, 255, 255, .44) 100%);
    box-shadow: 0 1px 20px rgba(140, 152, 164, .25) !important;
    z-index: 1 !important
  }
  #skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -40px;
    left: 0;
    color: #bf1722;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: #fff;
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    text-decoration: underline !important;
    z-index: 1000 !important
  }
  .shadow-primary-lg {
    box-shadow: 0 0 50px rgba(0, 72, 81, .4) !important
  }
  #skiptocontent a:focus {
    position: absolute !important;
    left: 0;
    top: 0;
    outline: 0;
    -webkit-transition: top .1s ease-in;
    transition: top .1s ease-in
  }
  .image-left {
    margin-right: 20px !important;
    float: left !important
  }
  .image-right {
    margin-left: 20px !important;
    float: right !important
  }
  .cms-float-left {
    margin-right: 40px !important;
    margin-bottom: 35px !important;
    margin-top: 15px !important
  }
  .cms-float-right {
    margin-left: 40px !important;
    margin-bottom: 25px !important;
    margin-top: 15px !important
  }
  .box-shadow {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .04)
  }
  .box-shadow-shallow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
  }
  .box-shadow-wide {
    box-shadow: 0 23px 40px rgba(0, 0, 0, .2)
  }
  .border--round, .border--round .background-image-holder, .border--round:before {
    border-radius: 6px
  }
  .video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%
  }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    border: none
  }
  .shape-divider {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1
  }
  .shape-divider[data-position=bottom] {
    top: auto;
    bottom: -1px
  }
  .shape-divider[data-front=true] {
    z-index: 4
  }
  .shape-divider svg {
    position: relative;
    width: 100%;
    width: calc(100% + 1.3px);
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
  }
  .shape-divider[data-flip-vertical=true], .shape-divider[data-position=bottom] {
    transform: rotate(180deg)
  }
  .shape-divider[data-position=bottom][data-flip-vertical=true] {
    transform: rotate(0)
  }
  .shape-divider[data-flip=true] svg {
    transform: translateX(-50%) rotateY(180deg)
  }
  .shape-divider-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0)
  }
  .go-to {
    background-color: rgba(229, 105, 16, .8) !important;
    color: #fff;
    opacity: .5;
    bottom: 95px !important
  }
  .go-to:focus:hover, .go-to:hover {
    color: #fff;
    background-color: rgba(229, 105, 16) !important;
    opacity: 1
  }
  .expanded-text {
    width: 100%
  }
  .expanded-text:hover span.longer-name {
    display: block
  }
  .shapedividers_com-691 {
    overflow: hidden;
    position: relative
  }
  .shapedividers_com-691::before {
    content: '';
    font-family: 'shape divider';
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 100% 29px;
    background-position: 50% 0;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23ffffff"/></svg>')
  }
  @media (min-width:768px) {
    .shapedividers_com-691::before {
      background-size: 100% 57px;
      background-position: 50% 0
    }
  }
  @media (min-width:1025px) {
    .shapedividers_com-691::before {
      bottom: -.1vw;
      left: -.1vw;
      right: -.1vw;
      top: -.1vw;
      background-size: 100% 90px;
      background-position: 50% 0
    }
  }
  @media (min-width:2100px) {
    .shapedividers_com-691::before {
      background-size: 100% calc(2vw + 90px)
    }
  }
  .responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
  }
  @media (max-width: 575.98px) {
    .navbar-expand-sm .navbar-nav .dropdown-menu:not(.navbar-dropdown-menu)::before {
      background-color: rgba(33, 50, 91, 0);
    }
  }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    text-transform: uppercase;
    letter-spacing: 1px
  }
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000
  }
  .table td, .table th {
    padding: .5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    white-space: normal;
    text-align: left
  }
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
  }
  .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
  }
  .table-comparison th {
    font-weight: 600;
    color: #1d5c42
  }
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive-sm > .table {
    border: 0
  }
  .table-responsive-sm > .table thead {
    display: none
  }
  .table-responsive-sm > .table tbody, .table-responsive-sm > .table td, .table-responsive-sm > .table th, .table-responsive-sm > .table tr {
    display: block;
    width: 100%
  }
  .table-responsive-sm > .table td, .table-responsive-sm > .table th {
    border: 1px solid #edf0f1;
    border-top: none;
    padding: .5rem
  }
  .table-responsive-sm > .table td[data-header]:before {
    content: attr(data-header) ": ";
    font-weight: 700;
    display: block;
    color: #005eb8;
    margin-bottom: .25rem
  }
  .table-responsive-sm > .table td[data-header] {
    padding-left: 0;
    padding-top: .5rem
  }
  .table-striped > tbody > tr:nth-of-type(odd) > td, .table-striped > tbody > tr:nth-of-type(odd) > th {
    background-color: #f8f9fa;
    color: #000 !important
  }
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
  }
  .sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
  }
  .fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
  }
  .fa-xs {
    font-size: .75em
  }
  .fa-sm {
    font-size: .875em
  }
  .fa-1x {
    font-size: 1em
  }
  .fa-2x {
    font-size: 2.25em
  }
  .fa-3x {
    font-size: 3em
  }
  .fa-4x {
    font-size: 4em
  }
  .fa-5x {
    font-size: 5em
  }
  .fa-6x {
    font-size: 6em
  }
  .fa-7x {
    font-size: 7em
  }
  .fa-8x {
    font-size: 8em
  }
  .fa-9x {
    font-size: 9em
  }
  .fa-10x {
    font-size: 10em
  }
  .icon-md {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: 0.8rem;
  }
  .rounded-circle {
    border-radius: 50% !important;
  }
  .bg-opacity-10 {
    --bs-bg-opacity: 0.1;
  }
  /* Hover Glow Effect for Images */
  .img-hover-glow:hover {
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
    transition: box-shadow 0.3s ease-in-out;
  }
  /* Gradient Text */
  .gradient-text {
    background: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  /* Frosted Glass Effect */
  .frosted-glass {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.5);
  }
  /* Text Shadows for Depth */
  .text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  }
  .text-neon {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-shadow:
      0 0 5px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 40px #0ff, 0 0 80px #0ff, 0 0 90px #0ff, 0 0 100px #0ff, 0 0 150px #0ff;
  }
  /* Custom Scrollbar for a polished look */ ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  ::-webkit-scrollbar-thumb {
    background: #797A7D;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #000000;
  }
  /* Advanced Shadows and Depth */
  .shadow-depth-1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  }
  .shadow-depth-2 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.19), 0 9px 12px rgba(0, 0, 0, 0.23);
  }
  /* Interactive Background */
  .bg-interactive {
    background-color: #009FFF;
    background-image: linear-gradient(160deg, #009FFF 0%, #ec2F4B 100%);
    transition: background-image 0.5s ease-in-out;
  }
  .bg-interactive:hover {
    background-image: linear-gradient(160deg, #ec2F4B 0%, #009FFF 100%);
  }
}