/*
   ____              ____               ___      ___      ___      ___      ___     _  _      ___
  |__ /             |__  |     o O O   |   \    | __|    / __|    |_ _|    / __|   | \| |    / __|
   |_ \      _        / /     o        | |) |   | _|     \__ \     | |    | (_ |   | .` |    \__ \
  |___/    _(_)_    _/_/_    TS__[O]   |___/    |___|    |___/    |___|    \___|   |_|\_|    |___/
_|"""""| _|"""""| _|"""""|  {======| _|"""""| _|"""""| _|"""""| _|"""""| _|"""""| _|"""""| _|"""""|
"`-0-0-' "`-0-0-' "`-0-0-' ./o--000' "`-0-0-' "`-0-0-' "`-0-0-' "`-0-0-' "`-0-0-' "`-0-0-' "`-0-0-'

*/

/* Import the base styling */

@import url('boilerplate.css');
@import url(//fonts.googleapis.com/css?family=Lato:400,300,300italic,100,100italic,400italic,700,700italic,900,900italic);

/*

    =Globals

*/

html,body {
    background: #f3f3f1;
    font: 18px/1.65 'Gotham','Lato','Open Sans','Arial','Helvetica','San Serif';
}

.container {
    width: 100%;
    background: #fff;
}

/*

    =Typography

*/

h1,
h2,
h3 {
    text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: 800;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h2 + h5 { 
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 0px;
	line-height: 1.25em;
	margin-bottom: 40px;
	font-weight: normal;
	text-align: center;
}

h3 strong { 
	color: #fff;
	color: rgba(255,255,255,.8);
	font-size: 14px;
	font-weight: normal;
	display: block;
}

.section-header h2 { 
	text-align: center;
	margin-bottom: 8px;
}

a {
    color: #00a4c9;
}


/*

    =Structure

*/

.theme-white {
    background: #fff;
}

/*

    =Header

*/

#masthead {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 999;
    padding: 30px 15px 0 15px;
	border-bottom: 1px solid rgba(255,255,255,.15);
}

#mobile-masthead { 
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(255,255,255,.15);
}

#mobile-masthead #logo { 
	left: auto;
	right: 30px;
	top: 25px;
}

#mobile-navigation-wrapper { 
	display: none;
}

#mobile-navigation { 
	background: #4f5b61;
	color: #fff;
}

#mobile-navigation a { 
	color: #fff;
}

.mm-menu .mm-listview > li .mm-prev::after,
.mm-menu .mm-listview > li .mm-next::before,
.mm-menu .mm-listview > li::after,
.mm-menu .mm-navbar {
	border-color: rgba(255,255,255,0.2) !important;
}

.mm-prev::before, .mm-next::after, .mm-arrow::after {
	border-color: #fff !important;
}

.mobile-menu-link { 
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
	display: block;
    padding: 15px 30px;
}

.mobile-menu-link:active,
.mobile-menu-link:hover { 
	color: #f1f1f1;
}

.menu-icon { 
	display: inline-block;
}

.menu-icon:before { 
	content:'\2630';
	font-size: 28px;
}

#masthead.small { 
	padding: 5px 15px 0 5px;
	opacity: 0.8;
	background: #fff;
	border-bottom: 0px;
}

#logo,
#logo-color {
    position: absolute;
	left: 30px;
    width: 173px;
    height: 41px;
    margin: 0;
	margin-top: -12px;
}

#logo-color { 
	display: none;
}

#logo a,
#logo-color a {
    display: block;
    width: 173px;
    height: 41px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: url('../img/three-seven-light.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

#logo-color a { 
	background: url('../img/three-seven-light.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

#primary-navigation,
#primary-navigation ul {
    float: right;
    list-style: none;
    margin: -15px 0 0 0;
}

#primary-navigation > ul > li {
    position: relative;
    float: left;
    margin: 0;
    line-height: 1em

}

#primary-navigation > ul > li > a {
    color: #fff;
    font-size: 16px;
    padding: 35px 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
    display: inline-block;
}

#primary-navigation > ul > li > span {
    font-size: 13px;
    font-weight: normal;
    color: #777;
	display: inline-block;
    text-transform: lowercase;
}

#primary-navigation > ul > li:last-child span { 
	display: none;
}

#primary-navigation li.active > a,
#primary-navigation li a:hover,
#primary-navigation li a:hover span {
}

#primary-navigation > ul > li > a:hover,
#primary-navigation > ul > li.active > a,
#primary-navigation > ul > li.m-active > a { 
	
	border-bottom: 5px solid #43d7d9;
	padding-bottom: 30px !important;

}

#masthead.small #primary-navigation > ul > li > a:hover,
#masthead.small #primary-navigation > ul > li.active > a,
#masthead.small #primary-navigation > ul > li.m-active > a { 
	
	border-bottom: 5px solid #43d7d9;
	padding-bottom: 25px !important;

}

#primary-navigation > ul > li.current-page-parent,
#primary-navigation > ul > li.current-page-ancestor {
	padding-bottom: 30px;
	border-bottom: 5px solid #0eacde;
}

#primary-navigation li ul {
    opacity: 0;
	display: none;
	position: absolute;
    width: 300px;
    background: #000;
	background: rgba(0,0,0,.8);
    z-index: 999;
	margin-top: 0px;
	transition: all 0.3s ease;
}

#menu-item-1786 span,
#primary-navigation li li span { display: none !important; }

#primary-navigation li ul > li a {
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: normal;
}

#primary-navigation #menu-item-2342 a { 
	background: #fff;
	color: #333 !important;
	padding: 10px 20px !important;
	font-size: 12px !important;
	letter-spacing: 3px;
	margin-top: 25px;
	border-radius: 2px;
}

#primary-navigation #menu-item-2342 a:hover { 
	padding: 5px 15px !important;
	border: 5px solid #fff !important;
	background: transparent;
	color: #fff !important;
	padding-bottom: 5px !important;
}

#masthead.small #primary-navigation #menu-item-2342 a {
	background: #111 !important;
	color: #fff !important;
}

#masthead.small #primary-navigation #menu-item-2342 a:hover {
	background: transparent !important;
	color: #111 !important;
	padding-bottom: 5px !important;
	border: 5px solid #111 !important;
}

