@keyframes changeColor {
    from {filter:grayscale(1)}
    to {filter:grayscale(0)}
}
@keyframes dropLeft{
	from{transform:translateX(200px); opacity:0;}
	to{transform:translateX(0px); opacity:1;}
}
@keyframes dropRight{
	from{transform:translateX(-200px); opacity:0;}
	to{transform:translateX(0px); opacity:1;}
}
@keyframes dropLeftSlight{
	from{transform:translateX(100px); opacity:0;}
	to{transform:translateX(0px); opacity:1;}
}
@keyframes dropRightSlight{
	from{transform:translateX(-100px); opacity:0;}
	to{transform:translateX(0px); opacity:1;}
}
.et_pb_section h1{
	font-weight: 900 !important;
	text-transform: uppercase;
	font-size: 44px;
	text-align: center;
	color:#FFFF3C;
	margin-bottom:20px
}
.et_pb_bg_layout_dark h1{
	color:#FFFF3C !important;
}
.et_pb_bg_layout_light h1{
	color:#151515 !important;
}
.et_pb_section h2{
	padding-bottom:15px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:30px;
}
.et_pb_section h2:after{
	width:80px;
	height:4px;
	background-color:white;
	display:block;
	content:'';
	margin-top:14px;
}
.et_pb_section .whiteYellow h2:after{
	background-color:#FFFF3C;
}
.et_mobile_menu{
	border-color:#FFFF3C;
}
.mobile_menu_bar::before {
	color:#FFFF3C;
}
#mobile_menu{
	background-color:#151515 !important;
}
.et_pb_button{
	color:white !important;
}
.et_pb_text p a{
	color:#FFFF3C;
}


/*heading*/
#et-top-navigation{
	padding-top:22px !important;
}
#top-menu-nav{
	padding-bottom:15px;
}
.menu-item a {
	padding: 10px;
	padding-bottom: 10px !important;
	border: 1px solid transparent;
}
.menu-item a {
	padding: 10px;
	padding-bottom: 10px !important;
	border: 1px solid transparent;
}
.menu-item.current-menu-item a{
	border-color:#FFFF3C;
}
.mejs-mediaelement video{
	height:auto !important;
}
#eyeCandyText h1{
	text-transform:none;
	font-weight:300;
	word-wrap:normal;
}
#eyeCandyText h1 strong{
	font-weight:900 !important;
}
#eyeCandyText h2{
	text-transform:none;
	font-size:26px;
	font-weight:normal;
	text-align:center;
	font-style:italic;
}
#eyeCandyText h2:after{
	display:none;
}
.et_pb_section_video_bg{
    position: fixed !important;
}
#headerImage1 img{
	filter:grayscale(1);
	animation:changeColor 1s linear forwards, dropRight 1s ease forwards;
	animation-delay:500ms;
}
#headerImage2 img{
	animation:dropLeft 1s ease forwards;
	animation-delay:500ms;
}
#homepageVideoHeader{
	padding-top:100px !important;
	background-position:40% 0;
}
#portfolioVideoHeader {
    background-position: 90% 0;
}
@media (min-width: 981px){
	#logoRow{
		transform:translateX(-80px);
	}
}

/*logos*/
#logosSection img{
	height:120px;
	width:auto;
	opacity:.3;
	transition:all 500ms;
}
#logosSection img:hover{
	opacity:1;
	transform:scale(1.1);
}
@media (max-width: 479px){
	#logosSection img{
		height:60px;
	}
	#awardsSection .et_pb_column{
  width:50% !important;
}
}

