/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {

    margin: 5px 20px 20px 0;

}



.aligncenter,

div.aligncenter {

    display: block;

    margin: 5px auto 5px auto;

}



.alignright {

    float:right;

    margin: 5px 0 20px 20px;

}



.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.alignright {

    float: right;

    margin: 5px 0 20px 20px;

}



a img.alignnone {

    margin: 5px 20px 20px 0;

}



a img.alignleft {

    float: left;

    margin: 5px 20px 20px 0;

}



a img.aligncenter {

    display: block;

    margin-left: auto;

    margin-right: auto;

}



.wp-caption {

    background: #fff;

    border: 1px solid #f0f0f0;

    max-width: 96%; /* Image does not overflow the content area */

    padding: 5px 3px 10px;

    text-align: center;

}



.wp-caption.alignnone {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignleft {

    margin: 5px 20px 20px 0;

}



.wp-caption.alignright {

    margin: 5px 0 20px 20px;

}



.wp-caption img {

    border: 0 none;

    height: auto;

    margin: 0;

    max-width: 98.5%;

    padding: 0;

    width: auto;

}



.wp-caption p.wp-caption-text {

    font-size: 11px;

    line-height: 17px;

    margin: 0;

    padding: 0 4px 5px;

}



/* Text meant only for screen readers. */

.screen-reader-text {

	border: 0;

	clip: rect(1px, 1px, 1px, 1px);

	clip-path: inset(50%);

	height: 1px;

	margin: -1px;

	overflow: hidden;

	padding: 0;

	position: absolute !important;

	width: 1px;

	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */

}



.screen-reader-text:focus {

	background-color: #eee;

	clip: auto !important;

	clip-path: none;

	color: #444;

	display: block;

	font-size: 1em;

	height: auto;

	left: 5px;

	line-height: normal;

	padding: 15px 23px 14px;

	text-decoration: none;

	top: 5px;

	width: auto;

	z-index: 100000;

	/* Above WP toolbar. */

}

@media screen and (max-width: 950px) {

    .page-id-829 #wst-content-block_25be7603823513b7545113c3ebd491a3 {
        margin: 1rem 0;
    }

    .page-id-829 #wst-content-block_0d657571fb8ad98f1d93c40fe31c8ece {
        margin: 0 0 1rem 0;
    }

}

#single-career-template .single-career-top .career-top-row .career-top-col {
    width: 25%;
}

#single-project-template .sp-2-row {
    align-items: flex-start;
}

span.col-number.counter {
    font-size: 6rem;
}

span.col-unit {
    font-size: 6rem;
}

.wst-billboard-block .tc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    background-color: rgba(24, 24, 24, .7);
}

/* styling for video option for single projects */

.sp-1-bottom-right .sp-1-bottom-right-inner{
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.sp-1-bottom-right .sp-1-bottom-right-inner:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    height: 101%;
    background-color: rgba(24, 24, 24, .3);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.sp-1-bottom-right.has-video .toggle-video {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    left: 2rem;
    background-color: transparent;
    border: 0;
    outline: 0;
}

.sp-1-bottom-right.has-video .toggle-video .play-btn {
	font-size: 4rem;
}

.sp-1-bottom-right.has-video .toggle-video span {
    color: #fff;
    font-size: 3rem;
    display: block;
    padding: 0 1rem;
    text-transform: uppercase;
}

.sp-1-bottom-right .sp-1-bottom-right-inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 102%;
    width: 102%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sp-1-bottom-right.has-video .sp-1-bottom-right-inner:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, #1a2d7c 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
    opacity: .9;
}

.single-project .plyr__video-embed {
    margin: auto;
    display: flex;
    justify-content: center;
}

.single-project .modal .modal-dialog .modal-content .modal-body video {
    width: auto;
    height: 75vh;
}

.tinymce blockquote {
    border-left: 2px solid #1a2d7c;
}

#single-post .single-post-container .post-content a, #single-post .single-post-container .post-content a:visited, #single-post .single-post-container .post-content a:active, 
#single-post .single-post-container .post-content a:hover{
	border-bottom:0;
}

.page-id-780 .employee-spotlight.type-employee-spotlight{
	width: 33%;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    max-width: 44rem;
	align-items: center;
}

@media only screen and (max-width: 768px) {
    .page-id-780 .employee-spotlight.type-employee-spotlight {
        width: 100%;
        padding: 2.5rem;
        max-width: 50rem;
    }
}

.page-id-780 .employee-spotlight .wp-block-post-featured-image img{
    border-radius: 3rem;
	width: 101%;
	min-width: auto;
	max-width: none;
	height: 101%;
	min-height: auto;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
    height: 45rem;
    width: 35rem;
}

