/*
Theme Name: WeFirst
Author: BLEND - A Brand Studio
Author URI: http://blendbrandstudio.com/
Version: 1
*/
/* =General
============================================*/
.container,
.container-fluid {
	overflow: hidden;
}
#content {
	font-weight: 200;
	font-size: 18px;
}
@media (min-width: 768px) {
	#content {
		font-size: 20px;
	}
}
@media (min-width: 1200px) {
	.container,
	.container-fluid {
		overflow: auto;
	}
}
/* Page Tabs */
.tabs-top {
	position: relative;
	background: #ddd;
}
.nav.page-nav {
	padding: 20px 0 10px;
	margin: 0;
}
.nav.page-nav > li {
	margin-bottom: 10px;
}
.nav.page-nav > li > a {
	background-color: transparent;
	position: relative;
	font-weight: 500;
	padding: 15px 0;
}
.nav-tabs.page-nav > li.active > a,
.nav-tabs.page-nav > li.active > a:hover,
.nav-tabs.page-nav > li.active > a:focus {
	background-color: transparent;
	color: #e9232d;
}
.nav-tabs > li > a:hover {
	background-color: #d5d5d5;
	color: #444;
}
@media (min-width: 768px) {
	.nav.page-nav {
		position: relative;
		float: left;
		padding: 0;
		left: 50%;
	}
	.nav.page-nav > li {
		position: relative;
		margin-bottom: 0;
		float: left;
		right: 50%;
	}
	.nav.page-nav > li > a {
		padding: 15px 30px;
	}
}
/* Page Sections */
.row .bordered {
	border-bottom: 1px solid #ddd;
	position: relative;
}
.centered {
	text-align: center;
}
.section-black,
.home-services {
	background-color: #000;
	color: #fff;
}
.section-purple {
	background-color: #680097;
	color: #fff;
}
.section-red {
	/*background: #cc3025;*/
	background-color: #e9232d;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.section-gray {
	background-color: #d5d5d5;
	color: #000;
}
.section-dark-gray {
	background-color: #404040;
	color: #fff;
}
.section-padded-100by100 {
	padding-top: 50px !important;
	padding-bottom: 100px !important;
}
.section-padded-100by0 {
	padding-top: 50px !important;
	padding-bottom: 0 !important;
}
.section-padded-0by100 {
	padding-top: 0 !important;
	padding-bottom: 50px !important;
}
.section-padded-60by100 {
	padding-top: 30px !important;
	padding-bottom: 50px !important;
}
.section-padded-0by60 {
	padding-top: 0 !important;
	padding-bottom: 30px !important;
}
.section-padded-60by60 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.section-padded-30by60 {
	padding-top: 15px !important;
	padding-bottom: 30px !important;
}
.section-padded-60by30 {
	padding-top: 30px !important;
	padding-bottom: 15px !important;
}
.section-padded-60by0 {
	padding-top: 30px !important;
	padding-bottom: 0 !important;
}
.section-padded-30by30 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.section-padded-30by0 {
	padding-top: 15px !important;
	padding-bottom: 0 !important;
}
.section-padded-0by30 {
	padding-top: 0 !important;
	padding-bottom: 15px !important;
}
@media (min-width: 768px) {
	.section-padded-100by100 {
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}
	.section-padded-100by0 {
		padding-top: 100px !important;
		padding-bottom: 0 !important;
	}
	.section-padded-0by100 {
		padding-top: 0 !important;
		padding-bottom: 100px !important;
	}
	.section-padded-60by100 {
		padding-top: 60px !important;
		padding-bottom: 100px !important;
	}
	.section-padded-0by60 {
		padding-top: 0 !important;
		padding-bottom: 60px !important;
	}
	.section-padded-60by60 {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	.section-padded-30by60 {
		padding-top: 30px !important;
		padding-bottom: 60px !important;
	}
	.section-padded-60by30 {
		padding-top: 60px !important;
		padding-bottom: 30px !important;
	}
	.section-padded-60by0 {
		padding-top: 60px !important;
		padding-bottom: 0 !important;
	}
	.section-padded-30by30 {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.section-padded-30by0 {
		padding-top: 30px !important;
		padding-bottom: 0 !important;
	}
	.section-padded-0by30 {
		padding-top: 0 !important;
		padding-bottom: 30px !important;
	}
}
/* Banner Text Sizing */
.banner-text {
	padding-bottom: 20px;
	padding-top: 40px;
	font-weight: 200;
	line-height: 1.2;
	font-size: 30px;
}
.banner-text p {
	margin: 0 0 20px;
}
.carousel .item a.banner-600,
.carousel .item a.banner-480,
.banner-600,
.banner-480 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 200px;
}
.carousel .item a.banner-600 {
	background-position: center top;
}
.carousel .item a.banner-600,
.banner-600 {
	height: 300px;
}
.carousel .item a.banner-480,
.banner-480 {
	height: 240px;
}
.banner-480 .banner-caption {
	position: absolute;
	font-weight: 600;
	font-size: 18px;
	bottom: 20px;
	color: #fff;
	margin: 0;
	left: 20px;
}
.leading-text {
	font-size: 22px;
}
@media (min-width: 768px) {
	.carousel .item a.banner-600,
	.carousel .item a.banner-480,
	.banner-600,
	.banner-480 {
		min-height: 480px;
	}
	.carousel .item a.banner-600,
	.banner-600 {
		height: 600px;
	}
	.carousel .item a.banner-480,
	.banner-480 {
		height: 480px;
	}
	.banner-text {
		padding-bottom: 0px;
		padding-top: 40px;
	}
	.banner-text p {
		margin: 0 0 40px;
	}
	.banner-480 .banner-caption {
		left: 8%;
	}
	.leading-text {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.banner-text {
		padding-bottom: 20px;
		padding-top: 60px;
		font-size: 50px;
	}
}
/* Brand Colors */
.brand-red {
	color: #e9232d;
}
.brand-purple {
	color: #680097;
}
.brand-black {
	color: #000;
}
.brand-white {
	color: #fff;
}
.brand-gray {
	color: #747474;
}
/* =Icons
============================================*/
.icon {
	background-position: center center;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}
.icon-google,
.icon-facebook,
.icon-twitter,
.icon-pinterest,
.icon-linkedin,
.icon-youtube,
.icon-mail,
.icon-share,
.icon-menu {
	height: 32px;
	width: 32px;
}
.icon-google {
	background-image: url('images/icon-google.png');
}
.icon-facebook {
	background-image: url('images/icon-facebook.png');
}
.icon-twitter {
	background-image: url('images/icon-twitter.png');
}
.icon-pinterest {
	background-image: url('images/icon-pinterest.png');
}
.icon-linkedin {
	background-image: url('images/icon-linkedin.png');
}
.icon-youtube {
	background-image: url('images/icon-youtube.png');
}
.icon-mail {
	background-image: url('images/icon-mail.png');
}
.icon-menu {
	background-image: url('images/icon-menu.png');
}
.icon-share {
	background-image: url('images/icon-share.png');
}
.icon-google:hover {
	background-image: url('images/icon-google-hover.png');
}
.icon-facebook:hover {
	background-image: url('images/icon-facebook-hover.png');
}
.icon-twitter:hover {
	background-image: url('images/icon-twitter-hover.png');
}
.icon-pinterest:hover {
	background-image: url('images/icon-pinterest-hover.png');
}
.icon-linkedin:hover {
	background-image: url('images/icon-linkedin-hover.png');
}
.icon-youtube:hover {
	background-image: url('images/icon-youtube-hover.png');
}
.icon-mail:hover,
.icon-mail-hover,
a:hover .icon-mail {
	background-image: url('images/icon-mail-hover.png');
}
.icon-menu:hover,
.icon-menu-hover,
a:hover .icon-menu {
	background-image: url('images/icon-menu-hover.png');
}
.icon-share:hover,
.icon-share-hover,
a:hover .icon-share {
	background-image: url('images/icon-share-hover.png');
}
.active:hover .icon-menu,
.active:hover .icon-share,
.active .icon-menu,
.active .icon-share {
	background-image: url('images/icon-menu-active.png');
}
.icon-lg-google,
.icon-lg-facebook,
.icon-lg-twitter,
.icon-lg-pinterest,
.icon-lg-linkedin,
.icon-lg-youtube {
	height: 40px;
	width: 40px;
}
.icon-lg-google {
	background-image: url('images/icon-lg-google.png');
}
.icon-lg-facebook {
	background-image: url('images/icon-lg-facebook.png');
}
.icon-lg-twitter {
	background-image: url('images/icon-lg-twitter.png');
}
.icon-lg-pinterest {
	background-image: url('images/icon-lg-pinterest.png');
}
.icon-lg-linkedin {
	background-image: url('images/icon-lg-linkedin.png');
}
.icon-lg-youtube {
	background-image: url('images/icon-lg-youtube.png');
}
.icon-lg-google:hover {
	background-image: url('images/icon-lg-google-hover.png');
}
.icon-lg-facebook:hover {
	background-image: url('images/icon-lg-facebook-hover.png');
}
.icon-lg-twitter:hover {
	background-image: url('images/icon-lg-twitter-hover.png');
}
.icon-lg-pinterest:hover {
	background-image: url('images/icon-lg-pinterest-hover.png');
}
.icon-lg-linkedin:hover {
	background-image: url('images/icon-lg-linkedin-hover.png');
}
.icon-lg-youtube:hover {
	background-image: url('images/icon-lg-youtube-hover.png');
}
.icon-arrow-white-rt,
.icon-arrow-black-rt,
.icon-arrow-red-rt {
	height: 24px;
	width: 24px;
}
.icon-arrow-white-rt {
	background-image: url('images/arrow-white-rt.png');
}
.icon-arrow-black-rt {
	background-image: url('images/arrow-black-rt.png');
}
.icon-arrow-red-rt {
	background-image: url('images/arrow-red-rt.png');
}
.icon-carousel-arrow-lt,
.icon-carousel-arrow-rt {
	display: inline-block;
	margin-right: -32px;
	position: absolute;
	margin-top: -32px;
	height: 64px;
	width: 64px;
	right: 50%;
	top: 50%;
}
.icon-carousel-arrow-lt {
	background-image: url('images/carousel-arrow-lt.png');
}
.icon-carousel-arrow-rt {
	background-image: url('images/carousel-arrow-rt.png');
}
.icon-lg-play {
	height: 107px;
	width: 107px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.icon-lg-play {
	background-image: url('images/icon-lg-play.png');
}
a:hover .icon-lg-play,
.icon-lg-play-hover {
	background-image: url('images/icon-lg-play-hover.png');
}
.icon-xlg-close,
.icon-arrow-rt-xlg,
.icon-arrow-lt-xlg {
	height: 64px;
	width: 64px;
}
.icon-xlg-close {
	background-image: url('images/icon-xlg-close.png');
}
.icon-arrow-rt-xlg {
	background-image: url('images/icon-arrow-rt-xlg.png');
}
.icon-arrow-lt-xlg {
	background-image: url('images/icon-arrow-lt-xlg.png');
}
.icon-play,
.icon-play-hover,
.icon-zoom,
.icon-zoom-hover {
	height: 86px;
	width: 86px;
}
.icon-play {
	background-image: url('images/icon-play.png');
}
a:hover .icon-play,
.icon-play-hover {
	background-image: url('images/icon-play-hover.png');
}
.icon-zoom {
	background-image: url('images/icon-zoom.png');
}
a:hover .icon-zoom,
.icon-zoom-hover {
	background-image: url('images/icon-zoom-hover.png');
}
.icon-rss {
	height: 15px;
	width: 15px;
}
.icon-rss {
	background-image: url('images/icon-rss.png');
}
/* =Header
============================================*/
/* Top Alert Message */
.site-message {
	position: relative;
	padding: 10px 20px;
	background: #000;
	font-size: 16px;
	color: #e9232d;
}
.site-message p {
	margin: 0;
}
.site-message a {
	color: #fff;
}
.site-message a.alert-close {
	border-top: 1px solid #444;
	padding-top: 10px;
	line-height: 20px;
	margin-top: 10px;
	font-size: 20px;
	display: block;
}
.site-message a.alert-close span {
	position: relative;
	line-height: 20px;
	font-size: 12px;
	top: -3px;
}
@media (min-width: 768px) {
	.site-message a.alert-close {
		position: absolute;
		margin-top: 0;
		right: 20px;
		top: 0;
	}
	.site-message {
		font-size: 12px;
		padding: 2px 0;
	}
	.site-message a.alert-close {
		border-top: none;
		padding-top: 0;
	}
	.site-message a.alert-close span {
		display: none;
	}
}
/* Header Logo & Menu */
.site-header {
	background: #fff;
	position: relative;
}
.site-header hgroup {
	float: left;
}
.site-header .logo,
.site-header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
}
.site-header span.logo {
	margin-left: 20px;
	display: block;
}
.site-header .logo a {
	display: inline-block;
	height: 74px;
	width: 74px;
	background: url('images/logo-wefirst.png') center center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}
.site-header .navigation,
.site-header .header-social {
	overflow: hidden;
	height: auto;
	-webkit-transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-o-transition: height 0.3s ease;
	transition: height 0.3s ease;
}
.site-header .navigation.collapsed,
.site-header .header-social.collapsed {
	border-top: none;
	height: 0px;
}
.site-header .navigation,
.site-header .header-social,
.site-header .header-email {
	float: right;
}
.site-header .navigation {
	border-top: 1px solid #ddd;
	width: 100%;
}
.site-header .navigation ul {
	float: right;
	width: 100%;
}
.site-header .navigation ul li {
	float: left;
	width: 100%;
}
.site-header .navigation ul li a,
.site-header .header-social ul li a,
.site-header .header-email a,
.site-header .header-email a i.icon
.site-header a.menu-toggle,
.site-header a.menu-toggle i.icon,
.site-header a.header-share,
.site-header a.header-share i.icon {
	height: 74px;
	line-height: 74px;
}
.site-header .navigation ul li a {
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 0 15px;
	display: block;
	color: #747474;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.site-header .navigation ul li.current_page_item a,
.site-header .navigation ul li a:hover {
	background-color: #e9232d;
	text-decoration: none;
	color: #fff;
}
.site-header .navigation ul li.current_page_item a {
	cursor: default;
}
.site-header .header-social {
	border-top: 1px solid #ddd;
	text-align: center;
	position: relative;
	background: #fff;
	z-index: 20;
	width: 100%;
	top: 100%;
	right: 0;
}
.site-header a.menu-toggle,
.site-header a.header-share,
.site-header .header-email {
	border-left: 1px solid #ddd;
	position: relative;
	overflow: visible;
}
.site-header .header-social ul li {
	display: inline-block;
	width: 15%;
}
.site-header .header-social ul li a {
	width: 100%;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.site-header a.menu-toggle,
.site-header a.header-share,
.site-header .header-email {
	width: 20%;
}
.site-header a.menu-toggle,
.site-header a.header-share,
.site-header .header-email a {
	background: #fff;
	display: block;
	float: right;
	height: 74px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.site-header .header-email a {
	width: 100%;
}
.site-header a.menu-toggle:hover,
.site-header a.header-share:hover,
.site-header .header-email a:hover,
.site-header a.menu-toggle.active,
.site-header a.header-share.active {
	background: #680097;
}
.site-header a.menu-toggle.active:after,
.site-header a.header-share.active:after {
}
.site-header a.menu-toggle i.icon,
.site-header a.header-share i.icon,
.site-header .header-email a i.icon {
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
@media (min-width: 1100px) {
	.site-header .navigation.collapsed {
		height: auto;
	}
	.site-header .navigation {
		border-top: none;
		width: auto;
	}
	.site-header .navigation ul {
		padding-right: 20px;
		width: auto;
	}
	.site-header .navigation ul li {
		width: auto;
	}
	.site-header .navigation ul li a {
		display: inline-block;
		border: none;
	}
	.site-header .navigation ul li.current_page_item a,
	.site-header .navigation ul li a:hover {
		background: none;
		color: #e9232d;
	}
	.site-header .header-social {
		position: absolute;
		width: 241px;
		right: 87px;
	}
	.site-header .header-social ul li {
		float: left;
		width: 40px;
	}
	.site-header .header-social ul li a {
		height: 40px;
		width: 40px;
	}
	.site-header a.header-share,
	.site-header .header-email {
		width: 86px;
	}
	.site-header a.menu-toggle {
		display: none;
	}
}
@media (min-width: 1300px) {
	.site-header {
		padding: 0 0 0 30px;
	}
	.site-header span.logo {
		margin-left: 0;
	}
	.site-header .header-social {
		position: relative;
		border-top: none;
		background: none;
		right: auto;
		width: auto;
		left: auto;
		top: auto;
	}
	.site-header .header-social ul {
		border-left: 1px solid #ddd;
		padding: 0 20px;
		float: right;
	}
	.site-header .header-social ul li a {
		height: 74px;
	}
	.site-header a.header-share {
		display: none;
	}
	.site-header .header-social.collapsed {
		height: auto;
	}
}
/* =Home Page
============================================*/
/* Home Page H1 */
#hp-h1 {
	margin: 20px 0 50px;
	font-weight: 200;
	font-size: 22px;
}

@media (min-width: 768px) {
	#hp-h1 {
		margin: 0 0 30px;
		font-size: 26px;
	}
}
@media (min-width: 992px) {
	#hp-h1 {
		font-size: 32px;
	}
}
@media (min-width: 1200px) {
	#hp-h1 {
		font-size: 36px;
	}
}

/* Carousel */
.carousel {
	overflow: hidden;
}
.carousel .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.carousel .item a {
	background: rgba(20, 20, 20, 0.25);
	text-decoration: none;
	display: block;
	padding: 30px 0 60px;
}
.carousel .item .caption {
	padding: 30px 20px 0;
	color: #fff;
	margin: 0;
}
.carousel .item .caption strong {
	text-align: center;
	padding: 0 0 30px;
	font-weight: 300;
	font-size: 30px;
	line-height: 1;
	display: block;
}
.carousel .item .caption .sub-caption {
	border-top: 1px solid #fff;
	padding: 30px 20px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	display: block;
}
.carousel .item .caption .sub-caption span {
	line-height: 26px;
	margin: 10px 0 0;
	display: block;
}
.carousel .item .caption .sub-caption em.item-link {
	font-style: normal;
	display: block;
	color: #680097;
}
.carousel .item .caption .sub-caption em.item-link i {
	margin-left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.carousel .item:hover .caption .sub-caption em.item-link i {
	margin-left: 10px;
}
@media (min-width: 992px) {
	.carousel .item a {
		height: 660px;
		padding: 0;
	}
	.carousel .item .caption {
		margin-left: -430px;
		position: relative;
		padding: 220px 0 0;
		width: 860px;
		left: 50%;
	}
	.carousel .item .caption .sub-caption {
		border-top: none;
		font-size: 24px;
		margin-top: 0;
		padding: 0 0 40px;
	}
	.carousel .item .caption strong {
		font-weight: 200;
		font-size: 56px;
	}
}
@media (min-width: 1200px) {
	.carousel .item a {
		height: 700px;
	}
	.carousel .item .caption {
		margin-left: -490px;
		padding: 240px 0 0;
		width: 980px;
	}
	.carousel .item .caption .sub-caption {
		margin-left: 60%;
		text-align: left;
		width: 40%;
	}
	.carousel .item .caption strong {
		font-size: 62px;
	}
}
/* Main Content */
.home-content {
	padding-top: 30px;
	font-weight: 200;
	font-size: 20px;
}
.home-content article {
	padding: 0 10px;
}
@media (min-width: 768px) {
	.home-content {
		padding-bottom: 30px;
		padding-top: 60px;
		font-size: 30px;
	}
	.home-content article {
		padding: 0 5%;
	}
}
@media (min-width: 992px) {
	.home-content {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.home-content {
		font-size: 46px;
	}
}
/* Services */
.home-services {
	padding: 20px 0;
}
.home-services a {
	padding: 30px 20px;
	display: block;
	color: #fff;
}
.home-services a:hover {
	text-decoration: none;
}
.home-services h2,
.home-services a h2 {
	text-transform: uppercase;
	position: relative;
	font-size: 22px;
	color: #e9232d;
	bottom: 0px;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-services a:hover h2 {
	bottom: 10px;
}
.home-services a p {
	font-weight: 300;
	font-size: 16px;
	margin: 0;
}
.home-services a p .icon-arrow-red-rt {
	position: relative;
	left: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.home-services a:hover p .icon-arrow-red-rt {
	left: 10px;
}
@media (min-width: 992px) {
	.home-services {
		padding: 0;
	}
	.home-services a {
		padding: 50px 6%;
	}
	.home-services h2,
	.home-services a h2 {
		font-size: 24px;
	}
	.home-services a p {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.home-services a {
		padding: 50px 8%;
	}
	.home-services h2,
	.home-services a h2 {
		font-size: 26px;
	}
	.home-services a p {
		font-size: 20px;
	}
}
@media (min-width: 1400px) {
	.home-services a {
		padding: 50px 10%;
	}
	.home-services h2,
	.home-services a h2 {
		font-size: 30px;
	}
	.home-services a p {
		font-size: 24px;
	}
}
/* Quotes */
.home-quotes {
	font-weight: 300;
	font-size: 16px;
}
.home-quotes .quote {
	padding: 0 10px 10px;
}
.home-quotes .col-md-4:nth-child(2),
.home-quotes .col-md-4:nth-child(3) {
	display: none;
}
.home-quotes img {
	margin: 0 0 20px;
}
.home-quotes p {
	margin: 0 0 30px;
}
.home-quotes strong {
	text-transform: uppercase;
	display: block;
	color: #000;
}
@media (min-width: 768px) {
	.home-quotes {
		font-size: 18px;
	}
	.home-quotes .quote {
		padding: 0 5%;
	}
	.home-quotes .col-md-4:nth-child(2),
	.home-quotes .col-md-4:nth-child(3) {
		display: block;
	}
	.home-quotes p {
		margin: 0 0 40px;
	}
}
/* Featured Articles */
.home-featured-content .featured-block {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 0;
}
.home-featured-content .featured-block a {
	position: relative;
	display: block;
	color: #fff;
}
.home-featured-content .featured-block a:hover {
	text-decoration: none;
}
.home-featured-content .featured-block a .hover-screen {
	position: relative;
	display: block;
	height: 300px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.home-featured-content .featured-block a:hover .hover-screen {
	-webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
}
.home-featured-content .featured-block a strong {
	position: absolute;
	font-weight: 600;
	font-size: 30px;
	line-height: 1;
	bottom: 40px;
	right: 10%;
	left: 10%;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}
.home-featured-content .featured-block a:hover strong {
	bottom: 60px;
}
@media (min-width: 768px) {
	.home-featured-content .featured-block a strong {
		font-size: 36px;
	}
	.home-featured-content .featured-block a .hover-screen {
		height: 470px;
	}
}
/* Supporting Text */
.home-supporting {
	padding-bottom: 30px;
	padding-top: 30px;
	font-size: 20px;
}
.home-supporting h3 {
	text-transform: none;
	margin: 0 0 5px;
	font-weight: 500;
	font-size: 24px;
	color: #000;
}
.home-supporting p {
	line-height: 28px;
	font-weight: 300;
	font-size: 24px;
	margin: 0;
}
@media (min-width: 768px) {
	.home-supporting {
		padding-bottom: 60px;
		padding-top: 60px;
		font-size: 36px;
	}
	.home-supporting h3 {
		font-size: 30px;
		margin: 0;
	}
	.home-supporting p {
		line-height: 30px;
		font-weight: 200;
		font-size: 26px;
	}
}
@media (min-width: 992px) {
	.home-supporting h3 {
		font-size: 36px;
	}
	.home-supporting p {
		line-height: 36px;
		font-size: 30px;
	}
}
/* Newsletter */
.newsletter,
.blog-newsletter {
	padding: 20px 0;
}
.newsletter p {
	text-align: center;
	font-weight: 600;
	margin: 0 0 20px;
	font-size: 20px;
}
.newsletter form input {
	border: 1px solid #fff;
	background: #680097;
	text-align: center;
	height: 48px;
	width: 100%;
}
.newsletter form input::-webkit-input-placeholder,
.newsletter form input:-moz-input-placeholder,
.newsletter form input::-moz-input-placeholder,
.newsletter form input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.newsletter form button.button {
	text-align: center;
	background: #fff;
	margin-top: 20px;
	height: 48px;
	border: none;
	width: 100%;
}
.newsletter form button.button .icon-arrow-purple {
	background-image: url('images/arrow-purple-rt.png');
	vertical-align: middle;
	height: 22px;
	width: 14px;
}
@media (min-width: 768px) {
	.newsletter {
		padding: 60px 0;
	}
	.blog-newsletter {
		padding: 30px 20px;
	}
}
@media (min-width: 992px) {
	.newsletter form input {
		margin-left: 10%;
		float: left;
		width: 65%;
	}
	.newsletter form button.button {
		margin-right: 10%;
		margin-top: 0;
		float: left;
		width: 15%;
	}
}
@media (min-width: 1200px) {
	.newsletter p {
		text-align: right;
		line-height: 48px;
		font-size: 24px;
		margin: 0;
	}
	.newsletter form input {
		margin-left: 0%;
		width: 75%;
	}
	.newsletter form button.button {
		margin-right: 0%;
		width: 25%;
	}
}
/* Featured In */
.featured-in-wrapper {
	padding: 40px 20px;
}
.featured-in p {
	margin: 0 0 10px;
	font-size: 20px;
	color: #000;
}
footer.site-footer .footer-top ul,
footer.site-footer .site-info ul,
.featured-in ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.featured-in ul li {
	display: inline-block;
}
.featured-in ul li a {
	display: inline-block;
}
@media (min-width: 768px) {
	.featured-in-wrapper {
		padding: 40px 10%;
	}
}
/* =About
============================================*/
/* Mission */
.factors-list {
	list-style: none;
	font-weight: 500;
	font-size: 28px;
	padding: 0 0 0 20px;
	margin: 0 0 30px;
}
.factors-list li {
	margin-bottom: 10px;
}
.factors-list li .factor-number {
	display: inline-block;
	background: #e9232d;
	text-align: center;
	margin-right: 10px;
	line-height: 40px;
	font-size: 24px;
	height: 40px;
	width: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.download-link {
	background: url('images/icon-lg-download.png') bottom right no-repeat;
	display: inline-block;
	padding-right: 45px;
	line-height: 33px;
	font-weight: 500;
	font-size: 24px;
}
.download-link:hover {
	background-image: url('images/icon-lg-download-hover.png');
	text-decoration: none;
	color: #404040;
}
/* Capabilities */
.capability-list {
	border-top: 10px solid #747474;
	list-style: none;
	padding: 10px 0 0;
	margin: 10px 0 0;
}
.capability-list.list-red {
	border-color: #e9232d;
}
.capability-list.list-black {
	border-color: #000;
}
.capability-list h2 {
	font-size: 24px;
	margin: 0 0 10px;
}
.capability-list.no-border h2 {
	text-transform: uppercase;
}
.capability-list.no-border {
	font-weight: 300;
	border-top: none;
	font-size: 18px;
	padding: 0;
}
.capability-list.has-margin {
	margin: 0 0 30px;
}
.capability-list li {
	padding-left: 20px;
	position: relative;
}
.capability-list li:before {
	content: "- ";
	position: absolute;
	left: 0;
	top: 0;
}
.capability-list li.list-heading {
	padding-left: 0;
}
.capability-list li.list-heading:before {
	content: "";
}
/* Team */
.work-samples,
.work-list,
.video-list,
.team-list {
	text-align: center;
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.work-samples li,
.work-list li,
.book-image,
.video-list li,
.team-list li {
	display: inline-block;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 8px;
	margin-right: 0;
}
.work-samples li:before,
.work-list li:before,
.book-image:before,
.video-list li:before,
.team-list li:before {
	padding-top: 100%;
    display: block;
    content: '';
}
.video-list li:before {
	padding-top: 56.25%;
}
.work-samples li a,
.work-list li a,
.video-list li a,
.team-list li a {
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.work-samples li a,
.work-samples li a img,
.work-list li a,
.work-list li a .hover-screen,
.book-image img,
.book-image .hover-screen,
.video-list li a,
.video-list li a img,
.video-list li a .hover-screen,
.team-list li a,
.team-list li a img,
.team-list li a .hover-screen {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.work-samples li a img,
.book-image img,
.video-list li a img,
.team-list li a img {
	max-width: auto;
	width: 100%;
	z-index: 2;
}
.work-list li a .case-overlay,
.video-list li a .video-caption,
.team-list li a .member-caption {
	background: #cc3025;
	background: rgba(204, 48, 37, 0.7);
	position: absolute;
	text-align: left;
	font-size: 18px;
	padding: 15px;
	z-index: 8;
	bottom: 0;
	right: 0;
	left: 0;
}
.video-list li a .video-caption {
	line-height: 24px;
}
.work-list li a .case-overlay strong,
.video-list li a .video-caption strong,
.team-list li a .member-caption strong {
	font-weight: 600;
	font-size: 24px;
	display: block;
}
.work-list li a .hover-screen,
.video-list li a .hover-screen,
.team-list li a .hover-screen {
	z-index: 6;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.work-list li a:hover .hover-screen,
.video-list li a:hover .hover-screen,
.team-list li a:hover .hover-screen {
	-webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
}
.close {
	background-image: url('images/icon-lg-close.png');
	background-color: transparent;
	line-height: 1;
	float: right;
	height: 32px;
	width: 32px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}
button.close {
	-webkit-appearance: none;
	cursor: pointer;
	padding: 0;
	border: 0;
}
.modal-content {
	font-size: 18px;
	color: #000;
}
.member-bio-title h1,
.member-bio-title h2 {
	font-size: 24px;
}
.member-bio-title h1 {
	margin: 0 0 10px;
	font-weight: 600;
}
.member-bio-title h2 {
	margin: 0 0 30px;
	font-weight: 200;
}
/* Contribution */
.contribution-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.contribution-list li,
.contribution-list li a {
	display: inline-block;
}
.contribution-list li {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}
.contribution-list li:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.contribution-list li a {
	text-decoration: none;
}
@media (min-width: 768px) {
	.video-list li,
	.team-list li {
		width: 49.5%;
		margin-right: 1%;
	}
	.video-list li:nth-child(2n),
	.team-list li:nth-child(2n) {
		margin-right: 0;
	}
	.modal-content {
		font-size: 20px;
	}
	.member-bio-title h1,
	.member-bio-title h2 {
		font-size: 36px;
	}
}
@media (min-width: 992px) {
	.team-list li {
		width: 32.8%;
		margin-right: 0.6%;
	}
	.team-list li:nth-child(2n) {
		margin-right: 0.6%;
	}
	.team-list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	.video-list li {
		width: 32.8%;
		margin-right: 0.6%;
	}
	.video-list li:nth-child(2n) {
		margin-right: 0.6%;
	}
	.video-list li:nth-child(3n) {
		margin-right: 0;
	}
}
/* =Thinking
============================================*/
/* Methodology */
.nav-tabs.thick-tabs {
	margin: 0;
}
.nav-tabs.thick-tabs > li {
	width: 100%;
}
.nav-tabs.thick-tabs > li > a {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 24px;
	line-height: 1;
	color: #e9232d;
	margin: 0;
}
.nav-tabs.thick-tabs > li:last-child > a {
	border: none;
}
.nav-tabs.thick-tabs > li > a:hover,
.nav-tabs.thick-tabs > li > a:focus {
	background-color: #eee;
}
.nav-tabs.thick-tabs > li.active > a {
	background-color: #e9232d;
	border-color: #e9232d;
	color: #fff;
}
.nav-tabs.thick-tabs > li > a > strong {
	text-transform: uppercase;
	display: block;
}
.nav-tabs.thick-tabs > li > a > span {
	text-transform: uppercase;
}
.section-counter {
	margin: 0 auto 30px;
	position: relative;
	display: block;
	background: #e9232d;
	text-align: center;
	line-height: 100px;
	font-weight: 700;
	font-size: 60px;
	height: 100px;
	width: 100px;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.mobile-centered h3 {
	text-align: center;
}
/* Book */
.book-chapters h2 {
	font-size: 36px;
}
.book-chapters h3 {
	text-transform: none;
	line-height: 1.2;
	margin: 0;
}
.book-chapters h3 small {
	font-weight: 300;
	font-size: 18px;
}
.book-quotes .col-md-5.col-md-offset-2 {
	border-top: 2px solid #555;
	padding-top: 60px;
	margin-top: 60px;
}
.book-quotes p.quote-author {
	margin-bottom: 0;
}
.book-quotes p.quote-author strong {
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.nav-tabs.thick-tabs > li {
		width: 33.33%;
	}
	.nav-tabs.thick-tabs > li > a {
		border-right: 1px solid #a9a9a9;
	}
	.book-chapters h3 small {
		font-size: 24px;
	}
}
@media (min-width: 992px) {
	.section-counter {
		position: absolute;
		margin: -50px 0 0;
		left: -130px;
		top: 50%;
	}
	.mobile-centered h3 {
		text-align: left;
	}
	.book-quotes .col-md-5 {
		padding-bottom: 80px;
		min-height: 300px;
	}
	.book-quotes .col-md-5.col-md-offset-2 {
		padding-top: 0px;
		border: none;
		margin-top: 0;
	}
	.book-quotes p.quote-author {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
/* =Services
============================================*/
/* Strategy */
.strategic-issues h3 {
	text-transform: none;
	font-size: 28px;
}
.strategic-issues p {
	margin: 0 0 20px;
	font-weight: 300;
}
.strategic-issues hr {
	margin: 0 0 20px;
}
/* Training */
.banner-480 .play-button {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.banner-480 .play-button:hover {
	-webkit-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	-o-box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
	box-shadow: inset 0px 0px 200px 0px rgba(0, 0, 0, 0.75);
}
.banner-480 .play-button i {
	margin: -53px 0 0 -53px;
	position: absolute;
	left: 50%;
	top: 50%;
}
.client-logos {
	text-align: center;
}
.client-logos li {
	margin: 0 30px 30px;
}
.client-logos img {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.client-logos img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
/* Speaking */
.keynote-content {
	font-size: 18px;
}
.keynote-content a {
	color: #fff;
}
@media(min-width: 768px){
	.keynote-content {
		font-size: 24px;
	}
}
.book-image {
	margin-bottom: 0;
}
.book-image:before {
	padding-top: 129.25%;
}
.section-purple a:hover {
	color: #fff;
}
.book-image .book-caption {
	background: #680097;
	background: rgba(104, 0, 151, 0.7);
	padding: 15px 20px;
	position: absolute;
	text-align: center;
	z-index: 10;
	bottom: 0;
	right: 0;
	left: 0;
}
.speaking-topics .topic-num {
	background: #404040;
	margin: 0 auto 10px;
	text-align: center;
	line-height: 100px;
	font-size: 60px;
	color: #e9232d;
	height: 100px;
	width: 100px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.speaking-topics h3 {
	margin-bottom: 10px;
	text-align: center;
}
.speaking-topics p {
	text-align: center;
}
@media(min-width: 768px){
	.book-image {
		right: -15px;
	}
}
@media(min-width: 992px){
	.speaking-topics .topic-num {
		margin: 0 0 10px;
	}
	.speaking-topics h3,
	.speaking-topics p {
		text-align: left;
	}
}
/* Workshops */
.workshops h3 {
	text-transform: none;
	color: #fff;
	margin-top: 60px;
}
a:hover .topic-caption {
	text-decoration: none;
}
.topic-caption {
	text-transform: uppercase;
	position: absolute;
	font-size: 24px;
	bottom: 20px;
	right: 20px;
	left: 20px;
}
.modal hr {
	border-top-color: #e9e9e9;
}
/* Summit */
.gallery-thumbs {
	display: none;
}
@media (min-width: 1200px) {
	.gallery-thumbs {
		padding: 8px 0 0;
		list-style: none;
		display: block;
		float: left;
		width: 100%;
		margin: 0;
	}
	.gallery-thumbs li {
		margin-right: 0.5%;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		width: 9.55%;
		float: left;
		z-index: 1;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.gallery-thumbs li::before {
		position: absolute;
    	content: "";
		bottom: 0;
		right: 0;
		left: 0;
		top: 0;
		-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-o-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}
	.gallery-thumbs li:hover::before {
		-webkit-box-shadow: inset 0px 0px 90px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: inset 0px 0px 90px 0px rgba(0, 0, 0, 0.75);
		-o-box-shadow: inset 0px 0px 90px 0px rgba(0, 0, 0, 0.75);
		box-shadow: inset 0px 0px 90px 0px rgba(0, 0, 0, 0.75);
	}
	.gallery-thumbs li:last-child {
		margin-right: 0;
	}
	.gallery-thumbs li img {
		display: block;
		float: left;
		width: 100%;
	}
}
/* =Work
============================================*/
.work-list li a {
	background-color: #f9f9f9;
}
.work-list li a .case-overlay {
	background-color: transparent;
	text-align: center;
	top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.work-list li a:hover .case-overlay {
	filter: alpha(opacity=100);
	opacity: 1;
}
.work-list li a .case-overlay .client-logo,
.work-list li a .case-overlay .client-logo-hover {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	margin-top: 18%;
	right: 0;
	left: 0;
	top: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.work-list li a .case-overlay .client-logo {
	filter: alpha(opacity=100);
	opacity: 1;
}
.work-list li a:hover .case-overlay .client-logo {
	filter: alpha(opacity=0);
	opacity: 0;
}
.work-list li a .case-overlay .client-logo-hover {
	filter: alpha(opacity=0);
	opacity: 0;
}
.work-list li a:hover .case-overlay .client-logo-hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.work-list li a .case-overlay strong {
	text-transform: uppercase;
	position: absolute;
	font-size: 18px;
	bottom: 18%;
	right: 20px;
	color: #ccc;
	left: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.work-list li a .hover-screen {
	background-color: transparent;
	background-color: rgba(233, 35, 45, 0);
}
.work-list li a:hover .hover-screen {
	background-color: #e9232d;
	background-color: rgba(233, 35, 45, 1);
	-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-o-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.work-list li a:hover .case-overlay strong {
	color: #fff;
}
@media (min-width: 768px) {
	.work-list li {
		width: 49.5%;
		margin-right: 1%;
	}
	.work-list li:nth-child(3n) {
		margin-right: 1%;
	}
	.work-list li:nth-child(4n),
	.work-list li:nth-child(2n) {
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	/*.work-list li a .case-overlay {
		filter: alpha(opacity=100);
		opacity: 0;
	}*/
	.work-list li {
		width: 32.8%;
		margin-right: 0.6%;
	}
	.work-list li:nth-child(2n),
	.work-list li:nth-child(4n) {
		margin-right: 0.6%;
	}
	.work-list li:nth-child(3n) {
		margin-right: 0;
	}
}
@media (min-width: 1200px) {
	.work-list li {
		width: 24.8%;
		margin-right: 0.25%;
		margin-bottom: 4px;
	}
	.work-list li:nth-child(2n),
	.work-list li:nth-child(3n) {
		margin-right: 0.25%;
	}
	.work-list li:nth-child(4n) {
		margin-right: 0;
	}
	.work-list li a .case-overlay .client-logo,
	.work-list li a .case-overlay .client-logo-hover {
		margin-top: 40px;
	}
	.work-list li a .case-overlay strong {
		bottom: 40px;
		right: 30px;
		left: 30px;
	}
}
/* =Case Studies
============================================*/
/* Case Study Details */
.work-samples .icon-play,
.work-samples .icon-zoom {
	position: absolute;
	margin-left: -43px;
	margin-top: -70px;
	z-index: 100;
	left: 50%;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.work-samples.samples-100 li:before {
	padding-top: 21.7%;
}
.work-samples.samples-50 li:before {
	padding-top: 43.6%;
}
.work-samples.samples-33 li:before {
	padding-top: 65.2%;
}
.work-samples li a .play-button {}
.work-samples li strong {
	text-transform: uppercase;
	font-weight: normal;
	padding: 10px 20px;
	text-align: left;
	font-size: 16px;
	display: block;
}
@media (min-width: 768px) {
	.work-samples.samples-100 li {
		width: 100%;
	}
	.work-samples.samples-50 li {
		width: 50%;
	}
	.work-samples.samples-33 li {
		width: 33.3333%;
	}
}
/* Case Study Navigation */
.case-study-nav {
	padding-right: 0;
	padding-left: 0;
}
.case-study-nav ul {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-align: center;
	list-style: none;
	margin: 60px 0 0;
	float: left;
	width: 100%;
	padding: 0;
}
.case-study-nav ul li {
	float: left;
	width: 50%;
}
.case-study-nav ul.full-controls li {
	width: 33.3333%;
}
.case-study-nav ul li a {
	border-right: 1px solid #ddd;
	display: block;
	padding: 20px 0;
}
.case-study-nav ul li:last-child a {
	border-right: none;
}
.case-study-nav ul li a i {
	filter: alpha(opacity=50);
	opacity: 0.5;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.case-study-nav ul li a:hover i {
	filter: alpha(opacity=100);
	opacity: 1;
}
/* Case Study Details */
.case-services h2,
.case-services p {
	margin-bottom: 0;
}
.case-services h2 {
	font-size: 28px;
}
.case-services p {
	font-size: 24px;
	color: #747474;
}
.large-quote {
	font-size: 24px;
}
@media (min-width: 1200px) {
	.case-study-nav {
		padding-left: 15px;
	}
	.case-study-nav ul {
		border-bottom: none;
		border-top: none;
		margin: 0;
	}
	.case-study-nav ul li,
	.case-study-nav ul.full-controls li {
		width: 100%;
	}
	.case-study-nav ul li a {
		border-bottom: 1px solid #ddd;
		border-right: none;
	}
	.case-study-nav ul li:last-child a {
		border-bottom: none;
	}
}
/* =Resources
============================================*/
/* Press */
.article-list .article-item {
	margin-bottom: 30px;
	text-align: center;
	background: #fff;
}
.article-list .article-logo {
	border: 2px solid #eee;
}
.article-list .article-info {
	background: #eee;
}
.article-list .article-info h4 {
	border-bottom: 2px solid #fff;
	margin-bottom: 0;
	font-size: 18px;
	color: #404040;
	padding: 20px;
}
.article-list .article-info a {
	background-color: #eee;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 0;
	color: #e9232d;
	display: block;
}
.article-list .article-info a:hover {
	text-decoration: none;
	background: #e9232d;
	color: #fff;
}
/* Jobs */
.jobs-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jobs-list li {
	background: #eee;
	margin-bottom: 20px;
}
.jobs-list li .job-details {
	padding: 30px 30px 0;
}
.jobs-list li h4 {
	margin-bottom: 20px;
	font-size: 26px;
	color: #404040;
}
.jobs-list li p {
	margin-bottom: 30px;
	font-size: 16px;
}
.jobs-list li a {
	background: #ddd url('images/icon-lg-download.png') 20px center no-repeat;
	border-top: 2px solid #fff;
	font-weight: bold;
	font-size: 18px;
	color: #e9232d;
	display: block;
	padding: 20px 20px 20px 70px;
}
.jobs-list li a:hover {
	background: #e9232d url('images/icon-lg-download-hover.png') 20px center no-repeat;
	text-decoration: none;
	color: #fff;
}
@media (min-width: 1200px) {
	.jobs-list {
		float: left;
		width: 100%;
	}
	.jobs-list li {
		float: left;
		width: 48%;
		margin-right: 2%;
	}
	.jobs-list li:nth-child(2n) {
		margin-right: 0%;
	}
}
/* Contact */
.social-icons {
	list-style: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
.social-icons li {
	display: inline-block;
	margin-bottom: 4px;
	margin-right: 4px;
	width: 100px;
}
.social-icons li a {
	background-color: #eee;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	display: block;
	height: auto;
	width: 100%;
	margin: 0;
}
.social-icons li a:before {
	padding-top: 100%;
    display: block;
    content: '';
}
.social-icons li a:hover {
	background-color: #ddd;
}
/* =Blog
============================================*/
/* General */
.has-sidebar {
	padding-top: 60px;
}
@media(min-width: 768px) {
	.has-sidebar {
		padding-top: 85px;
	}
}
/* Browsing Articles */
.blog-browse article {
	margin-bottom: 40px;
}
.blog-browse article .post-thumbnail,
.blog-sidebar .post-thumbnail {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}
.blog-browse article .post-thumbnail:before,
.blog-sidebar .post-thumbnail:before {
	padding-top: 55%;
    display: block;
    content: '';
}
.blog-browse article a {
	color: #747474;
}
.blog-browse article a:hover {
	text-decoration: none;
}
.blog-browse article a h1,
.blog-browse article a h2,
.blog-browse article a h3 {
	margin-bottom: 20px;
	color: #404040;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-browse article a:hover h1,
.blog-browse article a:hover h2,
.blog-browse article a:hover h3 {
	color: #c5c5c5;
}
.blog-browse h1,
.blog-browse h2,
.blog-browse h3 {
	text-transform: none;
	font-weight: bold;
	font-size: 26px;
}
.blog-browse .post-author {
	display: block;
}
.blog-browse .primary-post .post-author {
	font-size: 18px;
}
.blog-browse .secondary-post .post-author {
	font-size: 16px;
}
.blog-browse .tertiary-post .post-author {
	font-size: 14px;
}
@media(min-width: 768px) {
	.blog-browse h1 {
		line-height: 1.2;
		font-weight: 500;
		font-size: 48px;
	}
	.blog-browse h2 {
		line-height: 1.3;
		font-size: 28px;
	}
	.blog-browse h3 {
		font-weight: 500;
		font-size: 18px;
	}
}
@media(min-width: 992px) {
	.blog-browse .tertiary-post article .post-thumbnail:before {
		padding-top: 125%;
	}
}
/* Archive/Category/Search Pages */
.banner-text.archive-header {
	padding-bottom: 40px;
	padding-top: 40px;
}
.archive-header .archive-title {
	text-align: center;
	font-weight: 100;
	font-size: 30px;
	margin: 0;
}
/* Sidebar */
.blog-sidebar .searchform {
	margin: 20px 0;
	float: left;
	width: 100%;
}
.blog-sidebar .searchform .form-control {
	border-color: #c5c5c5;
	height: 45px;
	float: left;
	width: 75%;
}
.blog-sidebar .searchform #searchsubmit {
	background: #c5c5c5 url('images/icon-search.png') center center no-repeat;
	height: 45px;
	border: none;
	float: left;
	width: 25%;
}
.blog-sidebar .searchform #searchsubmit:hover {
	background-image: url('images/icon-search-hover.png');
}
.sidebar-ad {
	padding-bottom: 30px;
	text-align: center;
}
.blog-sidebar h3 {
	text-transform: none;
	margin: 0 0 20px;
	font-size: 28px;
}
.blog-sidebar ul.categories-list {
	list-style: none;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.blog-sidebar ul.categories-list li {
	margin-bottom: 8px;
	float: left;
	width: 50%;
}
.blog-sidebar ul.categories-list li a {
	font-weight: 600;
	font-size: 18px;
	display: block;
	color: #747474;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-sidebar ul.categories-list li a:hover {
	text-decoration: none;
	color: #c5c5c5;
}
.blog-sidebar ul.related-posts {
	list-style: none;
	margin: 0;
	float: left;
	width: 100%;
	padding: 0;
}
.blog-sidebar ul.related-posts li {
	margin: 0 0 20px;
	float: left;
	width: 100%;
}
.blog-sidebar ul.related-posts li a {
	display: block;
	float: left;
	width: 100%;
}
.blog-sidebar ul.related-posts li a:hover {
	text-decoration: none;
}
.blog-sidebar ul.related-posts li a h4 {
	font-size: 20px;
	color: #404040;
	float: right;
	width: 100%;
	margin: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.blog-sidebar ul.related-posts li a:hover h4 {
	color: #c5c5c5;
}
.blog-sidebar .post-thumbnail {
	margin-bottom: 0;
	float: left;
	width: 100%;
}
.rss-cta {
	padding-bottom: 30px;
}
.rss-cta strong {
	display: inline-block;
	padding-top: 10px;
}
.feed-button {
	background: #e9232d;
	padding: 12px 10px;
	font-weight: bold;
	font-size: 18px;
	float: right;
	color: #fff;
}
.feed-button:hover {
	text-decoration: none;
	background: #c5c5c5;
	color: #fff;
}
.feed-button .icon {
	vertical-align: baseline;
	margin-right: 10px;
}
@media(min-width: 992px){
	/*.blog-sidebar ul.categories-list li {
		width: 100%;
	}*/
	.blog-sidebar ul.related-posts li {
		margin: 0 0 10px;
	}
	.blog-sidebar ul.related-posts li a h4 {
		width: 52%;
	}
	.blog-sidebar .post-thumbnail {
		margin-bottom: 0;
		float: left;
		width: 44%;
	}
	.blog-sidebar .post-thumbnail:before {
		padding-top: 75%;
	}
}
/* Single Post */
.entry-header {
	padding-top: 60px;
}
.entry-header h1 {
	line-height: 1.2;
	font-weight: bold;
	font-size: 34px;
}
.entry-thumbnail {
	padding-bottom: 60px;
}
.entry-content {
	padding-bottom: 30px;
	position: relative;
}
.entry-content h2 {
	font-size: 36px;
	color: #e9232d;
}
.author-details {
	background: #680097;
	font-size: 18px;
	color: #fff;
	float: left;
	width: 100%;
}
.author-avatar {
	text-align: center;
	width: 100%;
	float: left;
}
.author-avatar img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.author-bio {
	float: right;
	width: 100%;
	padding: 20px;
}
.author-bio strong {
	display: block;
}
@media(min-width: 768px) {
	.entry-header h1 {
		font-size: 40px;
	}
	.author-avatar {
		width: 24%;
	}
	.author-bio {
		width: 76%;
	}
}
@media(min-width: 992px) {
	.entry-header h1 {
		font-weight: 500;
		font-size: 50px;
	}
}
@media(min-width: 1200px) {
	.entry-header h1 {
		font-size: 60px;
	}
}
/* Comments */
.comments-area {
	padding-bottom: 60px;
}
h2.comments-title {
	border-bottom: 2px solid #a9a9a9;
	margin: 0 0 30px;
	padding: 60px 0 10px;
	font-size: 24px;
	color: #000000;
}
h3.comment-reply-title {
	text-transform: none;
	margin-bottom: 20px;
	font-size: 18px;
	color: #e9232d;
}
h3.comment-reply-title a {
	color: #e9232d;
}
h3.comment-reply-title small {
	float: right;
}
h3.comment-reply-title small a {
	color: #747474;
}
h3.comment-reply-title a:hover {
	text-decoration: none;
	color: #c5c5c5;
}
.comment-field {
	margin-bottom: 20px;
	width: 100%;
	float: left;
}
.comment-field.half {
	width: 48.5%;
}
.comment-field.half.last {
	float: right;
}
.comment-form .form-control {
	border-color: #c5c5c5;
	height: 45px;
	float: left;
	width: 100%;
}
.comment-form-comment.form-control {
	height: 90px;
}
.form-submit {
	float: right;
	width: 100%;
	margin: 0;
}
.form-submit #comment-submit {
	background: #e9232d;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	display: block;
	height: 45px;
	border: none;
	width: 100%;
	color: #fff;
}
.form-submit #comment-submit:hover {
	background: #c61a22;
}
ol.commentlist {
	padding: 30px 0 0;
	list-style: none;
	float: left;
	width: 100%;
	margin: 0;
}
ol.commentlist > li.comment {
	margin-bottom: 10px;
}
ol.commentlist li.comment {
	position: relative;
}
ol.commentlist li.comment .comment-body {
	padding: 20px 20px 10px;
	background: #e9e9e9;
	font-size: 16px;
	color: #404040;
}
ol.commentlist li.comment .comment-author {
	font-weight: bold;
	padding: 0 0 5px;
	font-size: 20px;
	color: #404040;
}
ol.commentlist li.comment .comment-author img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}
ol.commentlist li.comment .comment-author cite {
	padding-left: 10px;
}
ol.commentlist li.comment .comment-author a {
	color: #404040;
}
ol.commentlist li.comment .comment-author a:hover {
	color: #bbb;
}
.comment-meta {
	margin: 0 0 20px;
	font-size: 16px;
}
.comment-meta,
.comment-meta a {
	color: #999;
}
ol.commentlist li.comment p {
	margin-bottom: 20px;
}
ol.commentlist .reply {
	padding-bottom: 10px;
	position: relative;
	text-align: right;
}
ol.commentlist .reply a {
	display: block;
	background: #c5c5c5;
	text-align: center;
	padding: 12px 20px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
ol.commentlist .reply a:hover {
	text-decoration: none;
	background: #a9a9a9;
}
ol.commentlist > li.parent {
	margin-bottom: 0;
}
ol.children {
	border: 4px solid #e9e9e9;
	background: #f9f9f9;
	border-top: none;
	margin-left: 20px;
	list-style: none;
	padding: 0;
}
ol.commentlist > li > ol.children {
	margin-bottom: 10px;
}
ol.children li {
	border-top: 4px dashed #e9e9e9;
}
ol.children li:first-child {
	border: none;
}
ol.commentlist li.comment ol.children .comment-body {
	background: #f9f9f9;
}
ol.children ol.children {
	border: none;
	border-top: 4px solid #e9e9e9;
	margin-left: 0;
}
#comment-nav-below {
	padding-bottom: 60px;
}
.post-navigation-links {
	padding-bottom: 20px;
}
#comment-nav-below .assistive-text {
	visibility: visible;
	display: none;
}
#comment-nav-below .nav-previous,
#comment-nav-below .nav-next {
	float: left;
	width: 48%;
}
#comment-nav-below .nav-next {
	float: right;
}
#comment-nav-below .nav-previous a,
#comment-nav-below .nav-next a,
.post-navigation-links a {
	background: #c5c5c5;
	text-align: center;
	font-weight: bold;
	padding: 12px 0;
	display: block;
	color: #fff;
}
#comment-nav-below .nav-previous a:hover,
#comment-nav-below .nav-next a:hover,
.post-navigation-links a:hover {
	text-decoration: none;
	background: #e2e2e2;
	color: #e9232d;
}
p.logged-in-as {
	font-style: italic;
	font-size: 16px;
	font-weight: bold;
	color: #c5c5c5;
}
p.logged-in-as a {
	color: #c5c5c5;
}
@media(min-width: 768px) {
	.form-submit {
		width: 30%;
	}
	ol.commentlist .reply {
		padding-bottom: 0px;
		position: absolute;
		text-align: right;
		right: -10px;
		top: 20px;
	}
	ol.commentlist .reply:after {
		top: 100%;
		right: 0;
		border-style: solid;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(153, 153, 153, 0);
		border-left-color: #999;
		border-top-color: #999;
		border-width: 5px;
	}
	ol.commentlist .reply a {
		display: inline-block;
	}
}
@media(min-width: 992px) {
	.post-navigation-links {
		padding-bottom: 60px;
	}
}
/* =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;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
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;
}
/* =Footer
============================================*/
/* Footer */
footer.site-footer {
	background: #181818;
	text-align: center;
	font-weight: 200;
	padding: 30px 0;
	color: #a9a9a9;
}
footer.site-footer a {
	color: #a9a9a9;
}
footer.site-footer .footer-top ul {
	padding-top: 20px;
}
footer.site-footer .footer-top ul li {
	display: inline-block;
	margin: 10px;
	line-height: 0;
}
footer.site-footer .footer-top ul li a {
	display: inline-block;
	text-align: left;
}
footer.site-footer .footer-top ul li a.icon {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
footer.site-footer .site-info {
	margin-top: 30px;
	font-size: 14px;
}
footer.site-footer .site-info ul li {
	border-left: 1px solid #a6a6a6;
	display: inline-block;
	line-height: 14px;
	padding: 0 10px;
}
footer.site-footer .site-info ul li:first-child {
	border: none;
}
@media (min-width: 992px) {
	footer.site-footer {
		padding: 20px 0 10px;
		text-align: left;
	}
	footer.site-footer .footer-top ul,
	footer.site-footer .site-info ul {
		text-align: right;
	}
	footer.site-footer .footer-top ul {
		padding-top: 30px;
	}
	footer.site-footer .footer-top ul li {
		margin: 0 0 0 10px;
	}
	footer.site-footer .site-info {
		margin-top: 40px;
	}
}
/* Additional Styles */
.fb-like {
	margin-right: 30px;
	top: -7px;
}

.btn-white {
	color: #680097;
	background-color: #fff;
	border-color: #fff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
	background-color: #f0dafa;
	border-color: #f0dafa;
}


.btn-lg {
	padding: 18px 23px;
	font-size: 14px;
	line-height: 14px;
}

.btn
 {
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 2px solid transparent;
	white-space: nowrap;
	padding: 13px;
	font-size: 14px;
	line-height: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn:focus,
.btn:active:focus,
 {
	outline: thin dotted;
	outline: 1px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
 {
	text-decoration: none;
}
.btn:active
 {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}