/*services, what/how*/
.servicesBox{
	height:400px;
}
.servicesBox .et_pb_text{
	height:100%;
}
.servicesBox .et_pb_column:first-child {
    margin-right: 0;
    margin-left: 2.25%;
}
#whatHowSection .et_pb_toggle{
  background-color:transparent;
	border:0 none;
	padding:6px 0;
	color:white;
}
#whatHowSection .et_pb_toggle_title{
	padding-right:0;
	font-size:20px;
	font-weight:900;
	text-transform:uppercase;
	color:white;
	text-align:center;
}
#whatHowSection .et_pb_toggle_title:before{
	display:none;
}
#whatHowSection .et_pb_toggle_title:hover{
	color:#FFFF3C;
}
#whatHowSection .et_pb_toggle_title:after{
	content:'';
	background:#FFFF3C;
	width:80px;
	height:3px;
	display:block;
	margin:14px auto 0;
}
#whatHowSection .et_pb_toggle_content{
	padding-top: 12px;
	padding-bottom: 6px;
}
#whatHowSection .et_pb_toggle_content p{
	padding-bottom:0;
}
#whatHowSection .et_pb_column.yellowBackground {
	background:rgba(252, 213, 29, 0.8);
}
#whatHowSection .et_pb_column.yellowBackground .et_pb_toggle_title:after{
	background-color:white;
}
#whatHowSection .et_pb_accordion_item:first-child{
	display:none;
}

/*portfolio*/
.portfolioBox .et_pb_container,.givingBackBox .et_pb_container{
	height:400px !important;
/* 	overflow:auto; */
}
.portfolioBox .et_pb_text,.givingBackBox .et_pb_text{
	position:absolute;
	box-sizing:border-box;
	top:0px;
	left:0px;
	padding:40px;
	z-index:5;
	height:400px;
	width:45%;
}
.portfolioBox .et_pb_slide,.givingBackBox .et_pb_slide{
	background-position:80% center;
}
.portfolioBox .et_pb_slide img,.givingBackBox .et_pb_slide img{
	width: 60px;
	margin-left: 80%;
}
.portfolioBox .et_pb_text.ui-sortable, .givingBackBox .et_pb_text.ui-sortable{
		overflow:hidden;
}
#portfolioPlayButton{
	text-align:center;
	padding-top:80px;
}
#portfolioPlayButton img{
	width:80px;
	opacity:.8;
}
@media (max-width: 767px){
	.portfolioBox .et_pb_text,.givingBackBox .et_pb_text{
		position:relative;
		color:white;
		background:transparent;
		padding:40px 0 0 0;
		height:auto;
		width:100%;
	}
	.portfolioBox .et_pb_text h2,.givingBackBox .et_pb_text h2{
		color:white;
	}
	.portfolioBox .et_pb_slide img,.givingBackBox .et_pb_slide img{
		margin-left: 35% !important;
	}
}

/*team & culture*/
.og-grid li a figure{
	display:none !important;
}
.og-details .infosep, .og-details .elastislide-wrapper{
	display:none !important;
}
.og-details a{
	font-size:16px;
	color:#FFFF3C;
}
.og-details a:hover{
	background:none;
}
.og-expander{
	background:transparent !important;
	overflow:hidden;
}
.og-pointer{
	display:none !important;
}
.og-fullimg{
	opacity:0;
	transition:opacity 500ms ease;
}
.og-grid li a img{
	filter:grayscale(1);
	transition:filter 500ms linear;
}
.og-grid li a:hover img{
	filter:grayscale(0);
}
.nameInfo{
  display:block;
  position:relative;
  text-transform: uppercase;
  color:white;
  line-height:120%;
  text-align:left;
  font-weight:bold;
  padding-top:8px;
}
.nameInfo span{
  display:block;
  position:relative;
  text-transform: none;
  font-size:10px;
  font-weight:normal;
}