#primary-navigation li ul > li a:hover {
    background: #333;
}

#primary-navigation li:hover > ul {
    opacity: 1;
	display: block;
}

#hero { 

}

#hero .row { 
	background: url('../img/banners/hero-image-muted.jpg') center center no-repeat;
}

#hero div.skillset {
    padding-top: 150px;
    height: 750px;
    text-align: right;
}

#hero div.skillset:nth-child(2) { 
	text-align: left; 
}

#hero #combined-skillset { 
	color: #082330;
	text-align: left;
	height: 725px;
	padding-top: 115px;
	font-weight: 200;
}

#hero div.skillset p { 
	
}

#hero div.skillset:last-child {
	
}

#hero-messaging { 
	height: 750px;
	padding: 175px 0 0 0;
}

#hero-messaging h1 { 
	text-transform: uppercase;
	color: #fff;
	font-weight: 900;
	margin: 0;
	font-size: 55px;
	line-height: 1em;
}

#hero-messaging h1 strong { 
	color: #fff000;
	font-weight: 900;
}

#hero-messaging h1:nth-child(2) { 
	text-align: right;
	margin-bottom: 15px;
}

#hero-messaging h1:nth-child(2) strong { 
	color: #43d7d9;
}

#hero-messaging h2 { 
	color: #fff;
	text-align: center;
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 0px;
}

#hero-messaging h2 a { 
	color: #fff000;
	text-decoration: underline;
}

#hero-messaging h2 a:hover { 
	text-decoration: none;
}

#hero span.hr { 
	display: block;
	margin: 40px auto;
	width: 125px;
	height: 4px;
	background: #43d7d9;	
}

#hero .btn,
.call-to-action .btn {
    margin: 10px auto;
    transition: all 0.5s ease;
	text-align: center;
	border-radius: 2px;
}

#hero .btn a,
.call-to-action .btn a {
	border: 5px solid #fff;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
    text-shadow: none;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    transition: all 0.5s ease;
    position: relative;
	text-align: center;
	
}

#homepage-services-1 strong a,
#homepage-services-2 strong a { 
	padding: 8px 15px;
	border-radius: 2px;
	background: #444;
	font-size: 14px;
	letter-spacing: 3px;
	color: #fff;
}

#homepage-services-1 strong a:hover,
#homepage-services-2 strong a:hover { 
	opacity: 0.8;
}

.gform_button {
	border: 5px solid #000;
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 20px;
    text-shadow: none;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 14px !important;
    transition: all 0.5s ease;
    position: relative;
	text-align: center;
}

.gform_button:hover { 
	background: #fff;
	border: 7px double #333;
	color: #333;
}

.gform_body input[type='text'],
.gform_body textarea {
	border: 1px solid #ddd;
	padding: 10px 5px !important;
	box-shadow: none;
	height: auto;
}

.gform_body input,
.gform_body select {
	font-size: 18px; 
}

#hero .btn a:hover,
.call-to-action .btn a:hover {
	background: transparent;
	color: #fff;
}

#telepathy { 
	max-width: 600px;
	padding: 10px 30px;
	margin-top: 15px;
	font-size: 14px;
}




/*

    =Body

*/

.single-contracts #primary-content {
    max-width: 1180px;
    margin: 30px auto;
    margin-top: 30px !important;
    padding: 0 60px 30px 60px;
}


article.section div.row > div { padding-top: 60px; padding-bottom: 60px; }
#sixlayers div.row > div,
#sample-clients div.row > div { padding-top: 100px; padding-bottom: 100px; }

/* Homepage */

#differentiators .row div {
    padding-top: 100px;
    padding-bottom: 150px;
    text-align: center;
}

#differentiators p { 
	max-width: 450px;
	margin-left: auto;
	margin-right: auto; 
}

#differentiators .row div:nth-child(2),
#services-buckets .row div:nth-child(2) {
    border-right: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
}

#sixlayers .row,
#web-design-process > .row {
    background: #4f5b61;
    color: #fff;
}

#web-design-process h2 { 
	margin-bottom: 8px;
}

#web-design-process h2,
#web-design-process h2 + h5 { 
	color: #fff;
}

#web-design-process h5 {
	color: #fff;
	color:rgba(255,255,255,0.8) !important;
}

#sixlayers h3,
#web-design-proces h3 {
    color: #fff;
    border-top: 5px solid #0eacde;
    padding-top: 20px;
}

#sample-clients h3 strong { 
	border-top: 5px solid #2d2b0b;
	padding-top: 20px; 
}

#sixlayers h4 {
    color: #fff;
}

#sample-clients .row div:first-child {
    color: #2d2b0b;
}

#sample-clients .row { 
	position: relative;
	background: #f5ea51 !important;
}


#sample-clients h3 {
    color: #2d2b0b;
}

#sample-clients div:last-child {
    background: #f9f9f9;
}

