/*
Theme Name: Anthem Branding
Theme URI: http://anthembranding.com/
Author: Anthem Branding
Author URI: http://anthembranding.com
Description: Custom theme built from Underscores 1.0.0
Version: 1.0.0
Text Domain: anthem


Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/* fonts */

/* from typekit...
font-family: "adriane";
font-weight:400;
font-weight:700;
*/
@font-face {
    font-family: 'dinot';
    src: url('fonts/2FBC6B_1_0.eot');
    src: url('fonts/2FBC6B_1_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2FBC6B_1_0.woff') format('woff'),
         url('fonts/2FBC6B_1_0.ttf') format('truetype'),
         url('fonts/2FBC6B_1_0.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* This is not actually Medium - waiting to determine if we need this font weight or not */
@font-face {
    font-family: 'dinot-medium';
    src: url('fonts/2FBC6B_0_0.eot');
    src: url('fonts/2FBC6B_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2FBC6B_0_0.woff') format('woff'),
         url('fonts/2FBC6B_0_0.ttf') format('truetype'),
         url('fonts/2FBC6B_0_0.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'dinot-bold';
    src: url('fonts/2FBC6B_0_0.eot');
    src: url('fonts/2FBC6B_0_0.eot?#iefix') format('embedded-opentype'),
         url('fonts/2FBC6B_0_0.woff') format('woff'),
         url('fonts/2FBC6B_0_0.ttf') format('truetype'),
         url('fonts/2FBC6B_0_0.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

strong {
	font-weight:normal;
	font-family: 'dinot-bold';	
}

html {
    font-family: 'dinot', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 24px 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="checkbox"] {
    padding: 2px;
    height: 22px;
    width: 22px;
    border: 1px solid #333;
	border-radius:3px;
    cursor: pointer;
    color: #333;
    -webkit-appearance: checkbox;
    position: relative;
    z-index: 1000;
}
.wpcf7-checkbox > .wpcf7-list-item {
	display:block;
	line-height:0.833;
	font-size:22px;
	margin-top:30px;
	margin-left:0;
}
.form-small-text {
	color:#717171;
	font-size:22px;
	font-style:italic;	
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button {
	color: #000;
    font-family: 'dinot', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}
input,
select,
textarea {
	font-size:20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 24px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    font-family: 'dinot-bold';
	border:2px solid #000;
	border-radius: 0;
	background: none;
	background-color:#fff;
	box-shadow: none;
	color: #000;
	font-size: 17px;
	text-transform:uppercase;
	line-height: 1;
	padding: 18px 40px;
	text-shadow:none;
}
#contact-form input[type="submit"] {
	border:3px solid #000;	
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background-color:#000;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #000;
	border:none;
	border: 3px solid #000;
	border-radius: 0px;
	padding: 23px 30px 17px 30px;
	width:100%;
	margin-bottom:54px;
	font-size:26px;
}
::-webkit-input-placeholder {
	color: #000;
	opacity:1!important;
}

:-moz-placeholder {
	color: #000;
	opacity:1!important;
}

::-moz-placeholder {
	color: #000;
	opacity:1!important;
}

:-ms-input-placeholder {
	color: #000;
	opacity:1!important;
}

textarea {
/*	border:none; */
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
}

textarea {
/*	width: 100%;
	background-image:url(images/textarea-line.gif);
	background-repeat: repeat-y;
    line-height: 69px;
    color: #000;
    font-size: 26px;
    background-position: 0 50px;
	margin-top:-20px; */
	height:168px;
}
span.wpcf7-not-valid-tip {
	margin-top:-48px;
}	
label {
	font-size:26px;
	font-family:'dinot-bold';
	text-transform:uppercase;
	margin-top:0px;	
	display:block;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.inner {
    margin: 0 auto;
    max-width: 1274px;
    width: 100%;
}
#mobile-nav-footer {
    display: none;
}
.site-header {
    padding-top: 82px;
}
.site-header .navbar .home-link {
    display: none;
}
.site-header .home-link {
    display: block;
    float: left;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle {
	display: none;
}

.main-navigation.toggled ul {
	display: block;
}




.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.navbar {
    float: right;
    width: 60%;
}
.nav-menu li a {
    color: #000;
    display: block;
    font-family: "dinot-bold";
    font-size: 20px;
    line-height: 1;
    padding: 7px 46px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.navigation a:hover {
	color:#717171;	
}

.nav-menu .current_page_item > a .underline, .nav-menu .current_page_ancestor > a .underline, .nav-menu .current-menu-item > a .underline, .nav-menu .current-menu-ancestor > a .underline {
    visibility: visible;
}
.nav-menu li a .underline {
    background-color: #000;
    bottom: -7px;
    display: block;
    height: 2px;
    position: relative;
    visibility: hidden;
}
.spacer-img {
    height: auto;
    max-width: 1024px;
    width: 100%;
	display:block;
}
.work-image {
    height: auto;
    max-width: 100%;
    width: 100%;
	display:block;
}

/* single projects page */
.single-project h1 {
	font-family: "adriane";
	font-weight:700;
	font-size:36px;	
	line-height:1.2;
	margin:0;
	color:333;
}
.single-project #main {
	padding:52px 0 60px 0;	
	color:#000;
}
#main-project-content {
	font-size:24px;
	line-height:1.583;
	width:76%;
	float:left;
}
#main-project-content a {
	color:#8a8a8c;	
}
#work-categories {
	float:right;
	width:18%;
	text-align:right;
	padding-top:149px;
	line-height:1.8;
	text-transform:uppercase;
	display:none;
}	
#work-categories a {
	color:#8A8A8C;
	font-size:20px;	
    font-family: 'dinot-medium';
}
#work-categories a:hover {
	color:#000;
}
#main-project-content h2 {
	color:#717171;
	font-size:30px;	
    font-family: 'dinot-medium';
	line-height:1.2;
	margin:28px 0 38px;
}
.single-project hr {
	background-color:#000;	
	height:2px;
	width:49px;
	margin-left:0;
	margin-bottom:28px;
}

.tall-image-container, .two-section-container {
	width:50%;
	position:relative;
	overflow:hidden;	
}
.single-project .left {
	float:left;	
}
.single-project .right {
	float:right;	
}
.tall-image-section img, .wide-image-section img {
	width:100%;	
}
.tall-image-section .slide-navigation-arrows img, .wide-image-section .slide-navigation-arrows img {
	width:auto;
}
.slide-navigation-arrows {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;	
	z-index:1010;
}
.slide-navigation-arrows .left-arrow {
	position:absolute;
	left:0;
	top:0;
	width:50%;
	height:100%;
	text-align:left;
	cursor:pointer;	
}
.slide-navigation-arrows .left-arrow img {
	position:absolute;
	top:50%;
	left:0;
	margin-top:-27px;	
}
.slide-navigation-arrows .right-arrow {
	position:absolute;
	right:0;
	top:0;
	width:50%;
	height:100%;
	text-align:right;
	cursor:pointer;	
}
.slide-navigation-arrows .right-arrow img {
	position:absolute;
	top:50%;
	right:0;
	margin-top:-27px;	
}
.slide-navigation-arrows .left-arrow:hover, .slide-navigation-arrows .right-arrow:hover {
	opacity:0.7;	
}
.tall-image, .wide-image {
	display:none;
	position:relative;
	top:0;
	left:0;
	z-index:1;
}	
.tall-image-container img.active, .tall-image-container img.next, .wide-image-section img.active, .wide-image-section img.next, .slider img.next {
	display:block;	
}
.slide-navigation .active {
	cursor:default;
	background-color:#8b8a8f;	
}
.slide-navigation {
	position:absolute;
	z-index:1000;
	bottom:30px;
	text-align:center;
	width:100%;	
}
.tall-image-button, .wide-image-button {
	display:inline-block;
	width:14px;
	height:14px;
	border-radius:14px;
	background-color:#fff;
	margin:0 5px;
	cursor:pointer;	
}
.wide-image-section {
	width:100%;
	overflow:hidden;
	position:relative;
}	
.two-section-container, .two-section-container > div {
	overflow:hidden;	
}
/*.two-section-container img {
	display:block;
}
.two-section-container img.wide-image {
	display:none;	
}*/
.two-section-container img.active {
	display:block;	
}

