/*

* Template Name: Who You Work Matters

*/

body:not(.fload){
	overflow: hidden;
}

.ip-banner{}
.ip-banner canvas{
	aspect-ratio: 1600/525;
	min-height: 300px;
}
.ip-banner:not(.fload){
	/*opacity: 0;*/
}
.ip-banner:not(.fload) canvas{
	min-height: 100vh;
}

#inner-page-wrapper{
	margin-bottom: 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.ip-com-head .section-title .sub-title {
    text-align: left;
    padding: 0 0 0 170px;
}

#soceng-wrap{}
.soceng-wrap{
	padding: 0 0 85px;
}
.soceng-container{
	width: 1332px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
}
.soceng-top {
    padding: 90px 0 0;
}
.soceng-title {
    font-family: var(--font-family-title);
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 0.090em;
    margin: 0 0 22px;
}
.soceng-subtitle{}
.soceng-text{
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	letter-spacing: 0.050em;
}
.soceng-content{
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 35px 0 0;
}
.soceng-col{}
.soceng-single{}
.soceng-single a{
	display: block;
	position: relative;
}
.soceng-single a .soceng-single-img{
	background: #000;
}
.soceng-single a .soceng-single-img img{
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	transition: all ease .4s;
	-moz-transition: all ease .4s;
	-webkit-transition: all ease .4s;
}
.soceng-single a:hover .soceng-single-img img{
	opacity: 0.5;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
}
.soceng-single a .soceng-single-det{
	padding: 32px 0 0;
}
.soceng-single a .soceng-single-title{
	line-height: 1.8;
    font-size: 20px;
    font-family: var(--font-family-title);
    letter-spacing: 0.040em;
    text-transform: uppercase;
}
.soceng-single a .soceng-single-desc{
	padding: 4px 0 0;
}
.hp-work{
	position: relative;
}

.page-template-social-engagement .page-links {
    text-align: center;
    margin-top: 100px;
}

.page-template-social-engagement .page-links .current {
    font-weight: bold;
    text-decoration: underline;
}

.page-template-social-engagement .page-links * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

@media only screen and (min-width: 992px) {
	.soceng-col{
		width: calc(50% - 15px);
	}
	.soceng-col:not(:first-child){
		margin-left: min(2.201vw,30px);
	}
	.soceng-single a .soceng-single-title{
		font-size: min(1.468vw,20px);
	}
	.soceng-text.vw{
		font-size: min(1.175vw,16px);
	}
	.soceng-single a .soceng-single-det{
		padding: min(2.350vw,32px) 0 0;
	}
	.soceng-single a .soceng-single-desc{
		padding: min(0.294vw,4px) 0 0;
	}
}
@media only screen and (min-width: 1200px) {}
@media only screen and (max-width: 1140px) {}
@media only screen and (max-width: 1366px) {}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {
	.soceng-content{
		display: block;
		
	}
	.soceng-col {
		width: 100%;
		max-width: 651px;
		margin: 0 auto;
		text-align: center;
	}
	.soceng-col:not(:first-child){
		margin: 35px auto 0;
	} 
}
@media only screen and (max-width: 767px) {}
@media only screen and (max-width: 567px) {}
@media only screen and (max-width: 480px) {}