.client-list-row { 
	display: table;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.client-list-row ul { 
	list-style: none;
	margin: 0; padding: 0;
	display: table-row;
	vertical-align: middle;
}
.client-list-row li { 
	vertical-align: middle; 
	width: 33%;
	padding: 50px 0;
	text-align: center;
	display: table-cell;
}

.client-list-row li img { 
	display: inline-block;
	max-width: 100%;
	height: auto;
}


#six-layers-infographic { position: relative; max-width: 1300px; margin-left: auto; margin-right: auto; }
#six-layers-infographic h4 { text-align: center; clear: both; }

#six-layers-infographic ul.six-layers { list-style: none; margin: 0 0 10px 0; padding: 0; }
#six-layers-infographic ul.six-layers li { clear: both; margin-bottom: 5px;  }
#six-layers-infographic ul.six-layers li div { float: right; text-align: right; width: 50%; background: url('../img/line.gif') 0 16px repeat-x; }

#six-layers-infographic.light-background ul.six-layers li div { background: url('../img/gray-line.gif') 0 16px repeat-x; }

#six-layers-infographic ul.six-layers li:nth-child(odd) div { float: left; text-align: left;  }
#six-layers-infographic h5 { display: inline-block; background: #4f5b61; padding-left: 10px; color: #fff; }

#six-layers-infographic.light-background h5 { color: #333; background: #fff; font-size: 16px; }

#six-layers-infographic li:nth-child(odd) h5 { padding: 0 10px 0 0; }

#six-layers-infographic ul.six-layers:hover li { opacity: 0.70; }
#six-layers-infographic ul.six-layers li:hover { opacity: 1; color: #f5ea51;}
#six-layers-infographic ul.six-layers li:hover h5 { color: #f5ea51; }

#six-layers-infographic.light-background ul.six-layers li:hover h5 { color: #000; }

#six-layers-infographic ul.six-layers li:hover div { background-image: url('../img/line-yellow.gif'); }

#six-layers-infographic span.layer { max-width: 400px; height: 65px; display: block; margin: 0 auto; background: #fff; border-radius: 4px; transition: all 0.5s ease; position: relative; z-index: 2;}

#six-layers-infographic.light-background span.layer { background: #fff; border: 1px solid #aaa; }

#six-layers-infographic li:hover span.layer { background: #f5ea51;  }

#six-layers-infographic ul.six-layers h5 { margin-bottom: 0px;  }

ul.six-layers.left-column { left: 0; top: 15px; }
ul.six-layers.right-column { right: 0; text-align: right; top: 100px; }

.call-to-action .row { 
	padding-top: 150px;
	padding-bottom: 150px;
	background: url('../img/services/call-to-action-bg.jpg') center center no-repeat;
}

.call-to-action h3,
.call-to-action h5 { 
	text-align: right;
	margin-bottom: 4px;
}

.call-to-action h5 { 
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	line-height: 1em;
}

.cta-list { 
	margin-top: 20px;
	text-align: right;
	list-style: none;
	margin-left: 0px !important;
}

.cta-list li { 
	display: inline-block;
	margin: 0 0 0 5px;
}

.cta-list li a { 
	display: inline-block;
	padding: 10px 20px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #666;
	border-radius: 2px;
	font-size: 12px;
}

.cta-list li a:hover { 
	background: #fafafa;
}

/*

    =Content Pages

*/

.section-title h2 { margin: 30px 0 0 0; text-align: center; }

#primary-content {
    margin-top: 45px;
}


body.page-1784 #primary-content { 
	margin-top: 0px !important;
}

body.single-pmets #footer { 
	display: none;
}

.content ol,
.content ul { 
	margin-left: 30px; 
}

#page-hero { 

}

#page-hero > .row {
    /* background: #1693a5; */
	background: url('../img/banners/inner-banner.jpg') center bottom no-repeat;
    text-align: center;
    color: #fff;
	padding-bottom: 175px;
	padding-top: 110px;
}

/* News Pages */

#page-hero.news-header > .row { 
	background: url('../img/news/latest-news-header.jpg') center bottom no-repeat #ededed;
	padding-top: 75px;
	padding-bottom: 300px;
}

#page-hero.news-header h1,
#page-hero.news-header h5 { 
	color: #444;
}

body.blog #masthead { 
	background: rgba(0,0,0,.65);
}

#location-map-wrap { 
	margin-left: -30px;
	margin-right: -30px;
	position: relative;
}

#location-map-wrap aside { 
	position: absolute;
	z-index: 900;
	width: 100%;
	background: rgba(0,0,0,.7);
	padding: 15px 30px 0 30px;
	left: 0;
	bottom: 0;
}

#location-map { 
	width: 100%;
	height: 600px;
}

.page-template-team-member-php #page-hero .row {
	
	padding-top: 110px;
	padding-bottom: 50px;
	background: #333341;
	
}

#page-hero .attachment-post-thumbnail { 
	border-radius: 100%;
	margin-bottom: 30px;
	max-width: 200px;
}

#page-hero .row div:first-child { 
    padding-top: 75px;
    padding-bottom: 75px;
}

#page-hero h1 {
    color: #fff;
    letter-spacing: 0px;
    font-size: 36px;
	text-align: center;
	margin-bottom: 0px;
}

#page-hero h1 strong { 
	color: #43d7d9;
}

#page-hero h5 { 
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 40px;
	line-height: 1em;
}

#page-hero h2 {
    color: #f3f3f3;
    letter-spacing: 0px;
    text-transform: none;
    font-weight: 200;
	font-size: 32px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#web-design-process {
    text-align: center;
}

#web-design-process h3 {
    color: #fff;
}

#process-description {
    text-align: left;
}

.process-item aside { 
	padding-top: 15px;
	border-top: 5px solid #fff;
}

#process-description h4 {
    color: #fff;
    font-size: 18px;
	text-transform: uppercase;
}

#process-description span {
    display: block;
	font-size: 12px;
    line-height: 1em;
	color: #859aa5;
}

#process-description p {
	font-size: 14px;
}

.process-analyze aside { 
	border-color: #a7adb0;
}

.process-strategy aside { 
	border-color: #b64a34;
}

.process-design aside { 
	border-color: #a37640;
}

.process-build aside { 
	border-color: #1082b5;
}

.process-launch aside { 
	border-color: #dcdedf;
}

.row.intro { 
	padding-top: 75px;
}

.row.pmets-intro { 
	padding-top: 75px;
	padding-bottom: 30px;
	text-align: center;
}

.pmets-emotion-perception { 
	border-bottom: 1px solid #f1f1f1;
}

.pmets-primary-message { 
	text-align: center;
	background: #fafafa;
	margin-top: 150px;
}

.pmets-primary-message-message p { 
	font-size: 32px;
}

.pmets-section-description { 

}

.pmets-overview { 
	padding-top: 75px;
	padding-bottom: 50px;
	min-height: 450px;
	position: relative;
	margin-bottom: 100px;
}

.pmets-overview .btn { 
	position: absolute;
	bottom: 0;
}

.pmets-section-overview:last-child {
	border-right: 0px;
}

.row.pmets-intro p { 
	font-size: 18px;
	font-weight: 300;
}

.pmets-section-intro { 
	border-bottom: 1px solid #efefef;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.strategy-table { 
	width: 100%;
	border: 0px;
	box-shadow: 0 0 50px rgba(0,0,0,.2);
}