.single-project .project-page-section h3 {
	font-size:38px;
    font-family: 'dinot-medium';
	line-height:1;
	margin:10px 0 18px 0;
}
.short-content-block-bottom, .short-content-block-top {
	padding:50px 28% 50px 8%;	
	font-size:26px;
	line-height:1.46;
}
.project-content-block {
	padding:50px 0;	
	position:relative;
	font-size:26px;
}
.project-content-block blockquote {
	font-size:46px;
	color:#000;
	font-family: "adriane";
	max-width:860px;
	padding:30px 30px 0 30px;
	margin: 0 auto;
	line-height:1.39;
}
p {
	margin-top:0;	
}
h1 {
	font-size:36px;
	font-weight:700;
	font-family: "adriane";
}
.intro {
	font-size:24px;
	line-height:1.583;
}
.intro p {
	max-width:81%;	
}
.project-content-block cite {
	font-style:normal;
	display:block;
	width:100%;
	text-align:center;
	padding:10px 30px 0 30px;
	color:#8A8A8C;
	font-size:28px;	
    font-family: 'dinot-medium';
}
.project-content-block .caption {
	margin-top:-30px;
	display:block;
	margin-bottom:74px;	
	font-size:18px;
}

.menu-menu-1-container > ul {
	width:100%;
	text-align:right;
	margin-right:-46px;
}
.main-navigation ul li {
	display:inline-block;
}
#share-this-project {
	border-top:1px solid #000;
	border-bottom:1px solid #000;	
	margin-bottom:100px;
	margin-top:50px;
}
#share-this-project .inner {
	max-width:645px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding:30px 35px 23px 35px;
	line-height:33px;
	text-align:center;
}	
#share-this-project .inner > span {
	display:inline-block;
	font-size:24px;	
	font-family: "adriane";
	color:#000;
	font-weight:700;
	margin-left:5px;
	margin-right:5px;
	height:33px;
}
#share-this-project span.share-this-label {
	line-height:33px;
	margin-right:30px;
	margin-left:0;
}
#share-this-project .stLarge {
	margin-left:8px;
	margin-right:8px;	
}
body .inner .st_facebook_large .stButton .stLarge {
	background-image:url(images/icon-facebook.png)!important;
	background-image:url(images/icon-facebook.svg), linear-gradient(transparent, transparent)!important;
	width:38px;
}
body .inner .st_twitter_large .stButton .stLarge {
	background-image:url(images/icon-twitter.png)!important;
	background-image:url(images/icon-twitter.svg), linear-gradient(transparent, transparent)!important;
	width:38px;
}
body .inner .st_email_large .stButton .stLarge {
	background-image:url(images/icon-email.png)!important;
	background-image:url(images/icon-email.svg), linear-gradient(transparent, transparent)!important;
	width:38px;
}
body .inner .st_linkedin_large .stButton .stLarge {
	background-image:url(images/icon-linked-in.png)!important;
	background-image:url(images/icon-linked-in.svg), linear-gradient(transparent, transparent)!important;
	width:38px;
}
body .inner .st_pinterest_large .stButton .stLarge {
	background-image:url(images/icon-pinterest.png)!important;
	background-image:url(images/icon-pinterest.svg), linear-gradient(transparent, transparent)!important;
	width:38px;
}
#share-this-project .share-icon-container {
	float:right;	
}
body .inner .st_facebook_large .stButton .stLarge:hover, body .inner .st_email_large .stButton .stLarge:hover, body .inner .st_twitter_large .stButton .stLarge:hover,
body .inner .st_linkedin_large .stButton .stLarge:hover, body .inner .st_pinterest_large .stButton .stLarge:hover {
	opacity:0.8;
	background-position:0 0!important;
}
.half-width-image-section {
	width:100%;	
	background-color:#f5f5f5;
}
.half-width-image-container {
	width:50%;
	overflow:hidden;	
}

.half-width-image-container img {
	width:100%;	
	display:block;
}
.half-width-content-block {
	width:50%;	
	font-size:26px;
	color:#000;
	float:none;
	padding: 86px 6.3% 35px 6.3%;
}
.half-width-content-block.left {
	padding-right:8.3%;	
}
.half-width-content-block.right {
	padding-left:8.3%;	
}
.page-template-page-home .nav-menu li a {
/*	color:#fff;	 */
}
#top-background-div {
	background-size:cover;	
	min-height:608px;
}
#top-background-div .shorty {
	height:1px;
	width:100%;
	overflow:hidden;	
}