.mfp-bottom-bar{
	visibility:hidden;
}
.givingBackBox{
	animation: dropLeftSlight 1s ease;
}
/*@media (min-width: 768px){
	.et-pb-controllers{
		width:150%;
	}
}*/
.et-pb-controllers a {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color:#eee !important;
    box-shadow: 0 0 10px #333;
}
.et-pb-controllers a.et-pb-active-control{
	background-color:#333 !important;
}
.givingBackBox h2:after{
	background-color:#FFFF3C;
}
.givingBackArrow, .givingBackArrowPrev, .givingBackArrowText{
	position:absolute;
	bottom:40px;
	z-index:10;
	width:26px;
	left:45%;
	cursor:pointer;
}
.givingBackArrowPrev{
	left:2%;
}
.givingBackArrowText{
	margin-left: -138px;
	color: #FFFF3C;
	font-weight: 900;
	width: 130px;
	text-align: right;
	margin-bottom: 2px;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.givingBackArrow{
		left:85%;
		bottom:-10px;
	}
	.givingBackArrowPrev{
		left:2%;
		bottom:-10px;
	}
	.givingBackArrowText{
		margin-bottom:-48px;
		margin-left:-18px;
	}
}

/*contact us*/
.et_contact_bottom_container {
    float: none;
    text-align: center;
}
.et-pb-contact-message ul{
	list-style:none;
}

/*footer*/
#footerSocialMedia a img{
	width:32px;
	filter:grayscale(1);
	transition:filter 500ms linear;
	margin:0 2px;
}
#footerSocialMedia a:hover img{
	filter:grayscale(0);
}
#footer-bottom{
	position:absolute;
	width:100%;
	background:#151515;
}

/*other*/
.pp_content{
	background-color:transparent !important;
}
.ss-wrapper{
	width:110%;
	overflow:hidden;
}
.ss-content{
	overflow:auto;
	padding-right:40px;
}
.ss-content>div{
	padding-bottom:50px;
}
#videoBox, #galleryBox{
	z-index: 10;
	background-color:rgba(0,0,0,.95);
	position:fixed;
	width:100%;
	height:100%;
	left:0;
	top:0;
	text-align:center;
}
#videoBox video, #galleryBox .galleryImage{
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	position:relative;
}
#galleryBox .galleryArrowPrev, #galleryBox .galleryArrowNext{
	width:80px;
	height:80px;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index: 2;
}
#galleryBox .galleryArrowPrev{
	background-image:url(/wp-content/uploads/2018/06/arrow-back.png);
	left:0;
}#galleryBox .galleryArrowNext{
	background-image:url(/wp-content/uploads/2018/06/arrow.png);
	right:0;
}
.scrollButton {
    font-family: ETModules;
    color: #333;
    font-size: 36px;
    position: absolute;
    z-index: 99;
    left: 180px;
    text-shadow: 0 0 10px white;
    bottom: 10px;
}

/*webticker*/
#webTicker li {
padding: 0 !important;
}
#webTicker li a{
height:300px;
width:300px;
display:inline-block;
background-size:cover;
background-position: center;
cursor:default;
}

#projectStories .project{
    width: 33%;
    overflow:hidden;
    height: auto;
    display:inline-block;
    float: left;
    padding:0px;
    transition:all .5s ease;
    cursor:pointer;
}
@media only screen and (max-width: 600px){
	#projectStories .project{
		width:100%;
	}
}
#projectStories .project.titleVisible img,
#projectStories .project:hover img{
    filter: saturate(0%);
}
#projectStories .project .et_portfolio_image:after{
    content: '';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background:transparent;
    opacity:.5;
    transition:all .5s ease;
    z-index:5;
}
#projectStories .project.titleVisible .et_portfolio_image:after,
#projectStories .project:hover .et_portfolio_image:after{
    background:#333;
}
#projectStories .project .et_portfolio_image{
  display: flex;
  align-items: center;
  justify-content: center;
  width:360px;
  height:360px;
  background-position:center;
  background-size:cover;
}
#projectStories .project .et_portfolio_image img{
   object-fit:cover;
   max-width:100%;
   max-height:100%;
   min-height:100%;
}

