/*
Theme Name: Acumen-Usa
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

/*-----
	Base Styles
	-----*/
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
body.home {
	background: #000;
}
h1.entry-title {
	font-family: 'Montserrat', sans-serif;	
	font-size: 66px;
	font-weight: 900;
	margin-bottom: 20px;
	letter-spacing: -1px;
	-webkit-transition: font-size 0.2s ease-out;
	-moz-transition: font-size 0.2s ease-out;
	transition: font-size 0.2s ease-out;
}
footer.entry-meta {
	display: none;
}
.rightColumn > :first-child,
.leftColumn > :first-child {
	margin-top: 0;
}
div.entry-content h1 {
	padding-bottom: 30px;
}
h2 {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	letter-spacing: -1px;
	font-size: 60px;
	line-height: 1.4em;
	margin-bottom: 40px;
}
body.page-template-default h2 {
	margin-bottom: 30px;
	margin-top: -20px;
}
h3 {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 12px;
	margin-top: 16px;
}
h4 {
	line-height: 1.4em;
}
p {
	font-size: 14px;
	line-height: 1.6em;
	color: #555555;
	margin-bottom: 15px;
}
ul {
	
}
li {
	font-size: 14px;
	line-height: 1.7em;
	color: #555555;
	margin-bottom: 8px;
}
strong {
	font-family: "Open Sans";
	font-weight: 700;
	color: #000;
}
em {
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 600;
}
h3 em {
	font-weight: 800;
}
a {
	font-family: "Open Sans";
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
body.home div#twitter1 a {
	color: #a3c0ff;
}
div#main a {
	color: #0072bc;
}
a:hover {
	text-decoration: underline;
}
.hide {
	display: none;
}

input[type="submit"],
button[type="submit"] {
	cursor: pointer;
	background: #0072bc;
	color: #ffffff;
	border: none;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="submit"]:hover,
input[type="submit"]:active,
button[type="submit"]:hover,
button[type="submit"]:active {
	background: #333333;
	color: #ffffff;
}

/*-----
	Header Styles
	-----*/
div#headerInner {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
header#masthead {
	width: 100%;
	min-width: 950px;
	min-height: 215px;
	background: #000 center bottom no-repeat url(images/interiorBg.jpg);
	margin-bottom: 15px;
}
header#masthead h1 a {
	display: block;
	text-indent: -9000em;
	width: 280px;
	height: 150px;
	float: left;
}
body.home header#masthead {
	min-height: 240px;
	background: center bottom no-repeat url(images/headerBg-home.jpg);
}
body.home header#masthead h1 {
	margin: 0 auto;
	width: 510px;
}
body.home header#masthead h1 a {
	display: block;
	width: 510px;
	height: 109px;
	padding-top: 25px;
	text-indent: -9000em;
	background: left bottom no-repeat url(images/homeLogo.png);
}
aside#feedburnerformwidget-2 input.subscription_email {
	margin-bottom: 15px;
	text-align: left;
	width: 180px;
}
input.subscription_btn {
	background: #333;
	width: auto;
	padding: 10px 20px;
	float: right;
	border: none;
	margin-right: 30px;
	border-radius: 6px;
}
input.subscription_btn:hover {
	background: #666;
	border: none;
}

header#masthead ul {
	padding-top: 70px;
}
header#masthead ul li {
	float: left;
}
header#masthead ul li a {
	color: #dcdcdc;
	font-family: "Open Sans";
	text-transform: uppercase;
	display: block;
	padding: 20px 17px 20px 17px;
}
header#masthead ul li a:hover {
	font-family: "Open Sans";
	font-weight: 800;
	text-decoration: none;
	padding: 20px 16px 20px 16px;
	color: #dcdcdc;
}
header#masthead ul li.current-menu-item a {
	font-family: "Open Sans";
	font-weight: 800;
	text-decoration: none;
	padding: 20px 15px 20px 16px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: #47a9e1 0 0 12px, #47a9e1 0 0 12px, #47a9e1 0 0 12px, #47a9e1 0 0 12px;
}
header#masthead ul li.menu-item-24 a {
	padding: 20px 0 20px 18px;
}
header#masthead ul li.menu-item-28 a:hover {
	padding: 20px 16px 20px 18px;
}
header#masthead ul li.menu-item-145 a:hover {
	padding: 20px 16px 20px 16px;
}
header#masthead ul li.menu-item-26 a:hover {
	padding: 20px 16px 20px 18px;
}
header#masthead ul li.current-menu-item a:hover {
	padding: 20px 15px 20px 16px;
}
header#masthead ul li.menu-item-25.current-menu-item a {
	padding: 20px 12px 20px 13px;
}
header#masthead ul li.menu-item-24.current-menu-item a {
	padding: 20px 0 20px 15px;
}