#content-header {
	font-family: "adriane";
	font-weight:700;
	text-align:center;
	color:#000;
	line-height:1.2;
	letter-spacing:0.16px;
	font-size:60px;
	margin:0 auto;
}
#small-rectangle {
	background-color:#000;
	width:57px;
	height:10px;
	margin-bottom:28px;	
}
.page-template-page-home #content-header {
	font-size:64px;
	color:#fff;
	line-height:1.38;
	margin-top:250px;
	max-width:894px;
	background-color:transparent;
}
#home-content-header {
	font-family: "adriane";
	font-size:44px;
	font-weight:400;
	text-align:left;
	color:#000;
	line-height:1.41;
	letter-spacing:0.16px;
	margin:0 0 0 0;
	width:100%;
	max-width:1186px;
	padding:130px 0 36px 0;
}
.double-line-divider {
	height:9px;
	width:100%;
	border-top:2px solid #d1d2d4;	
	border-bottom:2px solid #d1d2d4;	
}
.home-own-line {
	display:inline;	
}
.navbar {
    margin-right: -35px;
}
.hide-title {
	display:none;	
}
.site-footer {
	color:#000;	
}
#footer-top {
	font-size:32px;	
	padding-bottom:55px;
	margin-top:85px;
}
#footer-top h2 {
	font-family: "adriane";
	color:#000;	
	font-size:32px;
	font-weight:700;
	margin:24px 0;
	display:none;
}
.footer-column {
	width:33.33%;
	float:left;	
	font-size:24px;
}
.lets-create-something {
	display:block;	
}
#footer-logo-icon {
	margin-top:24px;
	margin-bottom:48px;
}
#footer-logo-icon img {
	display:block;	
}
#footer-address {
	margin-top:0px;	
}
#footer-email-and-phone {
	margin-top:0px;	
}
#footer-email-and-phone a {
	color:#000;
}
#footer-email-and-phone a:hover {
	opacity:0.7;
}
#footer-social-links {
	margin-top:0px;	
	text-align:right;
	margin-right:-16px;
}
#footer-social-links a {
	display:inline-block;
	padding:0 16px;	
}
#footer-social-links a:last-child img {
	margin-bottom:-1px;	
}
#footer-social-links a:hover {
	opacity:0.7;
}
#copyright-container  {
	width:100%;
	background-color:#000;
	color:#fff;
	font-size:16px;
	padding:20px 0;
	margin-top:70px;
}
#hubspot-footer #copyright-container {
	margin-top:30px;	
}
#our-capabilities {
    background-color: #000;
    color: #fff;
    padding-top: 50px;
    font-size: 24px;
	line-height:1.583;
    height: 470px;
    padding-bottom: 182px;
}
#our-capabilities h1 {
	max-width:81%;
}
#our-capabilities p {
	max-width:81%;
}
#our-capabilities h1, #our-process h1, #friends-section h1, #our-studio-intro h1 {
    font-family: "adriane";
    font-weight: 700;
    font-size: 32px;
    margin-top: 0;
    opacity: 0;
	color:#fff;
}
#capabilities {
    margin-top: -182px;
    padding-bottom: 64px;
}
.cap-col {
    width: 32.4%;
    float: left;
    margin-right: 1.4%;
    text-align: center;
    background-color: #fff;
    font-size: 26px;
    color: #000;
}
#cap-branding {
    padding-top: 48px;
}
#cap-branding .cap-icon {
    padding-bottom: 48px;
}
#cap-branding .cap-icon img {
    width: 132px;
    height: auto;
}
#cap-apparel {
	padding-top: 41px;	
}
#cap-apparel .cap-icon {
	padding-bottom:25px;	
}
#capabilities h3 {
    font-family: "adriane";
    font-weight: 700;
    font-size: 36px;
    margin-top: 36px;
    color: #000;
    margin-bottom: 29px;
    opacity: 0;
}
.cap-col hr {
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 1px;
    background-color: #000;
    border: none;
    clear: both;
}
.br-divider {
    display: none;
}
#cap-communication {
    padding-top: 41px;
}
#cap-communication .cap-icon {
    padding-bottom: 41px;
}
#cap-communication .cap-icon img {
    width: 104px;
    height: auto;
}
#cap-products {
    padding-top: 42px;
}
#cap-products .cap-icon {
    padding-bottom: 42px;
}
#cap-products .cap-icon img {
    width: 142px;
    height: auto;
}
.cap-col:last-child {
    margin-right: 0;
}
.half-image-container {
	width:50%;
	float:left;
}	
.half-image-container img {
	display:block;	
	width:100%;
	height:auto;
}
#our-process {
	font-size:24px;
	color:#000;
	width:100%;	
	padding:72px 0 68px 0;
}
#our-process h1 {
	color:#000;	
	margin-bottom:30px;
}
#our-process .gray-bg {
/*	background-color:#d2d2d2;	*/
}
#our-process .content-block {
	padding-bottom:48px;
	font-size:32px;	
	max-width:974px
}
.process-box {
	font-family: "adriane";
	font-weight:400;
	font-size:24px;
/*	background-color:#f1f1f1; */
	padding:15px 6.4% 63px 6.4%;
	width:50%;
	float:left;
	line-height:1.67;
}
.process-box .black-line {
	height:3px;
	width:100%;	
	margin-bottom:30px;
	background-color:#221f1f;
}
#our-process .dns {
	max-width:757px;	
}
.process-box h3 {
	font-weight:700;
	font-size:36px;	
	color:#000;
	margin-top:0;
}
.process-box-connector {
	width:4px;
	height:64px;
	background-color:#fff;
	margin:0 auto;
	clear:both;	
}
#process-discovery {
	padding-right:11%;	
}
.friend-container img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.friend-container {
    float: left;
    padding: 0 55px 20px 0;
    width: 16.65%;
	width: 20%;
}
#friends-section h1 {
	color:#000;	
}
#friends-section {
	font-size:24px;	
	line-height:1.583;
}
#friends-intro {
	padding-bottom:54px;
	max-width:81%;	
}
.office-gallery-img img {
    height: auto;
    max-width: 100%;
    vertical-align: baseline;
    width: 100%;
}
.office-gallery-img {
    float: left;
    overflow: hidden;
    width: 33.33%;
}
.office-gallery-img a:hover {
	opacity:0.5;	
}
#our-studio-intro {
	background-color:#000;
	color:#fff;
	padding-bottom:28px;
	padding-top:68px;
	margin-top:52px;
	font-size:32px;	
}
#our-studio-intro p {
	max-width:974px;
	max-width:81%;
	font-size:24px;
	line-height:1.583;
}
#office-gallery {
	padding-bottom:44px;	
}
#header-content-container {
	position:relative;
	overflow:hidden;
	width:100%;	
}
#header-image {
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:80px;
	z-index:1;	
}
#header-image img {
	width:100%;
	height:auto;	
}
#content-header {
	max-width:780px;
	width:90%;
	margin:0 auto 0 auto;
	background-color:#fff;
	padding:32px 3.2% 10px 3.2%;
	color:#000;
	font-size:60px;
	text-align:center;
	position:relative;
	z-index:1000;	
}
#content-header p {
	margin-bottom:0;	
}
.trans-spacer {
	width:100%;
	height:auto;
}
.and-define-your-brand {
/*	display:block;	*/
}
textarea, input {
	outline:none;	
}
.page-template-page-about .entry-content, .page-template-page-contact .entry-content {
	font-size:40px;
	text-align:center;	
	padding-bottom:66px;
}
.page-template-page-contact #content-header {
	max-width:1088px;	
}
#map-section {
    height: 736px;
    width: 100%;
}
.page-template-page-contact .entry-content {
	max-width:985px;
	margin-left: auto;
	margin-right:auto;
	margin-top:24px;
	padding-bottom:0;	
}
#stop-by {
	background-color:#000;
	color:#fff;	
	padding:42px 0;
	font-size:26px;
}
.col50 {
	float:left;
	width:50%;	
}
.totheright {
	text-align:right;	
}
#stop-by .totheright {
	padding-top:40px;	
}
#stop-by-left {
	font-family: "adriane";
    font-weight: 700;
    font-size: 66px;
	color:#fff;
}
.form50 {
	width:50%;
	float:left;	
	padding-right:4.7%;
}
#form-email-field {
	padding-right:0;	
}
.submit-button {
	margin-top:47px;	
}
#contact-form .checked, #contact-form #checkbox-simulator.checked:hover, #simulated-checkboxes .checked {
    background-image: url(images/checkbox-checked.gif);
	background-position:0 50%;
}
#checkbox-simulator, .checkbox-simulator {
    margin-top: 25px;
    background-image: url(images/checkbox-bg.gif);
	background-position:0 50%;
    line-height: 31px;
    padding:0 0 0 44px;
	float:left;
    background-repeat: no-repeat;
    font-size: 16px;
    cursor: pointer;
	max-width:400px;
	margin-top:0px;
}
.checkbox-simulator {
	float:left;
	clear:left;
	font-size:22px;	
	margin-top:30px;
}
.scope-choices p {
	display:none;	
}
#form-bottom {
	margin-top:0px;	
	clear:left;
	float:left;
}
#contact-left {
	width:56%;
	margin-right:10%;	
	float:left;
}
#contact-right {
	width:34%;
	float:left;	
}
.submit-button {
	float:left;
	clear:left;
	width:auto;	
}
.checkbox-field {
    display: none;
}
#contact-form {
	padding-top:90px;
	padding-bottom:98px;	
	font-size:20px;
}
.page-template-page-work #friends-container, .page-template-page-home #friends-container, .page-template-page-work-new #friends-container, .page-template-page-work-category #friends-container {
	background-color:#f1f1f1;
	padding:68px 0 54px 0;	
}
#content-404 {
	position:relative;
	z-index:5;	
}
.error404 h2 {
	font-size:42px;
	color:#000;
	margin-top:60px;
	margin-bottom:40px;	
}
.error404 #content-header, .search #content-header {
	padding-top:80px;
	padding-bottom:60px;
	text-align:left;
	background:rgba(255,255,255,0.75);
}
.error404 .project-thumb, .search .project-thumb {
    width: 33.33%;
    min-height: 300px;
}
.error404 input[type="search"], .search .error404 input[type="search"] {
	width:100%;
	background:none;
	border:none;
	border-bottom:2px solid #000;	
	padding-bottom:20px;
	color:#000;
}
.error404  input[type="submit"], .search input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "dinot-bold";
    font-size: 60px;
    line-height: 1;
    padding: 10px 12px;
    text-transform: uppercase;
	margin-top:28px;
}
.search #content-header {
	padding-bottom:60px;
	margin:0 auto;
	font-size:40px;	
}
.search .search-section h2 {
	font-size:42px;
	color:#000;
	margin-top:60px;
	margin-bottom:20px;	
}
.search #content-header .inner {
	padding-top:60px;	
}
.gray-overlay {
	display:none;
	background-image:url(images/gray-overlay.png);
	width:100%;
	height:100%;
	position:absolute;	
	top:0;
	left:0;
	z-index:1050;
}
.ghost-search {
	display:none;
	position:fixed;
	top:156px;
	z-index:1100;
	width:100%;	
}
.ghost-search .gray-section {
    background-color:transparent;
}
.ghost-search .gray-section input[type="submit"] {
	visibility:hidden;	
	
}
.ghost-search .gray-section .search-form input[type="search"] {
	background-color:#fff;
	border:none;
	color:#aaa;
	padding:33px;	
}
.type-anything {
	display:none;
	font-size:30px;
	line-height:30px;
	height:60px;
	margin-top:-30px;
	padding-bottom:30px;
	color:#fff;	
}
.ghost-search-close {
	background-image:url(images/ghost-search-close.png);
	width:53px;
	height:53px;
	position:fixed;
	top:0;
	right:0;
	cursor:pointer;
	z-index:1200;	
}
.ghost-search-close:hover {
	opacity:0.7;	
}
.little-line {
    background-color: #fff;
    width: 49px;
    height: 7px;
    margin-top: 10px;
}
.gray-section h2 {
    margin-bottom: 46px;
	color:#fff;
	font-family: "adriane";
    font-weight: 700;
    font-size: 32px;
}
.project-thumb {
	float:left;
	width:50%;
	min-height:450px;
	background-size:cover;
	background-position:50% 50%;
	position:relative;
}
.project-overlay {
	width:100%;
	height:100%;	
	position:absolute;
	top:0;
	left:0;
	padding:50px 12.2%;
	text-align:center;
	font-size:30px;
	color:#000;
	line-height:1.2;
}
.project-overlay-title {
	font-size:50px;
	color:#000;	
	font-family: "adriane";
	margin-bottom:28px;
}
.page-template-page-work .project-overlay-text .project-hover-text, .project-overlay-text .white-divider, .project-overlay-text .project-cat-list {
	display:none;
}
a.data-filter-link {
	cursor:pointer;
	font-size:18px;	
	color:#000;
	text-decoration:none;
}
.project-thumb .data-filter-link {
	font-size:24px;
	font-family:'dinot-bold';
	color:#8a8a8c;
	text-decoration:underline;	
}
.project-thumb .data-filter-link:hover {
	color:#fff;
}
.project-cat-sep {
	font-size:22px;	
	display:inline-block;
	padding:0 18px;
}
.project-thumb .project-cat-sep {
	font-size:24px;
	font-family:'dinot-bold';
	color:#8a8a8c	
}
.white-divider {
	height:4px;
	width:74px;
	margin:26px auto;
	clear:both;
	background-color:#fff;	
}
.project-overlay a {
	text-decoration:none;
	color:inherit;	
}
.project-overlay {
	visibility:hidden;	
}
.project-thumb:hover .project-overlay {
/*	visibility:visible;	 */
}
#work-header h1 {
	font-size:36px;
	float:left;
	width:auto;	
	margin:24px 10px 65px 0;
	font-family: "adriane";
}
#work-top-nav {
	float:right;
	width:auto;	
	margin:78px 0 0 0;
	text-align:right;
}
#work-search {
	float:right;	
	padding:10px 29px 0 29px;	
	cursor:pointer;
	margin:-4px -20px 0 0;
}
#work-search:hover img {
	opacity:0.7;
}
#work-top-nav a:hover {
	opacity:0.7;	
}
#home-projects {
	margin-top:64px;	
}
#home-project-thumbs {
	background-color:#fff;	
}
#home-project-thumbs .project-overlay-text {
	width:50%;
	float:left;	
	font-size:24px;
	padding:0 2.5% 0 5.1%;
	font-family: "adriane";
}
#home-project-thumbs .project-overlay-text h1 {
	font-size:48px;
	background-image:url(images/thin-rect.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:16px;
	margin:50px 0 18px 0;
}
#home-project-thumbs .clear:hover .project-overlay-text {
	background:rgba(255,255,255,1.0);
}
#home-project-thumbs .project-hover-text {
	padding:20px 0 30px 0;	
}
#home-project-thumbs .clear:hover .project-overlay-title, #home-project-thumbs .clear:hover .project-hover-text {
	color:#000;
}
#home-project-thumbs .project-thumb {
	width:50%;
	float:left;
	position:relative;
}
.home-project-thumb-image {
	visibility:hidden;	
}
#home-project-thumbs .project-thumb-overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(255,255,255,0.85);
	color:#000;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font-size:22px;
	font-weight:700;
}
.pto-line {
	height:2px;
	background-color:#000;
	width:60px;
	margin:0 auto 6px auto;
}
.pto-inner-content {
	margin-top:205px;
}
a.black-button {
	color:#fff;
	background-color: #4bb8b2;
	border:none;
	display:inline-block;
	padding:18px 40px;
	font-size:17px;
	line-height:21px;
	text-decoration:none;
	text-transform:uppercase;
	font-family:'dinot-bold';
	margin-top:28px;
}
a.black-button:hover {
	opacity:0.85;
}
#home-project-thumbs .project-overlay-title {
	color:#000;	
	font-weight:700;
	margin-top:58px;
}
#home-project-thumbs a.data-filter-link {
}
#home-project-thumbs .project-cat-list {
	margin-top:34px;
	margin-bottom:24px;
	color:#8a8a8c;	
}
#work-section-intro {
	text-align:left;
	font-size:32px;
	padding:0px 0 42px 0;	
	clear:left;
	max-width:974px
}
#case-studies-section-intro {
	background-color:#000;
	color:#fff;
	padding:41px 0 28px 0;	
	font-size:24px;
	line-height:1.583;
}
#case-studies-section-intro h1 {
	font-family:'adriane';
	font-weight:700;
	font-size:32px;	
	line-height:1;
	margin:10px 0 40px 0;
}
#case-studies-section {
	background-color:#000;
	color:#fff;
}
#case-studies-section a {
	color:#fff;	
}
#case-studies-section .inner {
	margin-top:0px;
	max-width:1274px;	
}
#case-studies-section-intro p {
	max-width:81%;	
}
#case-study-nav {
	text-align:center;	
	width:100%;
	display:none;
}
#case-study-nav .case-study-nav-button {
	display:inline-block;
	font-size:22px;
	font-family:'dinot-medium';	
	border-bottom:4px solid #fff;
	line-height:47px;
	margin:24px 32px 0 32px;
	cursor:pointer;
}
#case-study-nav .active, #case-study-nav .case-study-nav-button:hover {
	border-color:#d6d6d6;	
}
.case-study-image {
/*	width:50%;
	float:left;	
	background-size:cover;
	background-position:50% 50%;
	min-height:350px;
	display:none;
*/
width:100%;
}
.case-study-image img {
	visibility:hidden;
	width:100%;
}
.case-study-content {
	width:100%;
	float:left;
	padding:0 0 0 0;	
	font-family:'dinot';
	font-size:26px;
}
.case-study-content h2 {
	font-size:38px;
	font-family:'adriane';
	margin:20px 0;
	background-image:url(images/thin-white-rect.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:20px;
}
.case-study-content a {
	display:block;
	color:#717171;
	font-size:24px;
	font-family:'dinot-bold';
	margin-top:40px;	
}
.case-study {
	margin:0;	
	position:relative;
	width:50%;
	float:left;
	background-repeat:no-repeat;
	background-size:cover;
}
.case-study:hover {
	opacity:0.9;	
}
.case-study:nth-child(odd){
}
.case-study:nth-child(even){
}
.case-study-label {
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	top:155px;
	font-family:'adriane';
	font-weight:700;
	font-size:48px;
}
#case-studies {
	position:relative;	
	background-color: #f1f1f1;
}
#case-studies .active {
	display:block;
	z-index:1;	
}
#case-studies .next {
	display:block;
	top:-80px;	
}
.single-project #header-content-container {
	display:none;	
}
.slider {
	position:relative;	
}
#home-project-thumbs .pull-right {
	float:right;
	clear:right;	
}
.single-project .project-thumb {
	width:33.33%;
	min-height:300px;
}
.single-project #work-header h1 {
	font-size:48px;
}
.single-project #work-top-nav {
	margin-top:48px;	
}
.single-project #work-header {
	margin:16px 0 22px 0;
}
.single-project #projects {
	margin-bottom:20px;	
}
#case-study-nav-dropdown {
	display:none;	
}
.page-template-page-about #friends-container {
	padding-top:68px;	
}
#search-header h1 {
	font-family: "adriane";
	font-size:60px;	
	color:#333;
	line-height:1.1;
	margin-bottom:20px;
}
#search-header {
	padding:0 0 50px;
	font-size:26px;
	color:#666;
	font-weight:700;
}
.sb_instagram_header {
	display:none;	
}
#sbi_load {
	display:none;	
}
hr.small-divider {
	width:30px;	
	background-color:#000;
	margin:80px 0 10px 0;
}
.page-template-page-thankyou h1 {
	font-family: "adriane";
	font-size:60px;	
	color:#333;
	line-height:1.1;
	margin-bottom:10px;
	margin-top:120px;
}
.page-template-page-thankyou #content .inner {
	color:#999;
	font-size:32px;	
}
.inner-inner {
	max-width:850px;
}
#instagram-intro {
	font-size:24px;	
	margin-bottom:16px;
}

