  .wrapper {z-index: 1;}
.pt-48 {padding-top:48px;}
.pb-48 {padding-bottom:48px;}
.row.display-flex > [class*='col-'] {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	margin-bottom: 30px;
}	
.service-tile-item {flex-grow: 0;}

h2, h3, p, figure {
    position: relative;
}			
.contact-area h2:after, .subsection .contact-area h2:after {
    margin-top: 5px;
}			
	@media screen and (min-width: 720px) {
		.item.contact-box {	top: 20px;}	
			}



.scroller{position:absolute; bottom:0; font-size: 2rem; margin-bottom:20px; -moz-animation: bounce 2s infinite; -webkit-animation: bounce 2s infinite; animation: bounce 2s infinite;}
.scroller a {color:#fff; opacity:.6;}
.scroller a:hover {color:#00AEEF;}
.light-wrapper {
    background: #f3f3f3;
}
.news-item {
    margin-bottom: 10px;
    padding-left: 0!important;
    padding-right: 20px;
}		
		.blog {
    display: flex;
    flex-wrap: wrap;
}
		.blog .post {
    margin-bottom: 20px;
}
hr.invis {color:transparent; padding:20px 0;background: none;}	
.post h3.post-title {
	font-size: 18px;
	color: #434343;
	line-height: 1.4rem;
}
.post h3.post-title:after {
    width: 50px;
    height: 3px;
    border-top: 1px solid #44D62C;
    content: '';
    display: block;
    margin-top: 14px;
    margin-bottom: 16px;
}
.post a {
	color: #4aa2d1;
	transition: all 200ms ease-in;
	text-decoration:none;
}
.post-title a {
	color: #434343
}
.post-title a:hover {
	color: #4aa2d1
}
.post .meta span:before {
	content: "|";
	padding: 0 10px;
}
.post .meta span:first-child:before {
	display: none
}
.post .meta, .post a.more {
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 10px;	
	text-transform: uppercase;
}
.post .meta a, .post a.more {
	color: #9a9a9a;
	text-transform: uppercase;
}
.post .meta a:hover,.post .more:hover {
	color: #4aa2d1;
	text-decoration: none;
}
.post p {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.post a.more {
	display: inline-block;
	margin-bottom: 15px;
}
.post .more:after {
	font-family: 'Font Awesome 6 Pro';
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	content: "\f178";
	padding-left: 5px;
	display: inline-block;
}
.matrix.inverse-wrapper a.more:hover, .matrix.inverse-wrapper h3.post-title a:hover {
    color: #00AEEF;
}		
		
.bb-btn.naked {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bb-btn.naked:hover {
    background: none!important;
    color: #003359;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #00AEEF;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translatey(-5px);
    -ms-transform: translatey(-5px);
    transform: translatey(-5px);
}

	
.calendar-event-card {margin-bottom: 10px; min-height: 80px;}		
.calendar-event-card figure.date {
	color: #fff;
    float: left;
    height: 70px;
	width: 70px;
    overflow: hidden;
	text-align:center;
	margin-right:20px;
	background-color:#003359;
}
		
.calendar-event-card .date .month {
    font-size: 14px;
    padding-top: 5px;
	line-height:1;
    text-align: center;
    text-transform: uppercase;
}
.calendar-event-card .date .day {
    font-size: 50px;
	line-height:1;
    font-weight: 800;
}
.calendar-event-card h3 {
	font-size: 18px;
    margin-bottom: 0;
	line-height: 1.2;	
    color: #404040;
    text-transform: none;
    padding-top: 0;
}		
.calendar-event-card p, .cta-bar .box.gray p{margin-bottom:0; padding-bottom:0;}	


.matrix.inverse-wrapper h3.main-title.no-line:after {
    display: none;
}	
.cta-bar-wrapper .cta-bar {
    background: rgb(25 25 25 / 58%)!important;
}
.news-item figure img {border-radius:100%;}
.quote-card {
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.07);
    padding: 3rem 4rem;
    text-align:center;
	background-color:#fff;
}

p.eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}
p.the-quote {
    font-size: 24px;
    line-height: 1.6;
    text-align: left;
}
p.the-quote:before, p.the-quote:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\201C";
    position: absolute;
     font-size: 4rem;
    opacity: 0.3;
    font-style: normal;
}
p.the-quote:before {
       left: 2rem;
    top: 4rem;
}
p.the-quote:after {
    content: "\201D";
    right: 20px;
    bottom: 0px;
}
.quote-card h5 {
    font-size: 20px;
    font-weight: 900;
    color: #003359;
}	
.quote-card .attribution {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
	justify-content: center;	
		}		
.quote-card figure {height:100px; width:100px; margin-right:20px; overflow:hidden;border-radius:100%;}
.quote-card figure img {width: 100%; max-width: 100%; height: 100%;  object-fit: cover!important; object-position: top center;}
		
@media (max-width:425px) {
		.quote-card {padding:2rem;}
		p.the-quote {font-size:18px;}
		p.the-quote:after,p.the-quote:before {display:none;}
		.quote-card figure {margin-bottom:10px;}
		}		
		
.title-block {
    padding-top: 30px;
position: relative;
    margin-bottom: 40px;
}

.gradient-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #00AEEF;
    font-weight: bold;
    background: #82c342;
    background: -moz-linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    background: -webkit-linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    background: linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342', GradientType=1);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

h3.heading-title.bigger {
    position: relative;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 900;
font-size: 48px;

}
.event-items {margin-bottom: 1rem;}
p a.readmore {text-align:right;}
			a.readmore {
			font-size: 11px;
			white-space: nowrap;
			text-transform: uppercase;
			letter-spacing: 1px;

			}

	.matrix.inverse-wrapper .box h3 {color: #003359; text-transform: none; margin-bottom: 10px; font-weight: bolder;}
			.matrix.inverse-wrapper .box p {color:#000;}
			.matrix.inverse-wrapper .box a, .matrix.inverse-wrapper .box a:link, .matrix.inverse-wrapper .box a:visited {color:#000;}

  .snip1515 {
            position: relative;
            width: 100%;
            margin-bottom: 30px;
            color: #000000;
            text-align: center;
            line-height: 1.4em;
            font-size: 14px;
            box-shadow: none !important;
        }

        .snip1515 * {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .snip1515 .profile-image {
            display: inline-block;
            z-index: 1;
            position: relative;
            padding: 10px;
            border: 2px solid #A5ACAF;
        }

        .snip1515 .profile-image img {
            max-width: 100%;
            vertical-align: top;
			margin-right:0;
        }

        .snip1515 figcaption {
            width: 100%;
            background-color: #F2F2F2;
            color: #555;
            padding: 125px 25px 25px;
            margin-top: -100px;
            transition: 0.2s all ease-out;
        }

        .snip1515:hover figcaption {
            box-shadow: 0px 4px 15px rgb(0 0 0 / 18%);
        }

        .snip1515 h3,
        .snip1515 h4,
        .snip1515 p {
            margin: 0 0 5px;
        }

        .snip1515 h3, .serif-title {
            font-weight: bolder;
            font-size: 1.6em;
            font-family: Georgia, Times, Arial, sans-serif;
            text-transform: none !important;
        }

        .snip1515 h4 {
            color: #003359;
            font-weight: 600;
            text-transform: none;
            font-size: .9rem;
            line-height: 1.3;
            margin-bottom: 10px;
            min-height: 40px;
        }

        .snip1515 p {

            opacity: 0.9;
        }

        .snip1515 .icons {
            text-align: center;
            width: 100%;

        }

        .snip1515 .fas {
            padding: 10px 2px;
            font-size: 18px;
            font-weight: normal;
            color: #00AEEF;
            opacity: 0.75;
        }

        .snip1515 .fa:hover {
            opacity: 1;
            -webkit-transition: all 0.35s ease;
            transition: all 0.35s ease;
        }

        hr.invis {
            color: transparent;
            padding: 20px 0;
            background: none;
        }

.profileCard-contact p.email a {
    color: #003359!important;
    font-weight: 400!important;
}
.matrix.inverse-wrapper {
    background: #003359;
    background-image: url(/test/hm/shield-solid-1.svg) !important;
    background-position: 50px 50px !important;
    background-size: 50%;
    background-repeat: no-repeat !important;
}
.service-tile-item .item .box {position:relative;overflow:hidden;}	
.service-tile-item .item .box:before {
    content: '';
    position: absolute;
    width: 130%;
    height: 30%;
    bottom: -40%;
    left: -15%;
    opacity: 0;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-color: #00AEEF;
    z-index: 1;
}
.service-tile-item .item .box:hover:before {
    opacity: 1;
}
.item .box h3 {
    font-size: 24px;
    line-height: 30px;
    text-wrap: balance;
}