nav.main-navigation button.menu-toggle {
	display: none;
	background: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 3;
	color: #ffffff;
}
nav.main-navigation button.menu-toggle span.dashicons,
nav.main-navigation button.menu-toggle span.dashicons::before {
	display: block;
	font-size: 40px;
	height: auto;
}
/*-----
	Content Styles
	-----*/
div#main {
	width: 100%;
	min-width: 950px;
}
div#main div#primary {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 60px;
}
body.home div#main div#primary {
	width: 100%;
	padding-bottom: 0;
}

/*- Accolades -*/
body.page-template-page-templatesaccolades-php div#primary div.leftColumn {
	float: left;
	width: calc(66% - 50px);
	padding: 0 50px 0 0;
}
body.page-template-page-templatesaccolades-php div#primary div.rightColumn {
	float: left;
	width: calc(33% - 70px);
	padding: 86px 0 0 50px;
}
body.page-template-page-templatesaccolades-php article {
	margin-bottom: 50px;
}
body.page-template-page-templatesaccolades-php div#primary div.rightColumn p {
	margin-bottom: 30px;
}
body.page-template-page-templatesaccolades-php div#primary div.rightColumn .logos {
	height: auto;
	width: 50%;
}
body.page-template-page-templatesaccolades-php h3 {
	font-size: 14px;
	line-height: 1.6em;
	color: #555555;
	margin-bottom: 15px;
	position: relative;
	text-align: right;
	font-weight: 800;
	margin-bottom: 30px;
	margin-top: 0;
}
div.listing p {
	padding-left: 60px;
	background: left top no-repeat url(images/lQuote.png);
	position: relative;
	left: -60px;
}

/*- Our Story -*/
body.page-template-page-templatesour-story-php #text-3{
	position: relative;
}
body.page-template-page-templatesour-story-php #text-3 button.milestone-arrow {
	border: none;
	background: none;
	color: #ffffff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	z-index: 1;
}
body.page-template-page-templatesour-story-php #text-3 button.milestone-arrow::before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.page-template-page-templatesour-story-php #text-3 button.milestone-previous::before {
	content: '←';
}
body.page-template-page-templatesour-story-php #text-3 button.milestone-previous {
	position: absolute;
	top: calc(50% + 20px);
	left: 0;
}
body.page-template-page-templatesour-story-php #text-3 button.milestone-next::before {
	content: '→';
}
body.page-template-page-templatesour-story-php #text-3 button.milestone-next {
	position: absolute;
	top: calc(50% + 20px);
	left: auto;
	right: 0;
}
body.page-template-page-templatesour-story-php h1 {
	padding-bottom: 0;
}
body.page-template-page-templatesour-story-php div#primary div.leftColumn {
	float: left;
	width: calc(50% - 50px);
	padding: 0 0 60px 0;
}
body.page-template-page-templatesour-story-php div#primary div.rightColumn {
	float: left;
	width: calc(50% - 50px);
	padding: 0 0 60px 100px;
}

/* Milestones */
.milestone-active {
	display: block;
	animation: fade-in 2s;
}
.milestone-hiding {
	display: block;
	animation: fade-out 2s;
}
@keyframes fade-in {
	from	{ opacity: 0; }
	to		{ opacity: 1; }
}
@keyframes fade-out {
	from	{ opacity: 1; }
	to		{ opacity: 0; }
}
aside#text-3 {
	background: #000 top left no-repeat url(images/milestones.png);
	min-height: 180px;
	width: 361px;
}
div#main aside#text-3 h3.widget-title {
	display: none;
}
div#main aside#text-3 {
	padding-top: 80px;
}
aside#text-3 h3 {
	font-size: 54px;
	color: #4f4f4f;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}
aside#text-3 p {
	color: #fff;
	font-size: 13px;
	padding: 0 40px 40px 40px;
	text-align: center;
}