.strategy-table tr:nth-child(even) td { 
	background: #fff;
}

.strategy-table tr:nth-child(odd) td { 
	background: #f1f1f1;
}

.strategy-table th { 
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	background: #4F5B61;
}

.strategy-table td { 
	padding: 15px;
	line-height: 1.4em;
	vertical-align: top;
}

.personality-table td { 
	padding: 50px 15px;
	border-right: 1px solid rgba(0,0,0,.05);
}

.personality-table tr td:last-child { 
	border-right: 0px;
}

td.group-title { 
	font-weight: bold;
	font-size: 16px;
}

.gray-bg { 
	background: #fafafa;
}

.pmets-section { 
	padding-bottom: 100px;
}

.pmets-group { 
	padding-top: 75px;
	padding-bottom: 75px;
}

.row.pmets-intro h2,
.row.pmets-intro h3 { 
	margin-bottom: 8px; 
}

.row.intro h2 { 
	margin: 0 0 8px 0;
}

.row.intro p { 
	max-width: 800px;
	font-weight: 300;
	margin: 0 auto;
	font-size: 22px;
}

/*

	=History

*/

#history-began .row { 
	background: url('../img/history/ross-founder.jpg') right top no-repeat #082427;
	color: #fff;
	padding-top: 100px;
}

#history-began h2 { 
	color: #fff; 
}

#history-continue .row { 
	background: url('../img/history/growth.jpg') left bottom no-repeat #fff;
}

#history-continue .col-md-5:last-child { 
	padding: 125px 60px;
}

#history-continue h2, #history-continue p { 
	color: #35373e;
}

#history-core-values .row { 
	background: url('../img/history/principles.jpg') right top no-repeat #000;
	color: #fff;
}

#history-core-values h2 { 
	color: #fff;
}

#history-butterfly { 
	padding-top: 450px;
	background: url('../img/history/butterfly.jpg') center 20px no-repeat;
	
}

#history-where .row { 
	background: url('../img/history/now.jpg') top center no-repeat;
	background-size: 100% 100%;
	padding-top: 30px;
}

#history-where .row div { 
	margin: -30px auto 0 auto !important;
	background: rgba(0,0,0,.8);
	color: #fff;
	padding: 200px 30px 100px 30px; 
	max-width: 600px;
	float: none;
}

#history-where h2 { 
	color: #fff;
}

/*

	=About

*/

body.page-id-1777 #page-hero .row { 
	background: url('../img/about/banner-about.jpg') bottom center no-repeat;
}

body.page-id-1777 #page-hero .row > div { 
	padding-bottom: 225px;
	
}

#team-landing-excerpt .row { 
	background: url('../img/about/team-landing-excerpt.jpg') bottom left no-repeat #262729;
	padding-top: 75px;
	padding-bottom: 75px;
}

#news-excerpt .row { 
	background: url('../img/about/latest-news-excerpt.jpg') top center no-repeat #f1f1f2; 
	padding-top: 300px;
}

#news-excerpt .col-lg-12 { 
	max-width: 650px;
	margin: 0 auto !important;
	text-align: center;
	float: none;
}

/* ============ */
/* = Approach = */
/* ============ */

#approach-overview .row { 
	background: url('../img/approach/approach-design.jpg') bottom center no-repeat;
	background-size: cover;
	padding-top: 200px;
	padding-bottom: 150px;
	color: #fff;
}

.light-text h2,
.light-text p,
.light-text h3,
.light-text h5,
#approach-overview h1,
#approach-overview p { 
	color: #fff;
}

#approach-six-layers .row { 
	background: #fff;
}

#approach-six-layers h3 strong {	
	color: #888;
}

#framework-overview .row { 
	background: url('../img/approach/approach-pmets.jpg') bottom center no-repeat #000;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

#approach-six-layers-row-1 .row,
#approach-six-layers-row-2 .row { 
	background: #3cc5bc;
}

#approach-tools-overview .row { 
	background: url('../img/approach/project-management-2.jpg') bottom center no-repeat #f2f2f2;
	padding-top: 0px;
	padding-bottom: 500px;
}

.approach-workflow-content { 
	margin: 0 auto;
	padding-top: 0px !important;
	text-align: center;
	max-width: 550px;
}

.approach-workflow-content h3 strong { 
	color: #777;
}

/*

    =Services

*/

#webdesign-overview .row { 
	background: url('../img/services/six-layers-icon-bg.jpg') center center no-repeat #3cc5bc;
	color: #fff;
}

#graphic-design-overview .row { 
	background-image: url('../img/services/graphic-design-icon-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

#search-overview .row { 
	background-image: url('../img/services/search-engine-optimization-bg.jpg');
	background-position: center center;
	background-repeat: no-repeat;
}

.teal-section .row { 
	background-color: #3cc5bc;
	color: #fff;
}

.slate-section .row { 
	background-color: #4f5b61;
	color: #fff;
}

#wordpress-overview .row,
.blue-section .row { 
	background: #0B8C8F;
	color: #fff;
}

.teal-section h2,
.slate-section h2,
.teal-section h5,
.slate-section h5,
.blue-section h5 { 
	color: #fff;
}

#webdesign-overview h3,
#wordpress-overview h3,
.teal-section .row h3,
.slate-section .row h3,
.blue-section .row h3 { 
	color: #fff;
	font-size:1.5em;
}

#wordpress-overview a { 
	color: #fff;
}

.gray-section .row {
	background: #fafafa;
}


#process-diagram { 
	width: 100%;
	max-width: 1180px;
	height: auto;
}

/* } */


#methodology-group .row {
    border-top: 1px solid #f3f3f3;
    text-align: center;
}

#methodology-group h3 {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
}

#methodology-group h3 strong {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    color: #222;
    letter-spacing: 3px;
}

article.case-studies .row {
	padding-top: 0px;
	padding-bottom: 0px; 
}

article.case-studies .section-header > div { 
	padding-bottom: 30px !important;
}

.portfolio-item { 
	text-align: center;
	color: #fff; 
	padding: 0px !important;
	transition: all 0.5s ease-in-out;
	background-size: 110% 110% !important;	
	transform: translateZ(0);
}