.hs_what_can_we_do_for_you_checkboxes, .hs_firstname, .hs_lastname, .hs_your_name, .hs_send_me_an_email_every_now_and_then input {
	display:none;  
}	
.hs_message > label, .hs_email > label,.hs_company > label {
	display:none;	
}
.trigger, .dropdown-option {
	border: 2px solid #000;
	background-color:#fff;
    border-radius: 0;
    color: #000;
    font-size: 26px;
    margin-bottom: 0;
    padding: 23px 30px 17px;
    width: 100%;
	cursor:pointer;	
	display:none;
	line-height:1.5;
}
.hs-input {
	line-height:1.5;	
}
.trigger {
	display:block;	
}
#dropdown-simulator .select-active {
	display:block;	
}
.trigger:hover, .selected-option {
	background-color:#211d1e;
	color:#fff;
}
.dropdown-option:hover {
	background-color:#e5e5e5;	
}
#project-hubspot .trigger:hover {
	background-color:#e5e5e5;	
}
#project-hubspot .trigger, #project-hubspot .dropdown-option, #project-hubspot input[type="text"], #project-hubspot input[type="email"], #project-hubspot textarea {
	border-color:#fff;
}
.selected-option {
	background-color:#211d1e!important;
}
#dropdown-simulator {
	margin-bottom:54px;	
}
#select-brand-identities, #select-retail-packaging, #select-general-inquiries {
	border-top:none;	
}
#name-error-message, .hs-error-msgs {
	margin-top:-15px;
}
#project-hubspot #name-error-message, #project-hubspot .hs-error-msgs {
	color:#fff;
}
#name-error-message, #full-name-error-message {
	display:none;	
}
.hs_send_me_an_email_every_now_and_then ul {
	list-style:none;
	margin:0 0 56px 0;
	padding:0;	
	float:left;
}
.hs_send_me_an_email_every_now_and_then .input label {
	background-image: url("images/checkbox-checked2.gif");
    background-position: 0 50%;
	background-repeat:no-repeat;
	padding: 0 0 0 44px;
	cursor:pointer;
	font-size:16px;
	line-height:31px;
}	
.hs_submit {
	float:right;	
}
.hs_submit input[type="submit"] {
	border: 3px solid #000;	
}
#contact-hubspot-form {
	padding-bottom:40px;	
}
#contact-hubspot-form #hubspot-form-intro {
	display:none;	
}
#contact-hubspot-form .inner {
	width:100%;	
}
#hubspot-form-intro, #home-hubspot-bar {
	text-align:center;
	font-size:24px;	
	line-height:1.583;
}
#home-hubspot-bar #hubspot-form-intro-text {
	margin-bottom:32px;	
}
#home-hubspot-bar button {
	background-color: #4bb8b2;
	color:#fff;
	padding: 14px 22px;
	font-size:18px;
	border:none;
}
#home-hubspot-bar button:hover {
	opacity:0.85;	
}
#hubspot-form-intro-text {
	width:75%;
	margin:36px auto 56px auto;	
}
#hubspot-form-header {
	font-size:32px;	
	font-family: "adriane";
	font-weight:700;
}
#home-hubspot-form {
	padding:60px 0 40px 0;
}
#hubspot-form-inner {
	max-width:790px;
	margin:0 auto;	
}
.dropdown-options {
	overflow:hidden;
	height:0;	
}
#hubspot-form-header button {
	display:none;	
}
#project-hubspot #hubspot-form-header button {
	display:inline-block;	
}
#project-hubspot {
	background-color:#000;
	color:#fff;
	margin-top:-50px;
	padding:40px 0 40px 0;
}
#project-hubspot-bar, #home-hubspot-bar, #project-hubspot-movable-bar {
	display:none;	
}
#home-hubspot-form #home-hubspot-bar {
	display:block;	
}
#project-hubspot #project-hubspot-bar {
	display:block;	
	text-align:center;
	font-size:45px;	
	font-family: "adriane";
	font-weight:700;
	line-height:57px;
}
#project-hubspot-movable #project-hubspot-movable-bar {
	display:block;	
	text-align:center;
}
#project-hubspot-movable {
	padding:30px 0;
}
#project-hubspot-movable #together-text {
	display:none;	
}
#project-hubspot-bar button {
	display:inline-block;
	position:relative;
	top:-10px;
	margin-left:20px;
}
#project-hubspot-bar button:hover, #home-hubspot-bar button button:hover {
	background-color:#e5e5e5;
	color:#000;	
}
#project-hubspot-movable #project-hubspot-movable-bar button {
	background-color:#4bb8b2;
	color:#fff;
	border:none;
}
#project-hubspot-movable #project-hubspot-movable-bar button:hover {
	opacity:0.85;	
}
#project-hubspot #hubspot-form-intro, #project-hubspot #hubspot-form-inner, #home-hubspot-form #hubspot-form-intro, #home-hubspot-form #hubspot-form-inner,
#project-hubspot-movable #hubspot-form-intro, #project-hubspot-movable #hubspot-form-inner {
	display:none;	
}
#hubspot-form .input {
	position:relative;	
}
.left-shield, .right-shield {
	position:absolute;
	z-index:1000;
	width:50%;
	height:100%;
}
.left-shield {
	left:0;	
	background-color:#fff;
}
.right-shield {
	right:0;
	background-color:#fff;
}
#project-hubspot .left-shield, #project-hubspot .right-shield {
	background-color:#000;
}
#hubspot-footer {
	padding-top:60px;	
}
#hubspot-footer .footer-column:first-child {
	width:12.66%;	
}
#hubspot-footer .footer-column:nth-child(2) {
    width: 28.6%;
	padding-top:12px;
}
#hubspot-footer .footer-column:nth-child(3) {
    width: 28.6%;
	padding-top:12px;
}
#hubspot-footer .footer-column:nth-child(4) {
    width: 30.1%;
	padding-top:12px;
}
#hubspot-form input, #hubspot-form textarea  {
	border:2px solid #231f20;	
}
#hubspot-form input[type="submit"] {
	background-color:#4bb8b2;
	border:none;
	color:#fff;
}
#hubspot-form input[type="submit"]:hover {
	opacity:0.85;
}
.trigger {
	color:#999;
	background-image:url(images/down-arrow.png);
	background-repeat:no-repeat;
	background-position:97% 50%;
}	
#hubspot-form ::-webkit-input-placeholder {
	color: #999;
	opacity:1!important;
}