/*- Our Work -*/
body.page-template-page-templatesour-work-php h1 {
	padding-bottom: 0;
}
body.page-template-page-templatesour-work-php div#primary div.leftColumn {
	float: left;
	width: calc(56%);
	padding: 0;
}
body.page-template-page-templatesour-work-php div#primary div.rightColumn {
	float: right;
	height: fit-content;
	width: 100%;
	padding: 0;
	padding-bottom: 30px;
	margin-top: -30px;
}
body.page-template-page-templatesour-work-php div#primary div.rightColumn > h3:first-child {
	margin-top: 20px;
}
img.wp-image-51 {
	position: relative;
	left: 25px;
}
.work-slider {
	float: right;
	max-width: 385px;
	margin: 0 auto;
}
.work-slider .image {
	cursor: default;
}
.work-slider .image img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.work-slider .slick-list {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.work-slider .slick-next::before,
.work-slider .slick-prev::before {
	display: block;
	color: black;
	cursor: pointer;
	height: auto;
	max-width: 100%;
}
/*- Our Services -*/
body.page-template-page-templatesour-services-php h1 {
	padding-bottom: 0;
}
body.page-template-page-templatesour-services-php div#primary div.leftColumn {
	float: left;
	max-width: calc(50% - 30px);
	padding: 0 0 60px 0;
	margin-right: 50px;	
}
body.page-template-page-templatesour-services-php div#primary div.rightColumn {
	float: left;
	max-width: calc(50% - 30px);
	padding: 0 0 60px 0;
}

/*- Contact -*/
body.page-template-page-templatesour-work-php h1 {
	padding-bottom: 0;
}
body.page-template-page-templatescontact-php div#primary div.leftColumn {
	float: left;
	width: 500px;
	padding: 0 50px 60px 0;
}
body.page-template-page-templatescontact-php div#primary div.rightColumn {
	float: left;
	width: 400px;
	padding: 0 0 60px 0;
}
body.page-template-page-templatescontact-php div.leftColumn p.viewsLetter {
	padding-top: 25px;
}
body.page-template-page-templatescontact-php div.leftColumn p.viewsLetter a {
	background: left top no-repeat url(images/viewsLetterLg.png);
	display: block;
	padding: 15px 0 25px 70px;
}
body.page-template-page-templatescontact-php div.leftColumn p.viewsLetter a:hover {
	background-position: left -62px;
}
body.page-template-page-templatescontact-php div.leftColumn p.blog a {
	background: left top no-repeat url(images/blogLg.png);
	display: block;
	padding: 15px 0 25px 70px;
}
body.page-template-page-templatescontact-php div.leftColumn p.twitter a {
	background: left top no-repeat url(images/twitterLg.png);
	display: block;
	padding: 15px 0 25px 70px;
}