.portfolio-item a { 
	display: block;
	background: rgba(48, 133, 163, 0.7);
	padding: 30% 10px;
	border: 1px solid #fff;
	transition: all 0.5s ease-in-out;	
	transform: translateZ(0);
}

.portfolio-item h4 { 
	margin-bottom: 4px;
}

.overview-group-col { 
	width: 50%;
	float: left;
	padding: 0 30px;
}

.overview-group-col:first-child { 
	padding-right: 175px;
}

.overview-group-col:last-child { 
	padding-left: 175px;
}

.overview-group-col article { 
	max-width: 500px;
	margin: 0 auto;
}

.portfolio-item a:hover { 
	background: transparent !important;
}

.portfolio-item:hover { 
	background-size: 100% 100% !important;
}

div.row .portfolio-item:nth-child(2) a { 
	background: rgba(192,134,66,0.5);
}

.portfolio-item:nth-child(3) a { 
	background: rgba(126, 90, 122, 0.75);
}

.portfolio-item:nth-child(4) a { 
	background: rgba(93,126,90,0.75);
}

.portfolio-item:nth-child(5) a { 
	background: rgba(0, 98, 122, 0.6)
}

.portfolio-item:nth-child(6) a { 
	background: rgba(126,118,90,0.75);
}

.portfolio-item h4 { 
	text-transform: uppercase;
	color: #fff;
}

.portfolio-terms { 
	font-weight: bold;
	font-size: 12px;
	color: #f1f1f1;
	text-transform: uppercase;
}

.portfolio-terms:before { 
	content: '';
	display: block;
	width: 0px;
	margin: 0 auto;
	border-top: 2px solid transparent;
	transition: all 0.5s ease-in-out;	
	transform: translateZ(0);
}

.portfolio-item:hover .portfolio-terms:before { 
	border-color: #43d7d9;
	width: 50px;
}

/* 

	=Team

*/

body.page-id-1777 p.page_intro { 
	font-size: 20px;
	max-width: 980px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.team-profile .row {
	background: #fafafa;	
}

.team-profile .row.intro { 
	padding-top: 75px;
	padding-left: 430px;
}

.team-profile .row:nth-child(2) { 
	padding-left: 400px;
}

.team-profile .row.intro h5 {
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}

.team-profile .row:nth-child

.team-profile .row:nth-child(2) { 
	padding-bottom: 75px;
}

.team-profile:nth-child(even) .row { 
	background: #fff;
}

.team-profile div.row > div { 
	padding-top: 10px !important;
}

#declan-profile .row:nth-child(2) { 
	background-image: url('../img/team/declan-cutout.png');
	background-position: 25px bottom;
	background-repeat: no-repeat;
}

#lyndsay-profile .row:nth-child(2) { 
	background-image: url('../img/team/lyndsay-cutout.png');
	background-position: 25px bottom;
	background-repeat: no-repeat;
}

#ross-profile .row:nth-child(2) { 
	background-image: url('../img/team/ross-cutout.png');
	background-position: 25px bottom;
	background-repeat: no-repeat;
}


.team-profile h3 { 
	margin-bottom: 8px;
}

.team-profile h5 { 
	margin-top: 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #777;
}

.team-profile h3 + h5 { 
	margin-bottom: 30px;
}

.team-profile h4 { 
	margin-top: 0px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #333;
}

.team-profile li { 
	font-size: 16px;
}

.team-profile ul { 
	margin-left: 15px !important;
}

.single-col-intro { 
	font-size: 125%;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 60px;
}

#team { 
	margin-top: 60px;
	margin-bottom: 60px;
}

.team-thumbnail { 
	text-align: center;
	border-radius: 100%;
	max-width: 205px;
	height: auto;
	margin: 0 auto 10px auto;
}

#team div:nth-child(1) .team-thumbnail { 
	border: 3px solid #189bd5;
}

#team div:nth-child(2) .team-thumbnail { 
	border: 3px solid #fbc711;
}

#team div:nth-child(3) .team-thumbnail { 
	border: 3px solid #dfe112;
}

.team-thumbnail img { 
	max-width: 200px;
	height: auto;
	text-align: center;
	border-radius: 100%;
	display: inline-block;
	margin: 0 auto 0px auto;
	border: 5px solid #fff;
}

.team-content { 
	text-align: center;
}

.team-content h3 a { 
	color: #333;
	letter-spacing: 1px;
}

.team-content h3 span { 
	display: block; 
	font-size: 11px;
	color: #777;
	letter-spacing: 3px;
	padding-top: 3px;
}

.team-content a.btn-primary,
a.btn-primary { 
	display: inline-block;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	padding: 10px 20px;
	border: 3px solid #000;
	letter-spacing: 1px;
}

.light-text a.btn-primary { 
	color: #fff;
	border-color: #fff;
}

.team-content a.btn-primary:hover,
a.btn-primary:hover { 
	background: #000;
	color: #fff;
}

.light-text a.btn-primary:hover { 
	background: #fff;
	color: #000;
}

#team-member-meta { 
	text-align: right;
}

#team-member-meta div { 
	padding: 0 0 30px 0;
	margin: 0 0 30px 0; 

}

#team-member-meta h4 { 
	font-size: 14px;
	text-transform: uppercase;
	border-top: 5px solid #efefef;
	padding-top: 15px;
}

#team-member-meta ul, #team-member-meta p { 
	list-style: none;
	font-size: 14px; 
}

/* ============= */
/* = News Main = */
/* ============= */

.news-main { 
	padding-top: 100px;
	padding-bottom: 100px;
}

h5.entry-date { 
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: #777;
	margin-bottom: 0px;
}

article.post { 
	padding-bottom: 50px;
}

.pager { 
	clear: both;
	padding: 25px 0;
	list-style: none;
}

.pager .previous { float: left; }
.pager .next { float: right; }

.pager a { 
	padding: 10px 15px;
	border: 3px solid #000;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 2px;
}

.pager a:hover { 
	background: #000;
	color: #fff;
}


/*

	=Case Studies

*/

#casestudy-results-title h3 { 
	text-align: center;
	color: #fff;
}

#casestudy-results-title div.col-lg-12 { 
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

/*
#page-hero div.row { 
	background: #333341
}
*/

