  html {scroll-behavior: smooth;}
.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;
}	
@media only screen and (min-width:768px;) {
.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;}	
			}

@media only screen and (min-width: 768px) {
.subsection {padding: 0 50px 90px 90px;}	
}
@media only screen and (max-width: 768px) {
.subsection {padding: 30px 50px 30px 50px;}					
			}
@media only screen and (max-width: 425px) {
.subsection {padding: 30px 20px 30px 20px;}					
			}	
@media (min-width: 45em) {
#breadcrumb ul {padding: 35px 50px 15px 90px;}
.l-page h1 {margin: 0 50px 0 90px;}
}	


.ou-justedit-region a, .ou-justedit-region p {
    color: #000!important;
}

.profileCards-container.style1 .profileCard-parent{
	justify-content: space-around;
}


.profileCards-container.style3 .profileCard-parent {
border-radius: 8px;
    -webkit-box-shadow: 0 2px 2px rgb(56 56 56 / 80%), 0 2px 10px rgb(100 100 100 / 30%);
    box-shadow: 0 2px 2px rgb(16 16 16 / 80%), 0 2px 10px rgb(100 100 100 / 30%);
}
.profileCards-container.style3 .email {
display:none;
}

.profileCards-container.style3 .profileCard-image:before {
    padding-top: 85%;
}
.profileCards-container .name {
	text-transform: none!important;
}
.profileCards-container.style2 .name {
	font-weight: 700!important;
}
		.news-item figure img {
border-radius: 8px;
}
		
.image-stack-top {
    grid-row: 1;
    grid-column: 1 / span 12;
    padding-top: 10%;
    z-index: 1;
}
.image-stack {
    display: grid;
    position: relative;
    grid-template-columns: repeat(13, 1fr);
    place-self: center;
}
.image-stack-bottom {
    grid-column: 7 / -1;
    grid-row: 1;
}
.image-stack img {width: 100%;display: block;}
.image-stack-top img {border-radius: 10px; box-shadow: 8px 8px 20px 0px rgb(0 0 0 / 35%);}
		.box {    -webkit-box-shadow: 0 3px 0 rgb(148 203 97);
    box-shadow: 0 3px 0 rgb(148 203 97);
}
		.post-content p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
		.cta-bar-wrapper .cta-bar {
    padding: 50px 0;
    background: none)!important;
}
		@media (min-width: 1200px) {
		.container {
    width: 1270px;
}
		
		}

.matrix .under-text {
    color: #003359;
    font-size: 36px;
    font-family: "Georgia", Sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
		margin-bottom:20px;
		}
		
		.cta-bar .under-text {
    color: #fff;
    font-size: 36px;
    font-family: "Georgia", Sans-serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
		margin-bottom:20px;
		}
	.cta-bar p a {
		color:#fff!important;
		margin-bottom: 3px;

	}	
		
		
		ul.pphoto-gallery li {
    border: 5px solid #003359;
		position:relative;
}
		ul.pphoto-gallery li:hover {
	-webkit-box-shadow: 0px 1px 10px -3px rgba(0,0,0,.7);
	box-shadow: 0px 1px 10px -3px rgba(0,0,0,.7);
	z-index: 100;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .5s ease;
	border: 0px solid #003359;
}
		
		.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.icon-shape-3 {
    top: 0px;
    left: -110px;
    opacity: .90;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    height: 490px;
    width: 290px;
    background-image: url(/stream/images/shape-3.png);
    background-size: 100%;
}
		.matrix.dark-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/stream/images/icon-dots-2.png);
    content: "";
    opacity: .02;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
		
		
		.service-tiles {position:relative;}
		
		.center-column {
    display: flex;
    flex-flow: column;
    align-content: space-between;
    align-self: center;
}