/*- Big Picture -*/
body.page-template-page-templatesbigpicture-php h1 {
	padding-bottom: 0;
}
body.page-template-page-templatesbigpicture-php div#primary div.leftColumn {
	float: left;
	width: 400px;
	padding: 0 50px 60px 0;
}
body.page-template-page-templatesbigpicture-php div#primary div.rightColumn {
	float: left;
	width: 450px;
	padding: 5px 0 60px 0;
}
div.gallery {
	position: relative;
}
img.highlight {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
div.bigPicture {
	position: absolute;
	top:0;
	left: 0;
	overflow: hidden;
	width: 76px;
	height: 76px;
	z-index: 50;
	display: none;
	background: #fff;
}
div.gallery a.closeBtn {
	color: #555555;
	position: absolute;
	top: -18px;
	left: -15px;
	display: block;
	float: left;
	padding-right: 16px;
	font-size: 12px;
	display: none;
	background: right 2px no-repeat url(images/closeBtn.png);
}
div.bigPicture img {
	position: relative;
}
p.caption {
	position: absolute;
	top: 0;
	left: -15px;
	font-family: "Open Sans";
	font-style: italic;
	font-weight: 600;
	z-index: 100;
}
div.image {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	cursor: pointer;
}
div.image5,
div.image10,
div.image15,
div.image20 {
	margin-right: 0;
}
div.image div {
	overflow: hidden;
	width: 76px;
	height: 76px;
	position: relative;
	cursor: pointer;
}
div.image p {
	display: none;
}
div.image div img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
div.image1 div img {
	top: -130px;
	left: -300px;
}
div.image2 div img {
	top: -260px;
	left: -140px;
}
div.image3 div img {
	top: -80px;
	left: -80px;
}
div.image4 div img {
	top: -219px;
	left: -380px;
}
div.image5 div img {
	top: -395px;
	left: -295px;
	width: 1494px;
}
div.image6 div img {
	left: -131px;
	top: -297px;
}
div.image7 div img {
	left: -70px;
	top: -86px;
}
div.image8 div img {
	left: -240px;
	top: -155px;
}
div.image9 div img {
	left: -450px;
	top: -315px;
	width: 996px;
}
div.image10 div img {
	left: -560px;
	top: -380px;
	width: 996px;
}
div.image11 div img {
	left: -210px;
	top: -62px;
}
div.image12 div img {
	left: -170px;
	top: -245px;
}
div.image13 div img {
	left: -420px;
	top: -164px;
	width: 996px;
}
div.image14 div img {
	left: -220px;
	top: -130px;
}
div.image15 div img {
	left: -246px;
	top: -169px;
}
div.image16 div img {
	left: -75px;
	top: -241px;
}
div.image17 div img {
	left: -360px;
	top: -271px;
}
div.image18 div img {
	left: -125px;
	top: -203px;
}
div.image19 div img {
	left: -480px;
	top: -260px;
	width: 996px;
}
div.image20 div img {
	left: -361px;
	top: -237px;
}
/*- blog -*/
body.blog div.left, 
body.archive div.left, 
body.single div.left {
	padding-top: 20px;
	float: left;
	width: 220px;
	padding-right: 30px;
}
body.blog div.right, 
body.archive div.right, 
body.single div.right {
	padding-top: 20px;
	float: left;
	width: 700px;
}
body.blog h2, 
body.archive h2, 
body.single h2 {
	font-size: 34px;
	line-height: 1.4;
	margin-bottom: 5px;
}
body.blog h3, 
body.archive h3, 
body.single h3 {
	margin-top: 20px;
}
body.blog img.aligncenter, 
body.archive img.aligncenter, 
body.single img.aligncenter {
	display: block;
	margin: 15px auto;
}
body.blog img.alignright, 
body.archive img.alignright, 
body.single img.alignright {
	float: right;
	margin: 9px 0 15px 15px;
}
div.fbf-text p {
	font-size: 13px;
	line-height: 1.4;
	margin-right: 25px;
}
body.blog img.alignleft, 
body.archive img.alignleft, 
body.single img.alignleft {
	float: left;
	margin: 9px 15px 15px 0;
}
body.blog h3.assistive-text, 
body.archive h3.assistive-text, 
body.single h3.assistive-text {
	display: none;
}
body.blog article, 
body.archive article, 
body.single article {
	border-bottom: solid 1px #000;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
nav#nav-below {
	padding-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
}
div.nav-next {
	float: right;
}
div#main aside.widget h3.widget-title {
	display: block;
}
aside.widget_categories {
	margin-bottom: 40px;
}
aside#categories-3 {
	display: none;
}
body.home div#main div#primary { 
	padding-top: 0;
}
div.homeNavWrapper {
	background: center 70px repeat-x url(images/navigation-home.png);
}
aside#nav_menu-2 h3 {
	display: none !important;
}
p.form-allowed-tags {
	display: none;
}
p.post-meta {
	display: none;
}

body.home nav#site-navigation {
	display: none;
}
body.home aside#nav_menu-2 {
	overflow: hidden;
}
body.home div.homeNav {
	position: relative;
	width: 950px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}
