  .item.contact-box p {margin-bottom: 0;}	
.contact-box p a:not(.bb-btn):not(.bb2-btn):not(.btn) {font-weight:bold!important;}
.contact-box p .entry a.chapter, .contact-box p .entry a.page {
    font-size: 17px;
    color: #003359 !important;
}
.entry {
  display: grid;
  grid-template-columns: auto max-content;
  grid-template-areas: "chapter page";
  align-items: end;
  gap: 0 .25rem;
}
.chapter {
  grid-area: chapter;
  position: relative;
  overflow: hidden;
}
.chapter::after {
  position: absolute;
  padding-left: .25ch;
  content: " . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . "
  ". . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ";
  text-align: right;
  color: #00AEEF;
letter-spacing: -1.2px;
    font-weight: normal !important;
}
.page {
  grid-area: page;
}	
.jagsafeimg {width: 20vw; padding-right: 1rem;}	
.short {max-width:850px; margin:auto; text-wrap:balance; text-align:center; font-weight:bold;}

.info-cards .info-item .info-title {
    font-size: 16px;
    text-align: center;
    margin: 1rem;
}		
p.info-card.info-title:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f03d';
    padding-right: 5px;
}		
.cta-bar h2:before {
    content: "";
    /* height: 100px; */
    width: 197px;
    position: absolute;
    top: 23px;
    background: url(/test/jagsafe/images/alert.gif);
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cta-bar p, .cta-bar h2, .cta-bar h3, .cta-bar h4, .cta-bar h1 {
    text-wrap: balance;
}
.service-tiles.five-columns > .service-tile-item {min-width: 235px;}
.service-tiles {justify-content: center;}
.service-tile-item {flex-grow: 0!important;}
.service-tile-item:first-of-type {
    padding-left: 0;
}
.service-tile-item .item .box {
    height: 100%;
    position: relative;
    padding: 30px!important;
    -webkit-box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    box-shadow: 0 3.4px 2.7px -30px rgb(0 0 0 / 6%), 0 8.2px 8.9px -30px rgb(0 0 0 / 7%), 0 25px 40px -30px rgb(0 0 0 / 20%);
    border-radius: 8px;
    background: #FFFFFF;
    transition: all .5s;
    z-index: 1;
}
.service-tile-item .item .box .icon {
    height: 70px;
    font-size: 30px;
    width: 70px;
    line-height: 70px;
    margin: auto;
    background: rgb(0 181 242 / 50%);
    border-radius: 100%;
}	
.service-tile-item .item .box .icon lord-icon {margin-top:5px;}
.service-tile-item:nth-child(2) .item .box .icon {
     color: #A5ACAF;
    background: rgb(165 172 175 / 50%);
}
.service-tile-item:nth-child(3) .item .box .icon {
color: #82c342;
    background: rgb(130 195 66 / 50%);
}
.service-tile-item:nth-child(4) .item .box .icon {
color: #64A0c8;
    background: rgb(100 160 200 / 50%);
}
.service-tile-item:nth-child(5) .item .box .icon {
       color: #ffc107;
    background: rgb(0 181 242 / 50%);
}
.service-tile-item .item .box h3 {
    margin: 21px 0px 11px 0px;
    font-size: 24px;
    line-height: 26px;
    color: #222222;
    text-transform: none;
    transition: 0.4s;
    font-weight: bold!important;
}
.service-tile-item .item .box p {margin-bottom: 0;}
.service-tile-item .item .box:not(.no-link):hover {
    box-shadow: none; 
    background-color: #003359;
}

.service-tile-item .item .box:not(.no-link):hover {
    color: #fff;
}

.service-tile-item .item .box:not(.no-link):hover h3, 
.service-tile-item .item .box:not(.no-link):hover p {
    color: #fff !important;
}

.service-tile-item .item .box:not(.no-link):hover p a:link {
    color: #00AEEF !important;
}

.cta-bar-wrapper .cta-bar {padding-top: 90px;}
@media (max-width: 900px) {
    .service-tiles.three-columns > .service-tile-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width:768px) {
figure.jagsafeimg.pull-left {
    float: none;
    display: block;
    width: 100%;
    margin: auto;
    max-width: 400px;
    padding-right: 0;
}	
}