#projectStories .project h2.et_pb_module_header {
    position:absolute;
    background:transparent;
    width:80%;
    bottom: 0;
    left: 20px;
    font-size: 31px;
    text-align: left;
    text-transform: none;
    line-height: 100%;
    letter-spacing: 1px;
    font-weight:900;
    opacity:0;
    transition:all .5s ease;
    z-index:5;
    cursor:pointer;
    color:white;
    text-shadow: 0 0 10px rgba(0,0,0,.8);
}
#projectStories .project.titleVisible h2.et_pb_module_header,
#projectStories .project:hover h2.et_pb_module_header{
    opacity:1;
    transform:translateY(-35px);
}
#projectStories .project h2.et_pb_module_header:after{
    content: '';
    background-image: url('/wp-content/uploads/2019/11/arrow-white.png')!important;
    height: 16px;
    font-size: 53px;
    padding:6px;
    display:block;
    background:transparent;
    position: absolute;
    margin: 0;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 13px;
    letter-spacing:2px;
    color:white;
    transition:all .5s ease;
}
#projectStories .project.titleVisible h2.et_pb_module_header:after,
#projectStories .project:hover h2.et_pb_module_header:after{
	transform:translateY(35px);
}
article.type-project .et_pb_section{
    font-family:"Open Sans", Arial, sans-serif;
    font-weight:300;
    font-size:20px;
    line-height:1.8em;
}
article.type-project .et_pb_slide{
    background-position:center 25%;
}
#covid19Banner {
    position:absolute;
    z-index:9;
    background:white;
    color:black;
    width:90%;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:flex;
    padding:45px;
}
#covid19Banner > div{
    width:50%;
    box-sizing:border-box;
}
#covid19Banner > div.left{
    padding-right:25px;
}
#covid19Banner > div.right{
	font-size: 20px;
    padding-left:25px;
    line-height:120%;
    display: flex;
    flex-direction:column;
    justify-content:center;
	align-items: center;
}
#covid19Banner a.close{
    position:absolute;
    right:30px;
    top:30px;
    color:black;
    font-size:30px;
}
@media only screen and (max-width: 630px){
	#covid19Banner{
		flex-direction:column;
	}
	#covid19Banner > div{
		width:100%;
		box-sizing:border-box;
		padding:20px 0 0 0 !important;
		font-size:11px;
	}
}
.page-id-1632 h1{
    text-transform:none;
    letter-spacing:1px;
    line-height:1.3em;
}
.page-id-1632 .et_pb_bg_layout_dark h1{
    color:white !important;
}
.page-id-1632 h1 span{
    position:relative;
    border-bottom:6px solid #FFFF3C;
    padding-bottom:4px
}
.page-id-1632 h2{
    text-transform:none;
    font-weight:900;
    padding-bottom:.75em;
    line-height:1.3em;
}
.page-id-1632 h2:after{
    display:none;
}
.page-id-1632 h2 span{
    color:#FFFF3C;
}
.page-id-1632 .et_pb_text{
    font-weight:600;
    color:#151515
}
.page-id-1632 .et_pb_button{
    background:#FFFF3C;
    color:#151515 !important;
    font-weight:700;
}
.page-id-1632 .et_pb_button:hover{
	color:white !important;
}
.page-id-1632 #virtual_events_hero .et_pb_button{
    position:absolute;
    width:auto;
    right:0;
    bottom:24px;
}
@media only screen and (max-width: 980px){
	.page-id-1632 #virtual_events_hero .et_pb_button{
	    right:auto;
	    left:0;
	    bottom:-20px;
	}
}
.page-id-1632 .et_pb_slider,
.page-id-1632 .et_pb_slides,
.page-id-1632 .et_pb_slide,
.et_pb_slider_container_inner,
.et_pb_slide_description{
    height:100%;
    padding:0 !important;
    min-height:350px;
}
.page-id-1632 .et_pb_slide h2{
    font-size:18px !important;
    position:absolute;
    background:rgba(0,0,0,.8);
    padding:10px 14px 10px 30px;
    bottom:20px;
}