#page-hero.case-study .row { 
	background: transparent;
}


#case-study-hero.pmets-background { 
	background: url('../img/approach/approach-design.jpg') center bottom no-repeat;
}

body.postid-1950 #case-study-hero { 
	background: url('../img/banners/dunhams-bg-mod.jpg') center center no-repeat;
	background-size: 100% 100%;
	padding: 275px 0 30px 0;
	min-height: 600px;
}

#case-study-hero { 
	padding: 275px 0 30px 0;
	min-height: 600px;
	background-size: cover !important;
}

#case-study-hero h1 { 
	color: #fff;
	text-align: center;
	font-size: 36px;
	letter-spacing: 1px;
	margin: 0;
}

#case-study-hero h5 { 
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fcfcfc;
	text-transform: uppercase;
	text-align: center;
}

#case-study-hero h5 span { 
	padding: 0 5px;
	color: #777;
}

#case-study-hero h5 span:last-child { 
	display: none;
}

#case-study-overview .row { 
	padding-top: 100px;
	padding-bottom: 100px;
	background: url('../img/case-study-graphic.jpg') center center no-repeat #3cc5bc;
	color: #fff;
}

#case-study-overview h3 { 
	color: #fff;
}

#case-study-results .row { 
	background: #4f5b61;
}

.case-study-result { 
	margin-top: 75px;
	margin-bottom: 75px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	border-right: 1px solid #777;
}

.case-study-result:last-child { 
	border-right: 0px;
}

.case-study-result h3 {
	font-size: 42px;
	margin-bottom: 5px;
	color: #fff;
}

.case-study-result h5 { 
	text-transform: uppercase;
	font-size: 14px;
	color: #ddd;
	font-weight: normal;
	letter-spacing: 1px;
}

#case-study-header .row { 
	padding-top: 50px;
	padding-bottom: 50px;
}

#case-study-header h2 { 
	margin-bottom: 8px;
}

#case-study-header h2,
#case-study-header h5 { 
	text-align: center;
}

.case-study-image { 
	padding: 0px;
}

#case-study-images { 
	margin-left: -30px;
	margin-right: -30px;
}


/* New Case Study Section */

.screenshot-row { 
	background: #fff;
	padding-top: 50px;
	padding-bottom: 150px !important;
}

.screenshot-row:last-child { 
	border-bottom: 1px solid #ddd;
}

.screenshot-desktop { 
	min-height: 700px;
	background: url('../img/portfolio/browser-chrome.gif') top center no-repeat; 
	padding-top: 92px !important;
}

.iphone-outline { 
	min-height: 900px;
	padding-top: 99px;
	background: url('../img/portfolio/mobile-chrome.gif') top center no-repeat;
}

.iphone-outline img { 
	display: block;
	margin: 0 auto; 
	border: 1px solid #999;
}

.screenshot-wrapper { 
	height: 590px;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
}

.print-wrapper { 
	text-align: center;
}

.screenshot-desktop img { 
	display: block;
	margin: 0 auto;
	border: 1px solid #999;
}

.table-row { 
	display: table-row;
	width: 100%;
}

.case-study-image { 
	width: 25%;
	display: table-cell;
	vertical-align: middle;
}

.case-study-image img { 
	width: 100%;
	height: auto;
	display: block;
}

.case-study-image.text-block { 
	padding: 40px;
	font-size: 125%;
	color: #fff;
	background: #3cc5bc;
	font-style: italic;
}

.case-study-image .wrapper p { 
	color: #fff;
}

.case-study-image blockquote { 
	border: 0;
	padding: 0;
	margin: 0;
}

.case-study-cta .row { 
	padding-top: 150px !important;
	padding-bottom: 150px !important;
}

/*

    =Footer

*/

#colophon { 
	clear: both;
}

#colophon > div.row {
    background: #333 url('../img/three-seven-light.svg') center center no-repeat;
    background-size: 247px 54px;
    padding: 80px 15px;
    color: #efefef;
    font-size: 14px;
}

body.single-pmets #colophon > div.row { 
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#colophon section.widget {
    width: 25%;
    float: left;
    text-align: center;
}

#colophon a {
    color: #fff;
}

.recommended-maintenance {
	font-size: 80%;
}

.recommended-maintenance h3 { 
	font-size: 16px;
	margin: 20px 0 5px 0;
}

.recommended-maintenance h2 { 
	font-size: 18px;
}

#gform_6 li { 
	margin-bottom: 10px;
	padding-bottom: 0px;
}

ul.gfield_radio input { 
	margin-bottom: 0px !important;
}

#gform_6 span.ginput_price { 
	display: none;
}

body.page-id-967 table { 
	width: 100%;
}

.notice { 
	padding: 15px;
	background: #333;
	color: #fff;
	text-align: center;
	margin: 0 0 30px 0;
}

/*

	Pricing

*/

.price_block ul.features { 
	margin-left: 0px !important;
	background: #f3f3f3;
}

.price_block .footer { 
	background: #ddd;
	border-top: 1px solid #fff;
}

.price_block ul.features li { 
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}

.price_block { 
	display: inline-block;
	width: 33%;
}

.pricing_table { 
	text-align: center;
}

.package_buy_link { 
	background: transparent;
	color: #000 !important;
	border: 3px solid #000;
	padding: 5px 15px;
	font-size: 12px;
	border-radius: 0px;
}

.price_block:hover .package_buy_link { 
	background: #000;
	color: #fff !important;
}

.price_block:hover .price_figure { 
	background: #43D7D9;
}

/**
  * Personas
  */

.persona-shot { 
	width: 250px;
	height: auto;
	border-radius: 100%;
}

.persona-title h2 { 
	margin-top: 0;
}

.persona-title h2 span.title { 
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-transform: none;
}

.problems-list { 
	margin-left: 15px !important;
	padding-left: 0 !important;
}

.problems-list li {
	margin-bottom: 8px;
}

/*
 * New PMETS
 */

.single-pmets .container { 
	background: #f3f3f3;
}

.pmets-container { 
	max-width: 1180px;
	margin: 30px auto;
	margin-top: 30px !important;
	padding: 0 60px 30px 60px;
	background: #fff;
}