#hubspot-form :-moz-placeholder {
	color: #999;
	opacity:1!important;
}

#hubspot-form ::-moz-placeholder {
	color: #999;
	opacity:1!important;
}

#hubspot-form :-ms-input-placeholder {
	color: #999;
	opacity:1!important;
}
div.preload-images {
    height: 1px;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    top: -9999px;
    width: 1px;
}
#footer-left {
	width:30.9%;
	float:left;
	font-size:19px;
	line-height:1.8;
}
#footer-left #footer-social-links {
	text-align:left;
	margin-right:0;
	margin-top:60px;
}	
#footer-left #footer-social-links a:first-child {
	padding-left:0;	
}
#footer-left #footer-address {
	margin-bottom:20px;	
}
#footer-left #footer-email-and-phone a {
	text-decoration:none;	
}
.footer-menu-column {
	float:left;
	max-width:238px;	
	width:100%;
	width:18.8%;
	font-size:19px;
	line-height:1.8;
	padding-right:2%;
}
.footer-menu-column:last-child {
	width:12.7%;
	max-width:153px;	
}
.footer-menu-column ul {
	list-style:none;
	margin:0;
	padding:0;	
}
.footer-menu-column h3 {
	font-family:'dinot-bold';
/*	font-weight:900; */
	margin-top:86px;
	margin-bottom:38px;
	font-size:19px;
	cursor:pointer;
}
.footer-menu-column h3:hover {
	opacity:0.7!important;
}
.footer-menu-column a {
	text-decoration:none;
}
.footer-menu-column a:hover {
	opacity:0.7;
}	
#hubspot-footer.footer-2017 #copyright-container {
    margin-top: 100px;
	background-color:#333;
}
#hubspot-footer.footer-2017 {
	color:#333;	
}

.page-template-page-privacy #header-content-container {
	display:none;
}
.page-template-page-privacy h1 {
	font-family: "adriane";
	font-size:48px;
	color:#333;
	margin-top:70px;
}
.page-template-page-privacy hr {
	width:68px;
	height:14px;
	background-color:#000;
	border:none;
	float:left;
	margin-top:10px;
	margin-bottom:44px;
}
.page-template-page-privacy .entry-content {
	color:#333;	
}
.page-template-page-privacy .entry-content ul {
	margin-left:36px;	
	padding-left:0;
	list-style:none;
	margin-top:-24px;
	margin-bottom:0;
}
.page-template-page-privacy .entry-content ul li {
	padding-left:13px;
	background-image:url(images/bullet-sm.gif);
	background-repeat:no-repeat;
	background-position:0 50%;	
}
.page-template-page-privacy h2 {
	font-family: "adriane";
	font-size:30px;
	color:#333;
	margin-bottom:0;
}
.page-template-page-privacy #footer-top {
	margin-top:31px;	
}
#copyright a {
	text-decoration:none;
	display:inline-block;
}
#copyright strong {
	margin-right:12px;	
}