body.home div.homeNav div.indicator {
	background: left top no-repeat url(images/indicator.png);
	width: 17px;
	height: 15px;
	position: absolute;
	top: 174px;
	left: 66px;
}
body.home aside#nav_menu-2 ul li {
	float: left;
}
body.home aside#nav_menu-2 ul li.menu-item-28 {
	background: center 25px no-repeat url(images/ourStory.png);
}
body.home div#content ul li.menu-item-27 {
	background: center 25px no-repeat url(images/ourWork.png);
}
body.home div#content ul li.menu-item-26 {
	background: center 25px no-repeat url(images/accolades.png);
}
body.home div#content ul li.menu-item-25 {
	background: center 22px no-repeat url(images/bigPicture.png);
}
body.home div#content ul li.menu-item-202 {
	background: center 25px no-repeat url(images/ourBlog.png);
}
body.home div#content ul li.menu-item-24 {
	background: center 25px no-repeat url(images/contact.png);
}
body.home aside#nav_menu-2 ul li:hover {
	background-position: center -226px;
}
body.home aside#nav_menu-2 ul li:hover {
	background-position: center -226px;
}
body.home aside#nav_menu-2 ul li:hover {
	background-position: center -226px;
}
body.home aside#nav_menu-2 ul li.menu-item-28:hover, 
body.home aside#nav_menu-2 ul li.menu-item-27:hover, 
body.home aside#nav_menu-2 ul li.menu-item-202:hover {
	background-position: center -225px;
}
body.home aside#nav_menu-2 ul li.menu-item-25:hover {
	background-position: center -228px;
}
body.home aside#nav_menu-2 ul li a {
	color: #fff;
	display: block;
	width: 150px;
	text-align: center;
	padding-bottom: 30px;
	text-transform: uppercase;
	height: 160px;
}
body.home aside#nav_menu-2 ul li a:hover {
	text-decoration: none;
}
body.home div.banner {
	position: relative;
	width: 880px;
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	background: left top repeat-y url(images/verticalRules.png);
	overflow: hidden;
	padding-bottom: 15px;
}
body.home div.twitterFeed {
	float: left;
	width: 250px;
	padding: 0 30px;
}
body.home h4 {
	font-family: "Open Sans";
	font-size: 11px;
	color: #a2a2a2;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	letter-spacing: 4px;
}
body.home div.twitterFeed p {
	color: #fff;
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 13px;
	line-height: 1.7;
	background: center bottom no-repeat url(images/greyDots.png);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

body.home div.twitterFeed p a {
	word-break: break-word;
	word-wrap: break-word;
}

body.home div.twitterFeed ul li:last-child p {
	background: none;
	margin-bottom: 0;
}
body.home div.quotes h4 {
	background: center bottom no-repeat url(images/greyDots.png);
	padding-bottom: 15px;
}
body.home div.quotes {
	position: relative;
    float: none;
    margin: 0 auto;
    width: 600px;
    height: 300px;
}
body.home div.quotes div.quote {
	position: absolute;
	top: 55px;
	left: 0;
	width: 385px;
	background: left 6px no-repeat url(images/homeQuote.png);
	padding-left: 65px;
}
body.home div.quotes div.quote p {
	text-align: left;
	color: #b5c8eb;
	font-family: "Open Sans";
	font-size: 16px;
}
body.home div.quotes div.quote p.attribution {
	color: #e3edff;
	float: right;
	font-weight: 600;
	padding-right: 6px;
}
div.twitterBtn {
	text-align: center;
}
a.twitterBtn {
	background: left top no-repeat url(images/twitter-Btn.png);
	width: 60px;
	height: 20px;
	display: inline-block;
	_display: inline;
	zoom: 1;
	text-indent: -9000em;
}
a.twitterBtn:hover {
	background-position: left -20px;
}

/* Gallery */
.gallery .gallery-item img {
	border: none !important;
	height: auto;
	max-width: 100%;
}
.gallery .gallery-item {
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 180px;
}
.gallery .gallery-item:nth-of-type(2n) {
	margin-left: 15px;
}
.gallery .gallery-item:nth-of-type(2n + 1) {
	margin-left: 75px;
}

/*-----
	Footer Styles
	-----*/
footer#colophon {
	padding-bottom: 20px;
	width: 100%;
	min-width: 950px;
	clear: both;
	background: #000;
}
body.home footer#colophon {
	background: left top repeat-x url(images/footer-home.png);
	padding-top: 55px;
}
footer#colophon {
	position: relative;
	background: left 38px repeat-x url(images/innerFooterBg.png) #000000;
}
footer#colophon p {
	color: #fff;
	margin-bottom: 0;
}
footer#colophon p a {
	color: #fff;
}
footer#colophon div.wrapper {
	width: 875px;
	margin: 0 auto;
	text-align: left;
}
footer#colophon p.copyright {
	font-size: 12px;
	margin-right: 45px;
	padding-top: 9px;
	min-width: 385px;
	width: auto;
}

