/**
 * Tip-Client CSS - Site-specific overrides
 * Add custom styles here to override tipcms.css for this build.
 * Leave empty if no overrides are needed.
 */
 .tipgrid .wrapper1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
}

/* ===== Tipgrid cells (templates 13, 15, 105, 117, etc.) ===== */
.tipgrid .tipcell {
  padding: 0;
  color: #333;
}
.tipgrid .tipcell-shadowborder {
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  margin: 15px;
  position: relative;
  background: #fff;
}
.tipgrid .tipcell-blue {
  padding: 20px;
  /*border: 1px solid #000000;*/
  border-radius: 10px;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.5);
  margin: 15px;
  position: relative;
  background: #fff;
}
.tipgrid .tipcell-noborder {
  padding: 20px;
}
.tipcell__button {
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
  background: #009ADF;
  border-radius: 0 0 9px 9px;
  font-size: 0.8em;
  border-right: 1px solid #008fd5;
  border-left: 1px solid #008fd5;
  border-bottom: 1px solid #008fd5;
  border-top: 1px solid #333;
  position: absolute;
  bottom: 0;
  right: 0;
}
.tipcell__button:hover {
  background: #333333;
  transition: ease 1s;
}
.tipcell__link {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.1rem;
  color: #333;
  text-decoration: none;
}
.tipcell__link:hover {
  color: #333;
  text-decoration: none;
}
.tipcell__link:visited {
  color: #fff;
  text-decoration: none;
}
.tipcell__button a:link {
  color: #fff;
  transition: ease 1s;
}
.tipcell__button a:hover {
  background: #333333;
  transition: ease 1s;
}
.tipcell__button2 {
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #000;
  background: #009ADF;
  border-radius: 0 0 9px 9px;
  font-size: 0.8em;
  border-right: 1px solid #008fd5;
  border-left: 1px solid #008fd5;
  border-bottom: 1px solid #008fd5;
  border-top: 1px solid #333;
  bottom: 0;
  right: 0;
}
.tipcell__button2:hover {
  background: #333333;
  transition: ease 1s;
}
.tipcell__button2 a:link {
  color: #fff;
  transition: ease 1s;
}
.tipcell__button2 a:hover {
  background: #333333;
  transition: ease 1s;
}
.tipgrid .head {
  font-weight: bold;
  background: #fff;
}
.tipcell-blue {
  position: relative;
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  padding: 0;
  transition: all 0.4s ease;

  /* Soft water-like depth */
  box-shadow:
    0 10px 30px rgba(0, 119, 182, 0.08),
    0 4px 12px rgba(0, 0, 0, 0.04);
}
.tipcell-blue::before {
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  
}
.tipcell-blue:hover {
    transform: translateY(-8px);
  box-shadow:
    0 20px 50px rgba(0, 119, 182, 0.18),
    0 10px 25px rgba(0, 0, 0, 0.08);
}
.tpl12-content { width: 100%; padding: 0; }


.WhitePaper { background: url("/cms/assets/_core/image/white-paper.jpg") center / cover fixed no-repeat; }
.TanPaper { background: url("/cms/assets/_core/image/tan-paper.jpg") center / cover fixed no-repeat; }
.BluePaper { background: url("/cms/assets/_core/image/blue-paper.jpg") center / cover fixed no-repeat; }



.herronbkgnd h1 {
    margin: 0;
    padding: 0;
    color: #1e3a5f;
    font-size: 3.3rem;
    line-height: 1.2em;

  text-shadow:
    0 0 8px rgba(255,255,255,0.62),
    0 0 16px rgba(255,255,255,0.50),
    0 2px 6px rgba(0,0,0,0.32);
}
@media (max-width: 768px) {
  .herronbkgnd {
    position: relative;
    overflow: hidden;
  }
@media (max-width: 768px) {
  .herronbkgnd h1 {
    font-size: 2.2rem;
    line-height: 1.2em;
  }
  .herronbkgnd: :before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.35); /* adjust strength here */
    z-index: 1;
  }

  /* keep content above overlay */
  .herronbkgnd > * {
    position: relative;
    z-index: 2;
  }
}

/* =========================================
   PREMIUM IMAGE STYLE
   Rounded corners + shadow + hover effect
========================================= */

.img-premium {
  display: block;
  max-width: 100%;
  height: auto;

  /* Rounded corners */
  border-radius: 14px;

  /* Base shadow */
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);

  /* Smooth animation */
  transition: all 0.35s ease;
}

/* =========================================
   HOVER EFFECT
========================================= */

.img-premium:hover {
  /* Slight lift */
  transform: translateY(-6px) scale(1.01);

  /* Stronger shadow */
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}
.tplban
{
  color: #FFFFFF;
  padding: 15px 0;
  font-family: Roboto, sans-serif;
  font-size: clamp(1.4rem, 2.3vw, 2.3rem);
  font-weight: 600;
  margin:0;
  width:100%
}
#bttn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #DBA140;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  color: #fff;
}
h4 (
    color: #074780;
)

img (
border-radius: 8px;
)

.sitemap-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  font-family: Arial, Helvetica, sans-serif;
}

.sitemap-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 768px) {
  .sitemap-grid {
    grid-template-columns: 1fr;
  }
}

.sitemap-section h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #222;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6px;
}

.sitemap-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sitemap-section li {
  margin: 6px 0;
}

.sitemap-section a {
  color: #333;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.sitemap-section a:hover {
  color: #000;
  text-decoration: underline;
}

.sitemap-section ul ul {
  padding-left: 15px;
  margin-top: 4px;
}

.sitemap-section ul ul a {
  font-size: 0.9rem;
  color: #555;
}