#breadcrumb {
	margin-bottom:25px;
	font-size:20px;
	color:#333;	
}
#breadcrumb a {
	text-decoration:none;
}
#new-work-header h1 {
	margin:36px 0;	
}
#project-categories {
	padding:24px 0 64px 0;	
}
.project-category-image {
	margin-bottom:12px;	
	overflow:hidden;
}
.project-category-box {
	float:left;
	width:32.285%;
	margin-right:1.572%;
	color:#333;	
}
.project-category-box a {
	text-decoration:none;
}	
.project-category-box a:hover {
	opacity:0.9;	
}
.project-category-box:nth-child(3){
	margin-right:0;	
}
.project-category-name {
	font-family:'dinot-bold';
	font-weight:900;
}
.project-category-name, .project-category-description {
	max-width:364px;
	width:88.8%;	
}
#work-category-header {
	padding-bottom:24px;
}	
#work-category-header h1 {
	margin:12px 0 36px 0;	
}


@media (max-width: 1439px) {
	.project-overlay {
		font-size:24px;	
	}
	.project-overlay-title {
		font-size:36px;	
	}
}
@media (max-width: 1355px) {
	#content-header {
		padding-top:24px;
		font-size:50px;	
	}
	.site-header {
		width:100%;
		margin:0 auto;	
	}
	#content-header {
		width:86%;	
	}
	.navbar {
		width:55%;	
	}
	.inner {
		width:86%;	
	}
	#work-top-nav a.data-filter-link {
		font-size:17px;
	}
	#work-section-intro {
		padding-top:24px;	
	}
	#contact-left {
		width:45%;	
	}
	#contact-right {
		width:45%;	
	}
	.footer-column:first-child {
		width:40%;	
	}
	.footer-column:nth-child(2) {
		width:26.67%
	}
	#hubspot-footer .footer-column:first-child {
		width:12.66%;	
	}
	#hubspot-footer .footer-column:nth-child(2) {
		width: 38.6%;
	}
	#hubspot-footer .footer-column:nth-child(3) {
		width: 21.6%;
	}
	#hubspot-footer .footer-column:nth-child(4) {
		width: 27.1%;
	}
	#footer-right {
		float:left;
		clear:left;
		width:100%;	
	}
	.footer-menu-column, .footer-menu-column:last-child {
		width:20%;	
		max-width:100%;
	}
	.footer-menu-column:first-child {
		width:30%;	
	}
	.footer-menu-column:nth-child(2) {
		width:30%;
	}
	.footer-menu-column h3, #footer-left #footer-social-links {
		margin-top:30px;	
	}
}
@media (max-width: 1215px) {
	#home-content-header {
		font-size:40px;	
	}
	.short-content-block-bottom, .short-content-block-top {
		font-size:22px;	
	}
	#work-header h1 {
		margin-bottom:14px;	
	}
	#work-top-nav {
		float:left;
		clear:left;
		text-align:left;
		margin-top:0;
		margin-bottom:	24px;
		width:100%;
	}
}
@media (max-width: 1155px) {
	.project-category-name, .project-category-description {
		font-size:20px;
	}
	#content-header {
		margin-top:-40px;
	}
}
@media (max-width: 1122px) {
	#hubspot-footer #footer-social-links a {
		padding:0 10px;	
	}
	#hubspot-footer .footer-column {
		font-size: 20px;
	}
}
@media screen and (max-width: 1050px) {
	.page-template-page-home #content-header {
		font-size:50px;
	}
	.nav-menu li a {
		padding:7px 36px;	
	}
	#contact-left {
		width:40%;	
	}
	#contact-right {
		width:50%;	
	}
	#project-hubspot-bar button, #home-hubspot-bar button {
		top:0;
		display:block;
		margin:15px auto 0 auto;
	}
	#home-hubspot-bar button {
		margin-top:0;	
	}
	#home-hubspot-bar #hubspot-form-intro-text {
		margin-bottom:0;
	}	

}
@media screen and (max-width: 1024px) {
	.lets-create-something {
		display:block;	
	}
	.page-template-page-work .project-hover-text, .page-template-page-work-new .project-hover-text {
		display:none;	
	}
	.page-template-page-work .project-thumb, .page-template-page-work-new .project-thumb, .page-template-page-work-category .project-thumb {
		min-height:250px;	
	}
	.single-project .project-thumb, .error404 .project-thumb, .search .project-thumb {
	    min-height: 250px;
	}
	.page-template-page-work .project-overlay, .page-template-page-work-new .project-overlay {
		padding-top:24px;	
	}
	#work-header h1 {
		margin-bottom:10px;	
		font-size:42px;
	}
}
@media screen and (max-width: 1023px) {
	.project-category-name, .project-category-description {
		font-size:16px;
	}
	#search-header h1 {
		font-size:32px;	
	}
	#search-header {
		padding:0 0 30px;
		font-size:20px;
	}	
	.slide-navigation-arrows .right-arrow img, .slide-navigation-arrows .left-arrow img {
		width:22px;	
	}
	.tall-image-button, .wide-image-button {
		width:7px;
		height:7px;	
	}
	.slide-navigation {
		bottom:14px;	
	}
	.case-study-label {
		font-size:32px;	
	}
	#contact-left {
		width:100%;	
	}
	#contact-right {
		width:100%;	
	}
	#form-bottom {
		margin-top:47px;	
	}
	#contact-form {
		padding-top:0px;
	}	

	.short-content-block-bottom, .short-content-block-top {
		font-size:16px;
		padding-top:25px;
		padding-bottom:25px;	
	}
	#top-background-div {
		background-position:55% 0%;	
		max-height:684px;
	}
	#home-content-header {
		font-size:32px;
		padding-top:60px;
	}
	#stop-by #stop-by-left {
		width:35%;	
	}
	#stop-by .col50 {
		width:65%;	
	}
	.nav-menu li a {
		padding:7px 20px;	
	}
	.navbar {
		width:55%;	
	}
	#our-capabilities {
		height:auto;	
	}
	#our-capabilities h3 {
		font-size:24px;
	}	
	.cap-col {
		font-size:20px;	
	}
	#work-search {
		margin-top:-120px;	
	}
	.page-template-page-work #work-search, .page-template-page-home #work-search {
		margin-top:0px;	
	}

	#work-top-nav a.data-filter-link {
		padding:8px 0;
		display:inline-block;
	}
	.footer-column, .footer-column:first-child, .footer-column:nth-child(2) {
		width:100%;	
	}
	#footer-email-and-phone, #footer-social-links {
		margin-top:24px;	
	}
	#footer-social-links {
		text-align:left;	
	}
	#footer-social-links a {
		padding:0 32px 0 0;	
	}
	.page-template-page-about .entry-content, .page-template-page-contact .entry-content, #hubspot-form-intro-text {
		font-size:24px;	
		padding-bottom:32px;
	}
	#our-process .content-block {
    	font-size: 24px;
	}
	#checkbox-simulator {
	}
	hr.small-divider {
		margin:40px 0 10px 0;
	}
	.page-template-page-thankyou h1 {
		font-size:32px;
		margin-top:60px;	
	}
	.page-template-page-thankyou #content .inner {
		font-size:22px;	
	}
	#instagram-intro {
		font-size:16px;	
	}
	#hubspot-footer .footer-column:first-child, #hubspot-footer .footer-column:nth-child(2), #hubspot-footer .footer-column:nth-child(3), 
	#hubspot-footer .footer-column:nth-child(4) {
		width: 100%;
	}
	.footer-menu-column {
		width:50%!important;	
	}
	.footer-menu-column h3 {
		margin-bottom:10px;	
	}
	#footer-left {
		width:100%;	
	}

}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#site-navigation .menu-toggle  { padding:12px 12px 8px 12px;  }
}
@media (max-width: 890px) {
	.single-project .project-thumb, .error404 .project-thumb, .search .project-thumb {
		width: 50%;
	}
#stop-by-left {
	font-size:42px;	
}
#stop-by .totheright {
    padding-top: 15px;
}
.site-header {
    padding-top: 32px;
	width:100%;
}
header.mobile-scroll {
	position:fixed;
	z-index:1000;
	padding-bottom:0px;
	background-color:rgba(256,256,256,0.7);	
}
 /* Small menu */
	.menu-toggle {
		cursor: pointer;
		display: inline-block;
		margin: 0;
	}
	.navbar {
		width:20%;	
		margin-right:0;
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		width:auto;
		height:auto;
		float:right;
		padding:9px;
		outline:none;
		border-radius:0;
		box-shadow:none;
		color:#000;
	}
	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