#pmets-new-hero { 
	background: url('../img/strategy/37designs-strategy-header.jpg') center center no-repeat;
	background-size: cover;
	padding-top: 150px;
	padding-bottom: 125px;
	text-align: center;
	position: relative;
}

#pmets-new-hero::before { 
	content: '';
	position: absolute;
	display: block;
	background: rgba(0,0,0,.15);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#pmets-new-hero h1 { 
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
	letter-spacing: 1px;
	margin: 0;
}

#pmets-new-hero h5 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
	z-index: 10;
}

.pmets-new-section-intro p,
.pmets-new-section-intro li,
.pmets-new-content-intro p,
.pmets-new-content-intro li,
.pmets-new-section p,
.pmets-new-section li { 
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65em;
}

.pmets-new-section-intro { 
	margin-bottom: 80px;
	background: #fafafa;
	margin-left: -60px;
	margin-right: -60px;
}

.pmets-new-section-intro .row { 
	padding-left: 0;
	padding-right: 0;
}

.pmets-new-section-intro div.col-md-6 { 
	padding: 60px;
}

.pmets-sub-section {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.pmets-sub-section.no-border { 
	border-bottom: 0px;
}

.pmets-sub-section:last-child { 
	border-bottom: 0px;
}

.pmets-new-section-intro h2 span { 
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}

.pmets-new-section-intro h2 strong { 
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	display: block;
}

.pmets-new-section-intro h2 strong::after { 
	display: block;
	border-bottom: 1px solid #333;
	content: '';
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

.pmets-new-content-intro h3 span { 
	font-size: 32px;
	font-weight: 700px;
	margin-bottom: 15px;
	display: block;
}

.pmets-new-content-intro h3 strong {
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #333;
	font-weight: 700;
}


.pmets-new-content-intro h3 strong::after { 
	display: block;
	border-bottom: 1px solid #333;
	content: '';
	margin-bottom: 40px;
	padding-bottom: 40px;
	width: 10%;
}

.pmets-new-content-description { 
	font-size: 20px;
	font-weight: 300px;
}

.pmets-new-content-intro { 
	margin-bottom: 50px;
}

.pmets-table .strategy-table { 
	box-shadow: none;
	box-shadow: 0;
}

.pmets-table .strategy-table th { 
	padding: 30px 20px !important;
}

.pmets-table .strategy-table td { 
	padding: 20px !important;
}

.pmets-table h5 { 
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.pmets-table tr:nth-child(even) td {
	background: #fafafa;
}

.strategy-table th span.title { 
	font-weight: normal;
	text-transform: none;
	display: block;
	padding-top: 5px;
}

.pmets-new-sub-intro h4 span {
	display: block;
}

.pmets-new-sub-intro h4 { 
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 800;
	display: block;
}

.sub-intro-description::after {
	content: '';
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	width: 10%;
	display: block;	
}

.sub-intro-description p { 
	font-size: 14px;
	font-style: italic;
	opacity: 0.8;
}

#pmets-ppp .pmets-section-intro-bg { 
	min-height: 550px;
	background: url('../img/strategy/pmets-ppp.jpg') center center;
	background-size: cover;
}

#pmets-kpis .pmets-section-intro-bg { 
	min-height: 550px;
	background: url('../img/strategy/pmets-metrics.jpg') center center;
	background-size: cover;
}

#pmets-solutions .pmets-section-intro-bg { 
	min-height: 550px;
	background: url('../img/strategy/pmets-solutions.jpg') center center;
	background-size: cover;
}

#pmets-overview .pmets-section-intro-bg { 
	min-height: 675px;
	background: url('../img/strategy/pmets-overview.jpg') center center;
	background-size: cover;
}

#pmets-requirements .pmets-section-intro-bg {
	min-height: 550px;
	background: url('../img/strategy/pmets-requirements.jpg') center center;
	background-size: cover;
}

.pmets-section-icon { 
	text-align: right;
}

.pmets-section-icon img { 
	max-width: 200px;
	height: auto;
	display: inline-block;
}

.ph-project-template-default #mobile-navigation-wrapper, 
.ph-project-template-default #primary-navigation, 
.ph-project-template-default #mobile-masthead { 
	display: none;
}

/*

    media queries

*/

@media screen and (max-width: 1620px) {

   
}

@media screen and (max-width: 1350px) {

	#team-landing-excerpt .row {
		background-size: 80%;
	}
	
	#six-layers-infographic p { 
		font-size: 14px;
	}
   
   	.cta-list li { 
   	 	margin: 0;
   	}
	
   	.cta-list li a {
   		padding: 5px 10px;
   	}
	
	#approach-overview .row {
		background-position: 30% top;
	}
	
	
	#primary-navigation > ul > li > a { 
		padding-left: 15px;
		padding-right: 15px;
	}
   
}

@media screen and (max-width: 1210px and min-width: 1200px) {
	
	#hero-messaging h1 { 
		font-size: 50px;
	}
	
}

@media screen and (max-width: 1200px) { 
	
	#hero-messaging { 
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#hero-messaging h1 { 
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.cta-list li { 
		display: block;
		margin-bottom: 10px;
	}
	
	.cta-list li a { 
		padding: 10px 30px;
	}
	
	#history-continue .row { 
		background-size: 100%;
	}
	
}

@media screen and (max-width: 1025px) { 
	
	#six-layers-infographic span.layer {
		max-width: 300px;
	}
	
	#history-continue .row { 
		background-position: 20% bottom;
	}

	#history-core-values .row {
		background-position: 50% ;
	}
	
	#webdesign-overview .row { 
		background-image: none;
	}
	
}

@media screen and (max-width: 1100px) { 
	
	#primary-navigation > ul > li > a { 
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#primary-navigation #menu-item-1798 { 
		display: none;
	}
	
}

@media screen and (max-width: 1000px) { 

	.screenshot-desktop,
	.screenshot-mobile { 
		background: transparent;
		margin: 0px -30px;
		min-height: auto;
		padding: 30px !important;
		background: #efefef;
		border-bottom: 1px solid #ddd;
	}
	
	.iphone-outline { 
		background: transparent;
		padding: 0px;
	}
	
	.screenshot-wrapper { 
		border: 0px !important;
		min-height: auto;
		padding: 0;
		height: auto;
	}
	
	.screenshot-row img { 
	}
	

}