footer#colophon p.blog, 
footer#colophon p.twitter {
	font-size: 13px;
	margin-right: 30px;
}
body.page-id-22 footer#colophon p.twitter {
	display: none;
}
footer#colophon p.blog a, 
footer#colophon p.twitter a, 
footer#colophon p.subscribe a {
	display: block;
	padding: 8px 0 12px 47px;
	color: #fff;
}
footer#colophon p.subscribe {
	line-height: 1em;
}
footer#colophon p.subscribe a {
	padding: 2px 0 18px 47px;
	background: left -52px no-repeat url(images/viewsletterIcon.png);
}
footer#colophon p.subscribe a:hover {
	background: left top no-repeat url(images/viewsletterIcon.png);
}
footer#colophon p.blog {
	background: left top no-repeat url(images/blogIcon.png);
}
footer#colophon p.twitter {
	float: left;
	background: left top no-repeat url(images/twitterIcon.png);
	max-width: 50%;
}
footer#colophon .logos {
	margin-top: 10px;
	margin-right: 30px;
}
footer#colophon p.mra {
	background-image: url(images/insights-member.png);
	width: 50px;
}
footer#colophon .edison {
	background-image: url(images/edison-awards.png);
	width: 120px;
}
footer#colophon .orca {
	background-image: url(images/orca-logo.png);
	background-color: white;
	width: 145px;
}
footer#colophon .logo {
	float: right;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 42px;
	min-width: 50px;
	margin-right: 10px;
	position: relative;
}
footer#colophon .footer-left,
footer#colophon .footer-right {
	display: inline-block;
	width: calc(50% - 4px);
	margin-right: -4px;
	vertical-align: top;
}
footer#colophon .logo > a {
	display: block;
	text-indent: -9000em;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}
footer#colophon .links {
	float: right;
	display: block;
	padding-left: 0.4em;
}
footer#colophon .links > a:not(:last-of-type)::after {
	display: inline-block;
	content: '|';
	margin: 0 0.2em 0 0.4em;
}
div.ctaWrapper {
	width: 100%;
	min-width: 950px;
}
div.cta {
	width: 950px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 40px;
}
footer.entry-meta {
	clear: both;
}
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]),
textarea {
	border-color: #EEEEEE;
	border-style: inset;
	background-color: #EFEFEF;
	color: #000000;
}
.page-template-contact .gform_wrapper h3.gform_title {
	position: relative;
	font-family: "Open Sans", sans-serif;
    font-style: normal;
	font-weight: 800;
	margin: 0 0 6px;
}
.page-template-contact .gform_title::before {
	position: absolute;
	top: -75px;
	display: block;
	content: '';
	height: 75px;
	width: 75px;
	background: center -4px no-repeat url(images/ourBlog.png);
}
.page-template-contact .gform_title:hover::before,
.page-template-contact .gform_title:active::before {
	background-position: center -254px;
}

.page-template-contact .gform_wrapper {
	margin: 0;
}

/*-----
	Home Styles
	-----*/


/*-----
	Wordpress Overrides
	-----*/
h3.widget-title, h3.menu-toggle, a.assistive-text {
	display: none;
}