/*		background-image:url(images/hamburger-black.png);
		background-image:url(images/hamburger-black.svg), linear-gradient(transparent, transparent);		
		background-repeat:no-repeat;
		background-size:cover; */
		font-size:16px;
		border:1px solid #000;
	}
	.page-template-page-home .menu-toggle {
/*		background-image:url(images/hamburger-white.png);
		background-image:url(images/hamburger-white.svg), linear-gradient(transparent, transparent);  */
	}
	
	.toggled .menu-toggle {
/*		background-image:url(images/hamburger-black.png);
		background-image:url(images/hamburger-black.svg), linear-gradient(transparent, transparent); */		
	}
	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
	}
	#site-navigation {
		margin-top:-5px;	
	}
	#site-navigation.toggled {
		position:absolute;
		top:0;
		left:0;
		margin-top:0;
		width:100%;
		background-color:#fff;	
		height:474px;
		z-index:1100;
	}
	.site-header .navbar #site-navigation.toggled .home-link {
		display:block;
		position:absolute;
		top:18px;
		left:18px;
	}

	.toggled .nav-menu,
	.toggled .nav-menu > ul {
		display: block;
		margin-left: 0;
		margin-right:0;
		padding: 0;
		width: 100%;
		position:absolute;
		top:96px;
		background-color:#fff;
	}
	ul#primary-menu {
		margin-right:0;	
	}
	.toggled #mobile-nav-footer {
		display:block;
		position:absolute;
		left:0;
		top:300px;
		text-align:center;
		width:100%;
		color:#717171;
		font-family:'dinot-bold';
	}
	.toggled #mobile-nav-footer a {
		color:#717171;	
	}
	#mobile-nav-footer .nav-social-buttons a {
		display:inline-block;
		margin:10px;
	}
	#mobile-nav-footer .nav-social-buttons a:hover {
		opacity:0.9;	
	}
	#mobile-nav-footer h3 {
		display:none;	
	}
	.nav-phone,.nav-address,.nav-email {
		margin-bottom:7px;
	}
	.nav-email a {
		color:#717171;	
	}
	.nav-email a:hover {
		color:#000;	
	}
	
	.toggled .menu-toggle {
		position:absolute;
		top:19px;
		right:18px;	
		outline:none;
	}
	.toggled .nav-menu li {
		text-align:center;	
	}
	.toggled .nav-menu li a {
		display:inline-block;
		padding:8px 8px;
		margin-bottom:25px;	
		text-decoration:none;
	}
	.page-template-page-home .toggled .nav-menu li a {
		color: #000;
	}
	.toggled ul li {
		display: block;
	}
	.toggled .nav-menu li a:hover {
		text-decoration:none;	
	}
	.toggled .nav-menu li.current-menu-item a {
	/*	border-bottom:2px solid #000;	*/
	}

	.toggled li,
	.toggled .children {
		display: block;
	}

	.toggled .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled .nav-menu li > ul a {
		color: #000;
		width: auto;
	}

	.toggled .nav-menu li:hover > a,
	.toggled .nav-menu .children a {
		background-color: transparent;
		color: #000;
	}

	.toggled .nav-menu > li a:hover,
	.toggled .nav-menu > ul a:hover {
		background-color: #000;
		color: #fff;
	}

	.toggled .nav-menu > li a:focus,
	.toggled .nav-menu > ul a:focus {
		background-color: #000;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}
	.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a {
		text-decoration:none;	
	}
	.friend-container {
		padding: 0 20px 20px 0;
		width: 20%;
	}
	.process-box {
		width:100%;	
	}
	#our-process #process-design {
	/*	background-color: #f1f1f1;	*/
	}
	#our-process #process-communication {
	/*	background-color: #d2d2d2;	 */
	}
	#work-header {
		position:relative;	
	}
	#work-search {
		position:absolute;
		top:30px;
		right:5%;
		margin-top:0;
	}
}