@media screen and (max-width: 990px) { 
	
	.iphone-outline { 
		min-height: auto;
		margin-bottom: 20px;
	}
	
	
	
	#six-layers-infographic span.layer {
		max-width: 400px;
	}

	#case-study-overview .row { 
		background: #3cc5bc;
	}

	.overview-group-col { 
		padding: 30px !important;
	}
	
	#sixlayers div.row > div { 
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	/* TODO - Make icons at top */
	
	#graphic-design-overview .row, 
	#web-design-overview .row,
	.call-to-action .row {
		background-image: none; 	
	}
	
	/* SECTION - Custom Backgrounds */
	
	#history-continue .row div:first-child,
	#team-landing-excerpt .row div:first-child { 
		display: none;
	}
	
	#team-landing-excerpt .row { 
		padding-top: 50px;
		padding-bottom: 50%;
		background-size: 160%;
	}

	
	#history-continue .row div:nth-child(2) { 
		margin-left: 40%;
	}
	
	#history-continue .row { 
		background-position: bottom left;
	}
	
	#history-began .row div:first-child { 
		padding: 20px;
		margin: 200px 0 0;
		background: rgba(8,36,39,.75);
	}
	
	#history-began .row div:nth-child(2) { 
		display: none;
	}
	
	/* APPROACH */
	
	#approach-overview .row {
		background-position: 44% top;
	}

	/* TEAM MEMBERS */
	
	.team-profile .row.intro {
		padding-left: 0;
	}
	
	.team-profile .row:nth-child(2) { 
		padding-bottom: 375px;
	}
	
	.team-profile .row { 
		padding-left: 0px !important;
	}
	
	.team-profile .row > div { 
		padding-bottom: 0px !important;
	}
	
	.team-profile .col-md-4 { 
		padding-bottom: 0px !important;
	}
	
	article.team-profile .col-md-2 { 
		padding-bottom: 8px !important;
		padding-top: 8px !important;
	}
	
	.team-profile .row.intro h3, .team-profile .row.intro h5 { 
		margin-left: 30px;
	}

}

@media screen and (max-width: 950px) { 
	
	#masthead { 
		display: none !important;
	}
	
	#mobile-masthead,
	#mobile-navigation-wrapper { 
		display: block;
	}

	#colophon > div.row {
		background-position: center 25px;
		padding-top: 150px;
		text-align: center;
	}
	
	#colophon section.widget { 
		border-right: 1px solid #555;
		display: inline-block;
		float: none;
		width: auto;
		padding: 0 15px;
	}
	
	#colophon section.widget:last-child { 
		border-right: 0px;
	}

}

@media screen and (max-width: 768px) { 
		
	#approach-tools-overview .row {
		background-size: 95%;
		padding-bottom: 33%;
	}

	#hero-messaging { 
		text-align: center;
	}

	#hero-messaging h1,
	#hero-messaging h1:nth-child(2) {
		display: inline;
		text-align: center;
		font-size: 42px;
	}
	
	#hero-messaging h1:nth-child(2) {
		padding-left: 10px;
	}
	

	.overview-group-col { 
		padding: 30px !important;
		float: none;
		width: auto;
	}
	
	#differentiators .row div,
	#sixlayers div.row > div {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.call-to-action h3, 
	.call-to-action h5,
	.call-to-action li,
	.call-to-action article { 
		text-align: center;
	}
	
	.call-to-action .row { 
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.call-to-action .overview-group-col:first-child { 
		padding-bottom: 25px;
		margin-bottom: 25px;
		border-bottom: 1px solid #f1f1f1;
	}
	
	.call-to-action li { 
		display: inline-block;
	}
	
	.intro { 
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#history-continue .row div:nth-child(2) { 
		padding: 30px;
		background: rgba(255,255,255,.85);
		margin: 0px 0;
	}
	
	/* APPROACH */
	
	#approach-overview .row {
		background-position: right bottom;
		padding-top: 50px;
		padding-bottom: 0px;
	}
	
	#approach-overview div.row div:first-child,
	#approach-overview h1 br,
	#framework-overview div.row div:first-child  { 
		display: none;
	}
	
	.approach-workflow-content { 
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#six-layers-infographic ul.six-layers li  { 
		position: relative;
	}
	
	#six-layers-infographic ul.six-layers li div,
	#six-layers-infographic ul.six-layers li:nth-child(odd) div {
		float: none !important;
		width: 100%;
		position: absolute;
		text-align: center;
		background: transparent !important;
		bottom: 18px;
		z-index: 900;
		padding: 0px !important;
		background: transparent;
	}
	
	body.home #six-layers-infographic ul.six-layers li div,
	body.home #six-layers-infographic ul.six-layers li:nth-child(odd) div {
		bottom: -10px;
		color: #222;
	}
	
	#six-layers-infographic ul.six-layers li h5 { 
		background: transparent;
		padding: 0;
	}
	
	body.home #six-layers-infographic ul.six-layers li h5 {
		color: #222;
	}
	
	#approach-six-layers div.row > div:nth-child(2) { 
		padding-top: 0px;
	}
	
	.six-layer-descriptor { 
	}

}

@media screen and (max-width: 675px) { 

	.client-list-row li { 
		display: block;
		text-align: center;
		width: auto;
	}
	
	.client-list-row li img { 
		display: block;
		margin: 0 auto;
	}

}

@media screen and (max-width: 600px) { 

	.call-to-action li { 
		display: block;
	}
	
	body.page-id-1777 #page-hero .row { 
		background-size: 175% auto;
		background-color: #2a2a2a;
	}

	#page-hero > .row {
		padding-bottom: 30px;
	}
	
	#page-hero h5 {
		letter-spacing: 2px;
		margin-top: 10px;
	}

}

@media screen and (max-width: 400px) { 
	
	body.page-id-1777 #page-hero .row { 
		background-size: 275% auto;
	}
	
}

#webdesign-overview h3 strong,
#case-study-overview h3 strong {color:#fff; color:rgba(255,255,255,0.8);letter-spacing: 2px;}