@media screen and (max-width:900px){
	.page-id-780 .employee-spotlight .wp-block-post-featured-image img{
    	width: 35rem;
	}
}

@media screen and (max-width:768px){
	.page-id-780 .employee-spotlight .wp-block-post-featured-image img{
		height: 55rem;
		width: 45rem;
	}
}

@media screen and (max-width:374px){
	.page-id-780 .employee-spotlight .wp-block-post-featured-image img{
		height: 45rem;
		width: 35rem;
	}
}

.page-id-780 .wp-block-post-template{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.page-id-780 .wp-block-group{
	width: 100%;
    max-width: 192rem;
    margin: 0 auto;
    padding: 0 5vw;
    background-color: #ebeef2;
}

.page-id-780 .wp-block-read-more{
	position: relative;
    padding: 1rem 4rem;
    margin-top: 2rem;
}

.page-id-780 .wp-block-heading{
	margin:0;
}

.single-employee-spotlight #single-post .single-post-thumbnail {
	display:none;
}

.page-id-780 .page-numbers.current{
	text-decoration:underline;
	color:#1a2d7c;
}

.page-id-780 p.has-background{
	width: 100%;
    max-width: 154rem;
    margin: 0 auto;
    padding: 0 max(3rem, 5vw);
}

.page-id-780 .page-container{
	background-color:#ebeef2;
}

#single-post .child-header {
    padding: 30rem 5vw 7rem;
}

@media screen and (max-width:768px){
	#single-post .child-header {
		padding: 18rem 5vw 7rem;
	}
}

.single-employee-spotlight .lg-con{
	max-width:115rem;
}

.single-employee-spotlight #single-post .single-post-container .post-info .post-date, .single-employee-spotlight .post-bullet{
	display:none!important;
}

.page-id-459 .project-spotlight.type-project-spotlight{
	width: 33%;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    max-width: 44rem;
	align-items: center;
}

@media only screen and (max-width: 768px) {
    .page-id-459 .project-spotlight.type-project-spotlight {
        width: 100%;
        padding: 2.5rem;
        max-width: 50rem;
    }
}

.page-id-459 .project-spotlight .wp-block-post-featured-image img{
    border-radius: 3rem;
	width: 101%;
	min-width: auto;
	max-width: none;
	height: 101%;
	min-height: auto;
	max-height: none;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
    height: 30rem;
    width: 30rem;
}

.page-id-459 .wp-block-post-template{
	display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

.page-id-459 .wp-block-group{
	width: 100%;
    max-width: 192rem;
    margin: 0 auto;
    padding: 0 5vw;
    background-color: #ebeef2;
}

.page-id-459 .wp-block-read-more{
	position: relative;
    padding: 1rem 4rem;
    margin-top: 2rem;
}

.page-id-459 .wp-block-heading{
	margin:0;
}

.page-id-459 .page-numbers.current{
	text-decoration:underline;
	color:#1a2d7c;
}

.page-id-459 p.has-background{
	width: 100%;
    max-width: 154rem;
    margin: 0 auto;
    padding: 0 max(3rem, 5vw);
}

.page-id-459 .page-container{
	background-color:#ebeef2;
}

#single-post .child-header {
    padding: 30rem 5vw 7rem;
}

@media screen and (max-width:768px){
	#single-post .child-header {
		padding: 18rem 5vw 7rem;
	}
}

.single-project-spotlight .lg-con{
	max-width:115rem;
}

.single-project-spotlight #single-post .single-post-container .post-info .post-date, .single-project-spotlight .post-bullet{
	display:none!important;
}

.single-project-spotlight #single-post .single-post-thumbnail {
	display:none;
}

#home .wst-blurbs-images .blurb .inner .text-holder{
	max-width:40rem;
    justify-content:space-between;
}

#slider-next-to-image-block_d8570b875fca33a27515bde5a6f91627, .section-map-paralax{
	background-image: url("../../../uploads/2023/08/IMG-ABOUT-BG.jpg");
    background-size: cover;
    background-position: center;
	background-attachment: fixed;
}

.careers .hero-block{
	border-bottom: solid 20px #282279;
}

.slider-next-to-image .text-content ul, .slider-next-to-image .text-content ol{
	margin-left:1rem;
}

.page-id-1578 li {
    font-weight: 300;
    line-height: 1.45;
    font-size: 2rem;
}

.page-id-1578 .content h2, 
.page-id-1578 .text-content h2 {
    margin-bottom: 5rem;
}