@media screen and (max-width: 767px) {
	.project-category-box {
		width:100%;
		margin:0 0 70px 0;	
	}
	.intro p, #friends-intro, #our-capabilities p {
		max-width:100%;	
	}
	.project-category-name, .project-category-description {
		font-size:20px;	
	}
	#breadcrumb {
		font-size:16px;	
	}
	#footer-left, .footer-menu-column, #footer-left #footer-social-links {
		text-align:center;
		width:100%!important;	
	}
	#footer-logo-icon img {
		display:inline-block;	
	}
	#case-studies {
		background-color: #000;
	}
	.project-content-block blockquote {
		font-size:26px;	
		padding:15px 15px 0;
	}
	.page-template-page-thankyou h1 {
		margin-top:0px;	
	}
	.case-study-label {
		font-size:48px;	
	}
	.page-template-page-about #friends-container {
		padding-top:34px;	
	}
	#office-gallery {
    	padding-bottom: 0px;
	}
	#cap-branding {
		padding-top:41px;	
	}
	#home-project-thumbs .project-overlay-text {
		font-size:18px;	
	}
	.case-study {
		margin-top:10px;	
	}
	.case-study-content a {
		font-size:18px;	
		margin-top:20px;
	}
	.case-study:nth-child(even), .case-study:nth-child(odd), .case-study {
		width:100%;
		padding-left:0;
		padding-right:0;	
	}
	.error404 #header-image, .search #header-image {
		height:100%;
		overflow:hidden;
		overflow-x:hidden;	
	}
	.error404 #header-image img, .search #header-image img {
		height:100%;
		width:auto;
		max-width:none;
	}
	.page-template-page-work #content-header {
		margin:0;
		padding:0;	
	}
	.single-project h1 {
		font-size:32px;	
	}
	#main-project-content {
		width:100%;
		font-size:18px;	
	}
	.project-content-block {
		font-size:18px;	
	}
	#work-categories {
		width:100%;
		text-align:center;
		font-size:14px;	
		padding-top:10px;
	}
	#main-project-content h2 {
		font-size:24px;	
	}
	.tall-image-container, .two-section-container {
		width:100%;	
	}
	.half-width-image-section.right {
		padding-left: 6.3%;
	}
	.half-width-image-section.left {
		padding-right: 6.3%;
	}
	h2 {
		font-size:24px;	
	}
	.half-width-content-block {
		padding: 40px 6.3% 20px;
		width:100%;	
		font-size:18px;
	}
	.single-project .right {
		float: right;
	}
	.half-width-image-container {
		overflow: hidden;
		width: 100%;
	}
	#case-studies-section-intro {
		padding-bottom:40px;	
	}
	#case-studies-section .inner {
		margin-top:0;	
	}
	#case-study-nav-links {
		position:absolute;
		opacity:0;
		z-index:1;	
	}
	#case-study-nav-dropdown {
		display:block;	
		position:relative;
		z-index:2;
		margin-top:-25px;
		
	}
	#case-study-nav-dropdown option {
		padding:10px 20px;	
		text-align:center;
		color:#000;
	}
	#case-study-nav-dropdown select {
		margin-top:px;
		text-align:center;	
		background-image:url(images/down-arrow.png);
		background-position:93% 50%;
		background-repeat:no-repeat;
		background-color:#fff;
		height:50px;
	   -webkit-appearance: none;
		-moz-appearance: none;
		text-indent: 1px;
		text-overflow: '';
		padding:0 60px;
		text-transform:uppercase;
		}
	#case-study-nav-dropdown select::-ms-expand {
		display: none;
	}
	
	#home-content-header {
		font-size:24px;	
	}

	label {
	}
	#stop-by #stop-by-left, #stop-by .totheright  {
		width:100%;
		text-align:center;	
	}
	#share-this-project .share-icon-container {
    	float: none;
		width:100%;
	}
	#share-this-project span.share-this-label {
		margin-right:0;	
		margin-bottom:15px;
	}
	#content-header {
		margin-top:40px;	
	}
	.project-thumb .data-filter-link {
		font-size:16px;	
	}
	.project-overlay-title {
		font-size:24px;	
	}
	.white-divider {
		margin:13px auto;	
	}
	#our-studio-intro {
		font-size:24px;	
	}
	.process-box h3 {
		font-size:24px;	
	}
	.process-box {
		font-size:18px;
		padding-top:32px;
		padding-bottom:32px;
	}
	
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		display: block;
		margin-right:-15px;
		box-sizing:border-box;
		padding:10px 12px;
		background-repeat:no-repeat;
		background-position:50% 50%;
		margin-top:0px;
		outline:none;
		font-size:14px
	}
	#project-hubspot #project-hubspot-bar {
		font-size:30px;	
	}
	
	@media screen and (-webkit-min-device-pixel-ratio:0) {
	  #site-navigation .menu-toggle  { padding:10px 10px 6px 10px;  }
	}
	.site-header .home-link {
		max-width:320px;	
	}
	#work-header h1, .single-project #work-header h1 {
		font-size:32px;	
	}
	.single-project #work-top-nav {
		margin-top:0;	
	}
	#work-section-intro {
    	font-size: 18px;
	}
	.main-navigation ul {
		display: none;
	}
	#cap-branding {
	/*	padding-top:20px;  */
	}
	.cap-col {
		width:100%;
		margin-right:0;
		font-size:14px;
	}
	.br-divider {
		display:inline-block;	
	}
	.br-attr-cont {
		clear:both;
		width:100%;	
	}
	.cap-col p {
		display:inline;	
	}
	#cap-branding .cap-icon {
		padding-bottom:0px;
	}	
	#capabilities {
		margin-top:0;	
	}
	#capabilities hr {
		display:none;	
	}
	#capabilities h3 {
		font-size:18px;	
		padding-bottom:10px;
		margin-bottom:0;
	}
	#our-capabilities {
		font-size:17px;
		line-height:1.33;
		padding-top:16px;
		padding-bottom:4px;
		height:auto;	
	}
	#our-capabilities h1 {
		margin-bottom:20px;	
	}
	#cap-branding .cap-icon img {
		width:63px;
		height:auto;	
	}
	#cap-apparel {
	/*	padding-top:26px;	*/
	}
	#capabilities h3 {
		margin-top:8px;	
	}
	#cap-apparel .cap-icon img {
		width:47px;
		height:auto;	
	}
	#cap-apparel .cap-icon {
		padding-bottom:0;	
	}
	#cap-communication {
	/*	padding-top:26px;	  */
	}
	#cap-communication .cap-icon img {
		width:47px;
		height:auto;	
	}
	#cap-communication .cap-icon {
		padding-bottom:0;	
	}
	#cap-products {
	/*	padding-top:26px;	*/
	}
	#cap-products .cap-icon img {
		width:67px;
		height:auto;	
	}
	#cap-products .cap-icon {
		padding-bottom:0;
	}		
	.cap-col h3 {
		margin-top:10px;
	}
	.page-template-page-home #content-header {
		font-size: 24px;
		padding-top:10px;
	}
	#last-sep {
		display:none;	
	}
	#home-project-thumbs .project-overlay-text {
		width:50%;	
	}
	#home-project-thumbs .project-thumb {
		width:50%;
	}
	#home-project-thumbs .project-overlay-title {
		font-size:30px;	
	}
	#home-project-thumbs .project-overlay-title {
		margin-top:24px;	
	}
	#case-studies-section-intro h1 {
		font-size:32px;	
	}
	#case-studies-section-intro {
		font-size:18px;
	}
	#case-study-nav .case-study-nav-button {
		font-size:14px;
		margin-left:10px;
		margin-right:10px;
	}
	.case-study-content {
		font-size:16px;	
	}
	.case-study-content h2 {
		font-size:24px;	
	}
	#our-capabilities h1, #our-process h1, #friends-section h1, #our-studio-intro h1, #footer-top h2, #hubspot-form-header {
		font-size:32px;	
	}
	#footer-top {
		font-size:20px;
		padding-bottom:4px;
	}
	#friends-section, #hubspot-form-intro-text {
    	font-size: 20px;
	}
	#friends-section h1 {
		margin-bottom:24px;	
	}
	.page-template-page-work #friends-container, .page-template-page-home #friends-container {
		padding: 34px 0 27px;
	}
	#friends-intro {
		padding-bottom: 27px;
	}
	.friend-container {
		width: 25%;
	}
	#content-header, #hubspot-form-header {
		font-size:40px;
	}
	.project-cat-sep {
		display:none;	
	}
	#work-top-nav a.data-filter-link {
		padding-right:20px;	
		display:inline-block;
	}
	.project-cat-list a.data-filter-link {
		padding-right:10px;	
		padding-left:10px;
		display:inline-block;
	}
	#stop-by-left {
		font-size:30px;	
	}
	#map-section {
		height: 350px;
	}
}
@media (max-width: 700px) {
	#top-background-div {
		background-position:65% 0;	
	}
	#checkbox-simulator {
		max-width:none;
		width:100%;	
		margin-left:0;
	}	
}
@media (max-width: 645px) {
	.case-study-label {
		font-size:26px;	
	}
	#home-project-thumbs .project-overlay-text {
		width:100%;	
		float:left;
		clear:left;
		padding-left:8%;
		padding-right:8%;
		padding-bottom:35px;
		text-align:center;
	}
	#home-project-thumbs .project-overlay-text h1 {
		background:none;
		font-size:32px;
	}
	#home-project-thumbs .project-thumb {
		width:100%;
		float:right;
		clear:right;
		min-height:0;
	}
	#content-header {
		font-size:32px;
		padding-top:12px;
	}
	.project-thumb {
		width:100%;	
	}
	.form50 {
		width:100%;	
	}
}
@media (max-width: 550px) {
	.single-project .project-thumb, .error404 .project-thumb, .search .project-thumb {
		width: 100%;
	}
	
}
@media (max-width: 500px) {

	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		background-size:80% 80%;
		outline:none;
	}
	.toggled .menu-toggle, .toggled .menu-toggle:hover, .toggled .menu-toggle:focus {
		margin-right:0;	
	}
	#stop-by .totheright {
		font-size:22px;	
	}
	.lets-create-something {
		display:inline;	
	}
	.footer-column {
    	font-size: 18px;
	}
	.friend-container {
    	width: 33%;
	}
	.site-header .home-link {
		max-width:280px;
	}
	.site-header .navbar #site-navigation.toggled .home-link {
		width:65%;
	}
	#work-top-nav a.data-filter-link {
		font-size:16px;	
		text-decoration:underline;
	}
	#case-study-nav .case-study-nav-button {
		font-size:12px;
		margin-left:10px;
		margin-right:10px;
	}
	#case-studies-section .inner {
		margin-top:0;
		width:96%;	
	}
	#case-studies-section-intro {
		padding-bottom:40px;	
	}
	.case-study-image, .case-study-content {
		width:100%;	
	}
	.case-study {
	}
}
@media (max-width: 440px) {
	.site-header .home-link {
		max-width:250px;
	}
	.navbar {
		width:auto;	
	}
	#site-navigation {
	}

	#home-content-header {
	}
	#top-background-div {
		background-position:80% 0;	
	}
	#content-header {
		font-size:32px;
		margin-top:80px;
	}	
	#header-image {
		top:40px;	
	}
	#share-this-project .inner {
		padding-left:0;
		padding-right:0;	
	}
	#share-this-project .stLarge {
		margin-left:3px;
		margin-right:3px;	
	}
	#stop-by .totheright {
		font-size:20px;	
	}
	.page-template-page-privacy h1 {
		font-size:40px;
	}
}
@media (max-width: 374px) {
	.site-header .home-link {
		max-width:200px;
	}

	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		background-size:60% 60%;
		margin-top:-3px;
	}
	#stop-by .totheright {
		font-size:17px;	
	}
	.toggled .menu-toggle {
		top:16px;
		right:10px;
	}	
	#our-capabilities h1, #friends-section h1 {
		font-size:24px;	
	}
	#our-capabilities, #friends-section {
		font-size:17px;	
	}
	#cap-branding img {
		width:50px;
	}
	#cap-communication img {
		width:39px;
		height:auto;	
	}
	#cap-products {
		padding-top:16px;	
	}
	#cap-products img {
		width:54px;
	}
	.page-template-page-home #content-header {
		font-size: 20px;
		padding-top:0px;
	}
}
