/*Layout*/
.col-sm-x5
{
	width: 20%;
	float: left;
}
/*Start Your Project*/
.start-your-project A
{
	display: inline;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	padding-right: 15px;
	border-right: 1px solid #C1C1C1;
}
.start-your-project A:last-child
{
	border: none;
	padding-left: 15px;
}
/*Homepage*/
.hero H1
{
	position: absolute;
	top: 65%;
	background-color: transparent;
	width: 50%;
	font-size: 18px;
}
.fullwidth-quote BLOCKQUOTE
{
	border: none;
	color: #FFFFFF;
	font-style: italic;
	font-size: 32px;
	padding: 0;
}
#foundation-header.hero H1
{
	background-color: transparent;
}
/*Main Carousel*/
#main-carousel .carousel-control .icon
{
	font-size: 50px;
}
.main-carousel-image
{
	height: 288px;
}
.main-carousel-image IMG
{
	margin: 0 auto;
	width: 100%;
	margin-left: 0;
}
#main-carousel-secondary
{
	padding: 0;
}
#main-carousel-overlay
{
	top: 10%;
}
.main-carousel-overlay
{
	width: 250px;
	height: 250px;
	/*+border-radius: 200px;*/
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-khtml-border-radius: 200px;
	border-radius: 200px;
	padding: 30px;
	behavior:   url(/wp-content/themes/waa/ui/stylesheets/libs/PIE.htc);
}
.main-carousel-overlay H1
{
	padding-top: 14%;
}
/*Main Carousel Secondary*/
#main-carousel-secondary H3
{
	margin: 10px 0 40px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	text-align: center;
}
/*Business Challenges*/
#business-carousel-header H1 SPAN
{
	height: 37px;
	display: inline;
}
#business-carousel-header H1 SPAN.business-carousel-header-alt
{
	display: inline-block;
	font-size: 50px;
	font-style: italic;
	margin: 0 6px;
}
#business-carousel-header-secondary H1
{
	margin: 60px 0 30px;
	color: #FFE425;
	font-size: 20px;
}
#business-carousel .item P
{
	text-align: center;
	padding: 20px 80px;
	font-size: 14px;
}
#business-carousel .item
{
	padding: 30px;
	height: 310px;
}
#business-carousel-header
{
	text-align: center;
	padding: 30px 0 67px;
}
#business-carousel .carousel-indicators
{
	top: 310px;
}
/*Mission*/
#mission-block
{
	background-color: #FFF31B;
	position: absolute;
	top: 170px;
	left: 43%;
	text-align: center;
	width: 160px;
	height: 160px;
	/*+border-radius: 80px;*/
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	border-radius: 80px;
	behavior:   url(/wp-content/themes/waa/ui/stylesheets/libs/PIE.htc);
}
#mission-block .container
{
	width: auto;
}
#mission
{
	width: 130px;
	font-size: 10px;
	padding-top: 13px;
}
#mission:hover
{
}
#mission H1
{
	font-size: 14px;
}
#mission P
{
	font-size: 11px;
	line-height: 1.2;
}
#mission .icon
{
	font-size: 24px;
}
#mission .missionclose
{
	display: none !important;
}
#mission.open .missionopen
{
	display: none !important;
}
#mission.open .missionclose
{
	display: block !important;
}
/*Philosophy*/
#philosophy H1
{
	padding: 0 80px;
}
#philosophy P
{
	padding: 0 80px;
}
#team > DIV H1
{
	font-size: 14px;
	height: auto;
}
#team > DIV H2
{
	height: auto;
}
/*What We Do*/
.what-we-do__links LI
{
	/*+box-sizing: border-box;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
}
.what-we-do__links A
{
	font-size: 16px;
}
/*Services*/
.service H1
{
	/*+transition: color 1s 1s;*/
	-webkit-transition: color 1s 1s;
	-moz-transition: color 1s 1s;
	-o-transition: color 1s 1s;
	transition: color 1s 1s;
	font-size: 40px;
}
.service H2
{
	/*+transition: opacity 1s 1s;*/
	-webkit-transition: opacity 1s 1s;
	-moz-transition: opacity 1s 1s;
	-o-transition: opacity 1s 1s;
	transition: opacity 1s 1s;
}
.service__content__background
{
	/*+transition: opacity 1s 1s;*/
	-webkit-transition: opacity 1s 1s;
	-moz-transition: opacity 1s 1s;
	-o-transition: opacity 1s 1s;
	transition: opacity 1s 1s;
}
.service__content__overview
{
	padding: 30px;
	height: 240px;
}
.service__content .row
{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.service__content [class^='col-']
{
	display: table-cell;
	vertical-align: top;
	float: none;
}
.service__content__thumbnail
{
	/*+transition: opacity 1s 1s;*/
	-webkit-transition: opacity 1s 1s;
	-moz-transition: opacity 1s 1s;
	-o-transition: opacity 1s 1s;
	transition: opacity 1s 1s;
}
.service__content__description__body
{
	max-height: 184px;
	padding-top: 30px;
}
.service__content__toggle
{
	top: auto;
	right: auto;
	bottom: 30px;
	/*+transition: all 0.5s, bottom 1s;*/
	-webkit-transition: all 0.5s, bottom 1s;
	-moz-transition: all 0.5s, bottom 1s;
	-o-transition: all 0.5s, bottom 1s;
	transition: all 0.5s, bottom 1s;
}
.service:hover .service__content__toggle
{
	/*+transform: rotate(90deg);*/
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.service.open H1
{
	/*+transition: color 1s 1s;*/
	-webkit-transition: color 1s 1s;
	-moz-transition: color 1s 1s;
	-o-transition: color 1s 1s;
	transition: color 1s 1s;
}
.service.open H2
{
	/*+transition: opacity 1s;*/
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.service.open .service__content__background
{
	/*+transition: opacity 1s 1s;*/
	-webkit-transition: opacity 1s 1s;
	-moz-transition: opacity 1s 1s;
	-o-transition: opacity 1s 1s;
	transition: opacity 1s 1s;
}
.service.open .service__content__thumbnail
{
	/*+transition: opacity 1s;*/
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.service.open .service__content__description__body
{
	/*+transition: max-height 1s 1s, opacity 1s 1s, padding-bottom 1s 1s;*/
	-webkit-transition: max-height 1s 1s, opacity 1s 1s, padding-bottom 1s 1s;
	-moz-transition: max-height 1s 1s, opacity 1s 1s, padding-bottom 1s 1s;
	-o-transition: max-height 1s 1s, opacity 1s 1s, padding-bottom 1s 1s;
	transition: max-height 1s 1s, opacity 1s 1s, padding-bottom 1s 1s;
}
.service.open .service__content__toggle
{
	/*+transition: all 0.5s, bottom 1s 1s;*/
	-webkit-transition: all 0.5s, bottom 1s 1s;
	-moz-transition: all 0.5s, bottom 1s 1s;
	-o-transition: all 0.5s, bottom 1s 1s;
	transition: all 0.5s, bottom 1s 1s;
	/*+transform: rotate(-450deg);*/
	-webkit-transform: rotate(-450deg);
	-moz-transform: rotate(-450deg);
	-o-transform: rotate(-450deg);
	-ms-transform: rotate(-450deg);
	transform: rotate(-450deg);
	bottom: 74px;
}
.service__featured
{
	/*+transition: max-height 1s, margin-top 1s;*/
	-webkit-transition: max-height 1s, margin-top 1s;
	-moz-transition: max-height 1s, margin-top 1s;
	-o-transition: max-height 1s, margin-top 1s;
	transition: max-height 1s, margin-top 1s;
}
.service__featured H1
{
	font-size: 14px;
}
.service__featured-case-study
{
	padding: 0 15px;
	background-color: transparent;
}
.service__featured-case-study FIGURE
{
	background-color: white;
}
.service__featured-case-study FIGURE FIGCAPTION SPAN
{
	height: 112px;
}
.service.open .service__featured
{
	/*+transition: max-height 1s 1s, margin-top 1s 1s;*/
	-webkit-transition: max-height 1s 1s, margin-top 1s 1s;
	-moz-transition: max-height 1s 1s, margin-top 1s 1s;
	-o-transition: max-height 1s 1s, margin-top 1s 1s;
	transition: max-height 1s 1s, margin-top 1s 1s;
}
.service__featured H1
{
	margin-left: 0px;
}
/*Case Study*/
#casestudy-header
{
	height: 600px;
	/*[empty]background-color:;*/
}
#casestudy-header H1
{
	font-size: 80px;
}
.casestudies-block-header-image > DIV H1
{
	padding-top: 90px;
}
#casestudies-secondary .casestudies-block-header-image > DIV H1
{
	color: #FFFFFF;
	padding-top: 20px;
}
.casestudy-carousel .carousel-controls
{
	bottom: 100px;
}
.more-case-study H1
{
	font-size: 18px;
	height: 150px;
}
#subfooter P
{
	text-align: left;
}
#subfooter UL
{
	text-align: right;
}
/*Performance*/
#performance-quote
{
	margin: 20px 0;
}
#business-creativity P
{
	padding: 0;
}
/*Timeline Carousel*/
#timeline-carousel .item P
{
	font-size: 18px;
	padding: 0 60px;
}
/*Work*/
.workcarousel__title H1
{
	font-size: 14px;
	left: 0px;
}
.workcarousel .item
{
	height: 300px;
}
.workcarousel__content
{
	bottom: -266px;
	left: 15px;
}
.workcarousel__content H2
{
	font-size: 26px;
}
.workcarousel__content P
{
	font-size: 14px;
}
.workcarousel__content A
{
	font-size: 13px;
}
.work-carousel-audio BUTTON
{
	height: 120px;
	width: 120px;
	/*+border-radius: 80px;*/
	-moz-border-radius: 80px;
	-webkit-border-radius: 80px;
	-khtml-border-radius: 80px;
	border-radius: 80px;
	behavior:   url(/wp-content/themes/waa/ui/stylesheets/libs/PIE.htc);
}
.work-carousel-audio BUTTON I
{
	display: block;
	font-size: 32px;
	margin-bottom: 10px;
}
.work-carousel-video
{
	width: 400px;
}
.work-carousel-video .video-wrapper
{
	margin: -32% 50% 0 -50%;
}
.workcarousel .carousel-controls-container
{
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.workcarousel .carousel-controls-container SPAN
{
	font-size: 36px;
}
/*Approach*/
#approach-performance-header H1 SPAN
{
	font-size: 60px;
}
#team-carousel .item
{
	overflow: scroll;
	padding: 20px 60px;
}
/*News*/
.post-item P
{
	font-size: 18px;
}
/*Culture*/
.culture-image > DIV P
{
	font-family: Montserrat, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#culture-social-more A
{
	font-size: 18px;
}
/*Contact*/
.contact-map-container
{
	position: relative;
	height: 360px;
	padding-bottom: 0;
}
.contact-details__form
{
	padding: 30px;
	background-color: white;
	margin-top: -80px;
	margin-bottom: 40px;
}
.contact-details__form .gfield
{
	list-style: none;
	width: 100%;
}
.contact-details__form .gform_wrapper .gform_body .gform_fields .gfield .gfield_label
{
	display: block;
	clear: both;
	float: left;
	width: 75px;
	padding-top: 6px;
}
.contact-details__form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container
{
	float: left;
	width: 186px !important;
	margin-top: 0;
	margin-bottom: 12px;
}
.contact-details__form .gform_wrapper .gform_footer
{
	padding-left: 91px !important;
}
.contact-details__form .gform_wrapper .gform_body .gform_fields .gfield TEXTAREA
{
	height: 174px;
}
.contact-details__location__contact A
{
	font-size: 13px;
}
.contact-details__location__contact A STRONG
{
	font-size: 13px;
}
.contact-details__form .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message
{
	right: 0px;
	top: -21px;
}
.contact-details__form .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message:before
{
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: 0px;
	left: -18px;
	border: 9px solid #FFE204;
	border-left-color: transparent;
	border-top-color: transparent;
}
