/*@import url('/assets/fonts/calibre.css');*/


/*

purple: #89207C;
blue: #002651;


*/


ul.errors,
.errors ul {
	margin-left: 0;
	padding-left: 0;
}

.errors,
.errors li {
	color: #f00;
	font-style: italic;
	margin-top: 0;
	list-style: none;
	margin-left: 0;
}



/* ==================================== */
/* UTILITIES */
/* ==================================== */

.mt0 {
	margin-top: 0;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}

.mb0 {
	margin-bottom: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb60 {
	margin-bottom: 60px;
}

.bold {
	font-weight: 500;
}

.bolder {
	font-weight: 700;
}

.italics {
	font-style: italics;
}

.float-right {
	float: right;
	margin: 0 0 10px 10px;
}

.float-left {
	float: left;
	margin: 0 10px 10px 0;
}

.vcenter {
	/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
	display: inline-block;
	vertical-align: middle;
	float: none;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.video {
	border: 1px solid #eee;
}

input#how_did_you_find_us { display: none; }


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

body {
	/*font-family: 'Calibre', helvetica, arial;*/
	font-family: 'Muli', helvetica, arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-top: 69px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1 {

}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4em;
}

h4 {
	line-height: 1.4em;
}

h5 {
	line-height: 1.4em;
}

h6 {
	line-height: 1.4em;
}

p, li {
	line-height: 1.5em;
}

a {
	color: #002651;
}

a:hover, a:focus {
	color: #002651;
}


/* http://codepen.io/bootstrapped/pen/KwYGwq */

.navbar {
	border: none;
	margin-bottom: 0;
}

.navbar-brand {
	padding: 0px;
}

.navbar-brand>img {
	height: 100%;
	padding: 15px;
	width: auto;
}

.navbar-brand {
	height: 70px;
}

.nav {
	margin-top: 0;
	margin-bottom: 0;
}

.nav li {
	border-bottom: 1px solid #ddd;
}

.navbar-default .navbar-nav li a {
	font-size: 1em;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

.nav li:last-child {
	border-bottom: none;
}

.navbar-toggle {
	padding: 10px;
	margin: 16px 25px 14px 0;
}

.content-container {
	padding-right: 0;
	padding-left: 0;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer {
	background: #A7A9AC;
	margin-top: 20px;
	margin-left: 0;
}

.container.pad,
.footer {
	padding-top: 1.5em;
	padding-bottom: 1em;
}

.footer p {
	text-align: center;
}

.footer p span {
	font-weight: 700;
}

.footer .address * {
	text-align: center;
}

.footer h6 {
	font-size: 1.3em;
	margin-bottom: 0;
}

.footer .socialButtons {
	margin-top: 32px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.footer .social {
	background: #fff;
	border-radius: 20px;
	color: #89207C;
	font-size: 1.5em;
	margin: 0;
	padding: 7px 6px;
}

.footer .social:hover {
	background: #89207C;
	color: #fff;
}

.footer .social i {
	width: 20px;
	height: 20px;
}

.font-up p {
	font-size: 1em;
}

.font-up h5 {
	font-size: 1.2em;
}

.font-up h3 {
	font-size: 1.2em;
	font-weight: 400;
}

.img-left {
	float: left;
	margin: 1em 5em 1em 0;
	max-width: 400px;
}

.img-right {
	float: right;
	margin: 1em 0 1em 5em;
	max-width: 400px;
}

.img-full {
	margin: 0 0 1em 0;
}

.img-mobile {
	margin: 0.5em 0 1.5em;
}

p.byline {
	font-weight: 400;
}

p.caption {
	font-size: 13px;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 2em;
}

.blog-entry a {
	color: #89207C;
}

/* Hero */
.hero-banner {
	/*background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	max-height: 565px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	overflow: hidden;
}

.hero-banner.hb-blog {
	/*max-height: 800px;*/
	/*padding-left: 25px;*/
	/*padding-right: 25px;*/
}

.hero-banner img {
	/*visibility: hidden;*/
	height: auto;
	width: 100%;
}

.hero-banner .headings {
	position: absolute;
}

.hero-banner h1, .hero-banner h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 200;
	line-height: 1.3em;
	margin: 0;
}

.hero-banner h2 {
	text-indent: 70px;
}

.hero-banner .headings.blog-headings {
	left: 0;
	text-align: center;
	width: 100%;
}

.sol-cats h4 {
	margin-bottom: 1.5em;
}

.slick-test.visible-xs .col-xs-8,
.testimonial.visible-xs .col-xs-8,
.contactbio .col-xs-6.info {
	padding-left: 0;
}

.star {
	color: #f00;
	padding-left: 2px;
}

.btn-default {
	background-color: #993B8D;
	border-color: #993B8D;
	color: #fff;
	padding-bottom: 6px;
	text-transform: uppercase;
}

.btn-default:hover {
	background-color: #89207C;
	border-color: #89207C;
	color: #fff;
}

.method-icon,
.sol-cats {
	padding-left: 20px;
	padding-right: 20px;
}

.method-icon h4,
.sol-cats h4 {
	font-size: 11px;
}

.method-icon a:hover,
.sol-cats a:hover {
	cursor: pointer;
	text-decoration: none;
}

.method-icon-discovery {
	position: relative;
	right: -5px;
}

.method-icon-production {
	position: relative;
	right: -7px;
}

.methodstep {
	margin-bottom: 50px;
}

.methodstep h2 {
	font-size: 24px;
}

.sol-cats h4 {
	margin-top: 0;
}


/* ==================================== */
/* FORMS */
/* ==================================== */

.form-group {
	margin-bottom: 2em;
}

.form-group label {
	font-size: 12px;
	font-weight: 400;
}

.form__note {
	color: #f00;
	font-style: italic;
	margin: 1em 0;
}


.hero-banner .headings {
	top: 24%;
	left: %;
	right: %;
}
.hero-banner.about .headings {
	left: %;
	right: %;
}
.hero-banner.method .headings {
	left: %;
	right: %;
}
.hero-banner.solutions .headings {
	left: %;
	right: %;
}
.hero-banner.fan-mail .headings {
	left: %;
	right: %;
}
.hero-banner.connect .headings {
	left: %;
	right: %;
}
.hero-banner.blog .headings {
	left: %;
	right: %;
}









/* Small devices only (mobile, 415 and under) */
@media (max-width: 415px) {

	.hero-banner .headings {
		top: unset !important;
		bottom: 4% !important;
		left: 20% !important;
		right: unset !important;
	}
	.hero-banner .headings h2 {
		text-indent: 40px !important;
	}
	.hero-banner.about .headings {
		left: unset !important;
		right: 4% !important;
	}
	.hero-banner.method .headings {
		left: 22% !important;
		right: unset !important;
		top: 4% !important;
		bottom: unset !important;
	}
	.hero-banner.solutions .headings {
		left: unset !important;
		right: 1% !important;
		top: 46% !important;
		bottom: unset !important;
	}
	.hero-banner.fan-mail .headings {
		left: unset !important;
		right: 1% !important;
		top: 34% !important;
		bottom: unset !important;	
	}
	.hero-banner.connect .headings {
		left: 4% !important;
		right: unset !important;
		top: 4% !important;
		bottom: unset !important;
	}
	.hero-banner.blog .headings {
		left: unset !important;
		right: 4% !important;
	}

}


.hero-banner .headings {
	top: 24% !important;
	bottom: unset !important;
	left: unset !important;
	right: 1% !important;
}
.hero-banner.about .headings {
	left: unset !important;
	right: 4% !important;
}
.hero-banner.method .headings {
	left: 32% !important;
	right: unset !important;
}
.hero-banner.solutions .headings {
	left: unset !important;
	right: 10% !important;
}
.hero-banner.fan-mail .headings {
	left: unset !important;
	right: 4% !important;	
}
.hero-banner.connect .headings {
	left: 10% !important;
	right: unset !important;
}
.hero-banner.blog .headings {
	left: unset !important;
	right: 2% !important;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
	body {
		padding-top: 86px;
	}

	.navbar-brand>img {
		padding: 8px 0;
	}

	.navbar-brand {
		height: 86px;
	}

	.nav {
		margin-top: 34px;
	}

	.nav li {
		border-bottom: none;
	}

	.navbar-default .navbar-nav li a {
		font-size: 13px;
		font-weight: 400;
		padding-top: inherit;
		padding-bottom: inherit;
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav li a:hover,
	.nav li.active a {
		background: none;
	}

	.nav li a:hover span {
		border-bottom: 2px solid #c756b8;
	}

	.nav li.active a span {
		border-bottom: 2px solid #89207C;
	}

	.navbar-default .navbar-nav>.active>a, 
	.navbar-default .navbar-nav>.active>a:focus, 
	.navbar-default .navbar-nav>.active>a:hover {
		background: none;
	}

	.navbar li.upload a span {
		background-color: #bbb;
		box-shadow: 1px 1px 3px #777;
		color: #fff;
		padding: 4px 6px; 
	}

	.navbar li.upload a:hover span {
		background-color: #999;
		border-bottom: none;
	}

	h2 {
		font-size: 26px;
	}

	.font-up h3 {
		font-size: 1.5em;
		font-weight: 400;
	}

	.content-container {
		padding-right: 25px;
		padding-left: 25px;
	}

	.slick-test.visible-xs .col-xs-8,
	.testimonial.visible-xs .col-xs-8,
	.contactbio .col-xs-6.info {
		padding-left: 25px;
	}

	footer .address * {
		text-align: right;
	}

	footer a {
		font-size: 1.5em;
		margin-left: .5em;
		margin-right: 0;
	}

	.footer .socialButtons {
		margin-top: 17px;
	}


	.content-spacer {
		height: 27px;
	}

	.hero-banner .headings {
		position: absolute;
		top: 24%;
	}

	.hero-banner h1, .hero-banner h2 {
		color: #fff;
		font-size: 28px;
		font-weight: 200;
		line-height: 1.3em;
		margin: 0;
	}

	.hero-banner h2 {
		text-indent: 70px;
	}

	.hero-banner .headings.blog-headings {
		left: 0;
		text-align: center;
		width: 100%;
	}

	.hero-banner .headings {
		top: 16% !important;
		bottom: unset !important;
		left: unset !important;
		right: 2% !important;
	}
	.hero-banner.about .headings {
		top: 22% !important;
		left: unset !important;
		right: 4% !important;
	}
	.hero-banner.method .headings {
		top: 22% !important;
		left: 32% !important;
		right: unset !important;
	}
	.hero-banner.solutions .headings {
		top: 22% !important;
		left: unset !important;
		right: 10% !important;
	}
	.hero-banner.fan-mail .headings {
		top: 22% !important;
		left: unset !important;
		right: 4% !important;	
	}
	.hero-banner.connect .headings {
		top: 22% !important;
		left: 10% !important;
		right: unset !important;
	}
	.hero-banner.blog .headings {
		top: 22% !important;
		left: unset !important;
		right: 2% !important;
	}

	.container-solutions {
		padding-left: 0;
		padding-right: 0;
	}

	.pnl {
		background-color: #eee;
		margin: 1em 0;
		outline: none;
		padding: 1em 0;
	}

	.pnl p {
		font-size: 1.1em;
	}

	.method-icon,
	.sol-cats {
		padding-left: 60px;
		padding-right: 60px;
	}

	.method-icon h4,
	.sol-cats h4 {
		font-size: 14px;
	}

	.portfolio-block {
		background: url() no-repeat;
		background-size: cover;
		background-position: center center;
		position: relative;
		height: 185px;
		width: 279px;
	}

	/* http://geekgirllife.com/place-text-over-images-on-hover-without-javascript/ */
	.portfolio-block .overlay {
		background-color: rgba(61,13,57,.85);
		color: #fff;
		cursor: pointer;
		display: table;
		font-size: 24px;
		line-height: 1.25em;
		height: 185px;
		width: 100%;
		position: absolute;
		top: 0; left: 0;
		opacity: 0;
	}

	.portfolio-block .overlay span {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}

	.portfolio-block:hover .overlay {
		opacity: 1;
	}

	.slick-prev:before,
	.slick-next:before {
		color: #89207C;
		font-size: 30px;
	}

	.slick-sol {
		background-color: #eee;
	}

	.slick-slide:focus,
	.slick-slide:active {
		outline: none;
	}

	.footer .social {
		font-size: 1em;
		margin-left: 5px;
	}

	.footer .social i {
		width: 12px;
		height: 10px;
	}

	.form-group label {
		font-size: 16px;
	}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.hero-banner h1, .hero-banner h2 {
		font-size: 34px;
	}
	.hero-banner .headings {
		top: 24% !important;
		bottom: unset !important;
		left: unset !important;
		right: 6% !important;
	}
	.hero-banner.about .headings {
		top: 28% !important;
		left: unset !important;
		right: 14% !important;
	}
	.hero-banner.method .headings {
		top: 28% !important;
		left: 36% !important;
		right: unset !important;
	}
	.hero-banner.solutions .headings {
		top: 28% !important;
		left: unset !important;
		right: 16% !important;
	}
	.hero-banner.fan-mail .headings {
		top: 28% !important;
		left: unset !important;
		right: 12% !important;	
	}
	.hero-banner.connect .headings {
		top: 24% !important;
		left: 16% !important;
		right: unset !important;
	}
	.hero-banner.blog .headings {
		top: 28% !important;
		left: unset !important;
		right: 8% !important;
	}

	.testimonial h5 {
		font-size: 1.2em;
		margin-top: 0;
	}

	.testimonial p {
		/*font-size: 1.1em;*/
	}

	.intro h4 {
		font-size: 30px;
		font-weight: 200;
		margin-top: 18px;
		margin-bottom: 1em;
	}

	.intro24 h4 {
		font-size: 24px;
		font-weight: 200;
		margin-top: 18px;
		margin-bottom: 1em;
	}

	.intro.home h3 {
		text-align: left;
	}

	.intro h3:last-child {
		margin-bottom: 0;
	}

	.bio h3:first-child {
		margin-top: 0;
	}

	.container.pad,
	.container-fluid.pad,
	footer {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.container.pad-bottom {
		padding-bottom: 4em;
	}

	.slick-sol-wrapper {
		margin-top: 36px;
		margin-bottom: 36px;
	}

	.slick-sol .slick-next {
		background-color: transparent;
		font-size: 2em;
		padding: 0 20px 20px 10px;
		right: 20px;
	}

	.slick-sol .slick-prev {
		background-color: transparent;
		font-size: 2em;
		padding: 0 10px 20px 20px;
		left: -10px;
		z-index: 100;
	}

	.socialButtons {
		padding-left: 0;
	}

	.socialButtons .list-inline>li {
		padding: 0;
	}

	.method-icon,
	.sol-cats {
		padding-left: 85px;
		padding-right: 85px;
	}

	.sol-icon {
		padding-top: 50px;
		padding-left: 48px;
		padding-right: 48px;
	}

	.method-icon h4,
	.sol-cats h4,
	.sol-icon h4 {
		font-size: 16px;
	}

	.slick-opt .slick-next {
		right: -40px;
	}

	.method-icon-discovery {
		position: relative;
		right: -7px;
	}

	.method-icon-production {
		position: relative;
		right: -9px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.method-icon,
	.sol-cats {
		padding-left: 110px;
		padding-right: 110px;
	}

	.sol-icon {
		padding-top: 40px;
		padding-left: 64px;
		padding-right: 64px;
	}

	.method-icon h4,
	.sol-cats h4,
	.sol-icon h4 {
		font-size: 16px;
	}

}









