/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 27 2025 | 01:44:32 */
/* =================================== */
/* Media Query Breakpoints */
/* =================================== */
/* =================================================== */
/* BNT BRAND ELEMENTS */
/* =================================================== */
/* =================================================== */
/* Reverse order of content layout on mobile devices */
/* =================================================== */
.reverse-column-order-mobile.vc_row {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .reverse-column-order-mobile.vc_row {
    flex-direction: column-reverse;
  }
}
/* =================================================== */
.imp-focus-info-blue h1, .imp-focus-info-blue h2, .imp-focus-info-blue h3, .imp-focus-info-blue h4, .imp-focus-info-blue h5, .imp-focus-info-blue h6, .imp-focus-info-blue p {
  color: white !important;
}
.in-border {
  border: 1px solid transparent;
  /* A transparent border to maintain initial size */
  transition: box-shadow 0.3s ease;
}
.in-border:hover {
  box-shadow: inset 0 0 0 5px white;
}
.imp-content-menu li {
  display: inline-block;
}
.imp-content-menu li a {
  text-decoration: none !important;
  color: black;
}
.imp-content-menu li::after {
  content: "|";
  color: white !important;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
.imp-content-menu li:last-child:after {
  content: "";
}
li.imp-menu-cta {
  padding: 5px 20px;
  background-color: #00c3db !important;
  border-radius: 5px;
}
li.imp-menu-cta:hover {
  background-color: #0054a4 !important;
}
li.imp-menu-cta a {
  color: white !important;
  font-weight: bold;
  text-transform: uppercase;
}
.ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
  line-height: 40px;
}
.ast-primary-header-bar, .site-below-footer-wrap {
  border: none !important;
}
.imp-circle-border img {
  border: 5px solid #00c3db;
}
.imp-bg-sidebar .vc_column-inner {
  background-attachment: fixed !important;
}