@media screen and (max-width: 1023px) {
	header#masthead ul {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin: 0 auto;
		padding: 70px 0 100px 0;
		width: calc(100% - 80px);
	}
	div#headerInner {
		width: 100%;
	}
	body.home aside#nav_menu-2 ul li a {
		height: 150px;
		padding-bottom: 0;
	}
	body.home header#masthead,
	header#masthead {
		padding-top: 50px;
		background: center bottom no-repeat url(images/headerBg-home.jpg) #000;
		min-height: 240px;
		min-width: auto;
	}
	header#masthead h1,
	body.home header#masthead h1 {
		height: 110px;
		width: 150px;
		margin: 0 auto;
	}
	header#masthead h1 a,
	body.home header#masthead h1 a {
		background: center no-repeat url(images/homeLogo-mobile.png);
		height: 150px;
		max-width: 100%;
		position: relative;
		float: none;
	}
	h1.entry-title {
		font-size: 42px;
	}
	body:not(.home) .site-content {
		padding: 0 20px;
	}
	/* Navigation */
	nav.main-navigation button.menu-toggle {
		display: block;
	}
	nav.main-navigation button.menu-toggle.toggled-on {
		position: fixed;
	}
	nav.main-navigation button.menu-toggle.toggled-on span.dashicons-menu {
		display: none;
	}
	nav.main-navigation button.menu-toggle:not(.toggled-on) span.dashicons-no {
		display: none;
	}
	.menu-toggle + .menu-main-navigation-container {
		display: none;
	}
	.menu-toggle.toggled-on + .menu-main-navigation-container {
		display: block;
		background: #000000;
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		padding: 100px 20px 0 20px;
		height: 100vh;
		width: 100vw;
		z-index: 2;
	}
	nav.main-navigation .nav-menu .menu-item {
		float: none;
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	nav.main-navigation .nav-menu .menu-item a {
		display: block;
		white-space: nowrap;
		font-size: 24px;
	}
	div.entry-content h1 {
		margin: 0 20px;
	}
	div.entry-content img {
		height: auto;
		max-width: 100%;
	}
	div#main {
		min-width: auto;
		margin: 0 auto;
	}
	div#main div#primary {
		width: auto;
	}
	body.page-template div#main .leftColumn img,
	body.page-template div#main .rightColumn img {
		height: auto;
		object-fit: contain;
		max-width: 100%;
	}
	body.page-template-page-templatesaccolades-php div#primary div.leftColumn,
	body.page-template-page-templatesaccolades-php div#primary div.rightColumn,
	body.page-template-page-templatesour-work-php div#primary div.leftColumn,
	body.page-template-page-templatesour-work-php div#primary div.rightColumn,
	body.page-template-page-templatesour-services-php div#primary div.leftColumn,
	body.page-template-page-templatesour-services-php div#primary div.rightColumn,
	body.page-template-page-templatesour-story-php div#primary div.leftColumn,
	body.page-template-page-templatesour-story-php div#primary div.rightColumn,
	body.page-template-page-templatesbigpicture-php div#primary div.leftColumn,
	body.page-template-page-templatesbigpicture-php div#primary div.rightColumn,
	body.page-template-page-templatescontact-php div#primary div.leftColumn,
	body.page-template-page-templatescontact-php div#primary div.rightColumn {
		float: none;
		max-width: none;
		width: calc(100% - 40px);
		padding: 0;
	}
	body.page-template-page-templatesour-work-php div#primary div.rightColumn {
		margin-top: 0;
	}
	.work-slider {
		float: none;
	}
	.work-slider .slick-next {
		right: 0;
	}
	.work-slider .slick-prev {
		left: 0;
	}
	aside#text-3 {
		background: #000 top center no-repeat url(images/milestones.png);
		margin: 0 auto;
		max-width: 360px;
		width: auto;
	}
	.gallery {
		max-width: 100%;
	}
	div.image {
		width: calc(20% - 15px);
	}
	body.home div.homeNav {
		width: auto;
	}
	div.homeNavWrapper {
		background: center bottom repeat-x url(images/navigation-home.png);
	}
	.homeNav .widget_nav_menu {
		overflow: auto;
	}
	.homeNav .widget_nav_menu ul.menu {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		max-width: 500px;
		margin: 0 auto;
		
	}
	body.home div.banner {
		display: block;
		background: none;
		width: 100%;
	}
	body.home .banner .twitterFeed {
		float: none;
		margin: 0 auto;
	}
	body.home div.quotes {
		margin: 0 auto;
		max-width: 300px;
		width: auto;
	}
	body.home .banner .quotes {
		float: none;
		margin: 50px auto;
		height: auto;
		
	}
	body.home div.quotes div.quote {
		position: static;
		width: auto;
	}
	footer#colophon {
		padding: 10px 20px 10px;
		min-width: auto;
		width: calc(100% - 40px);
		background-color: #000;
	}
	footer#colophon div.wrapper {
		width: auto;
	}
	footer#colophon .logo {
		float: none;
		margin: 10px 0;
	}
	body.home div.homeNav div.indicator {
		display: none !important;
	}
	body.blog div.left,
	body.archive div.left,
	body.single div.left {
		float: none;
		width: auto;
	}
	body.blog div.right,
	body.archive div.right,
	body.single div.right {
		float: none;
		width: auto;
	}
	div.listing p {
		left: 0;
		padding: 40px 0;
		width: auto;
	}
	div#main .gallery div.image img {
		max-width: none;
	}
	
	header#masthead ul {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
	}

	footer#colophon p.copyright {
		margin: 20px 0;
		min-width: auto;
	}
	body.blog footer#colophon p.copyright,
	body.blog footer#colophon p.mra,
	body.blog footer#colophon p.twitter,
	body.page-template footer#colophon p.copyright,
	body.page-template footer#colophon p.twitter {
		float: none;
		margin: 20px 0;
		min-width: auto;
		max-width: none;
		width: calc(100% - 40px);
		padding: 0 20px;
	}

	footer#colophon .links {
		float: none;
	}

	footer#colophon .logos {
		float: none;
		margin: 0;
	}
	.page-template-contact .gform_wrapper h3.gform_title {
		margin-top: 75px;
	}
}