/*   
Theme Name: SoFo 2012
Author: Adam Nerland
Author URI: http://www.socialforces.com
Template: thematic
*/




/* -------------------------------------------------------------- 

	Reset default browser CSS.

-------------------------------------------------------------- */
// target small screens (mobile devices or small desktop windows)   
/*@media only screen and (max-width: 480px) {   
 CSS goes here 
#mainMenuContainer{
	width:800px;
	}
}  */   

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}



/* -------------------------------------------------------------- 
   
   Set default typography
     
-------------------------------------------------------------- */   

body, input, textarea {
	color: #555;
	font-family: proxima-nova,"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}



/* Headings
-------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}



/* Text elements
-------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}



/* Pullquotes
-------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/





#googleMap{
	margin:0 auto;
	width: 800px;}



/* -------------------------------------------------------------- 

	Set a basic layout
   
-------------------------------------------------------------- */

body {
}
#mainwrapper {
	padding:30px 0 20px 0;
	width:100%;
	overflow:hidden;
}
#main {
	max-width:960px;
	margin:0 auto;
	position:relative;
}
#container {
	width:100%;
	margin:0;
	float:left;
}
#content {
/*	margin: 0 2.085%;*/
	margin: 0px 6.09%;
}

.main-aside {
	width:25%;
	float:right;
}
#secondary {
	clear:right;
}
#footer {	
	clear:both;
}
#subsidiary {
	margin:0 auto;
}
#subsidiary .aside {
	width:33.333333333333%;
	float:left;
	margin:0;
}
#subsidiary #third {
	margin:0;
}
#siteinfo {
	clear:both;
	margin:0 auto;
	max-width:960px;
}








/* -------------------------------------------------------------- 

	Now time for the good stuff
   
-------------------------------------------------------------- */

iframe {
	background-color:transparent;
	zoom:1;
}
html, body {
	height:100%;
}
body {
	background: #EEE url(images/texturebg.png);
	line-height:1.5;
	overflow-x:hidden;
	font-size:17px;
	text-shadow: 0 2px 0 #FFF;
	zoom:1;
}
#overallwrapper {
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0 auto -130px;
}
#footer, #push {
	height:175px;
}



body::-webkit-scrollbar, body::-webkit-resizer {
    width: 22px;
	height:22px;
	background:#FAFAFA url(images/texturebg.png);
	cursor:pointer;
}
body::-webkit-scrollbar-corner {
	background:#FAFAFA url(images/texturebg.png);
	height:20px;
}
body::-webkit-scrollbar-track {
	background-color:rgba(0,0,0,.1);
	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;
	-webkit-box-shadow: inset 3px 0 6px rgba(0,0,0,0.05);
}

body::-webkit-scrollbar-track-piece {
	background: transparent none;
	margin: 6px 0;
}
body::-webkit-scrollbar-track-piece:horizontal {
	border-right-width: 4px;
	border-bottom-width: 8px;
}
body::-webkit-scrollbar-thumb {
	border: solid 0 transparent;
	border-right-width: 7px;
	border-left-width:7px;
	-webkit-border-radius: 14px 7px;
	-webkit-box-shadow: inset -2px 2px 2px #60B2BF, inset -2px 2px 3px #FFF, inset 1px -1px 5px rgba(0,0,0,0.15), inset 0 0 0 6px #60B2BF;
}
body::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset -2px 2px 2px #E45C91, inset -2px 2px 3px #FFF, inset 1px -1px 5px rgba(0,0,0,0.15), inset 0 0 0 6px #E45C91;
}
body::-webkit-scrollbar-thumb:horizontal {
	border-right-width: 0;
	border-bottom-width: 4px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px 9px;
	-webkit-border-bottom-left-radius: 5px 9px;
}











#clouds {
	display:none;
}
.logged-in #clouds {
	display:block;
}
#clouds{
	padding: 200px 0;
	position:absolute;
	top:0;
	left:0;
}

/*Time to finalise the cloud shape*/
.cloud {
	width: 150px; height: 30px;
	background: #fff;
	
	-webkit-border-top-left-radius: 50px;
	-webkit-border-top-right-radius: 50px;
	-moz-border-radius-topleft: 50px;
	-moz-border-radius-topright: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;

	box-shadow: 1px 1px 0 #C3D4D8, 2px 2px 0 #A8BCC1, 2px 3px 3px rgba(0, 0, 0, .3);
	
	position: relative; 
}

.cloud:before, .cloud:after {
	content: '';xf
	position: absolute; 
	background: #fff;
	width: 80px; height: 40px;
	position: absolute; top: -25px; left: 20px;

	-webkit-border-top-left-radius: 60px;
	-webkit-border-top-right-radius: 60px;
	-moz-border-radius-topleft: 60px;
	-moz-border-radius-topright: 60px;
	border-top-left-radius: 60px;
	border-top-right-radius: 60px;

}

.cloud:after {
	width: 50px; height: 25px;
	top: -20px; left: auto; right: 25px;
}

/*Time to animate*/
.x1 {
	top:100px;
	-webkit-animation: moveclouds 30s linear infinite;
	-moz-animation: moveclouds 30s linear infinite;
	-o-animation: moveclouds 30s linear infinite;
}

.x2 {
	left: 470px; top: -60px;
	
	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	
	-webkit-animation: moveclouds 36s linear infinite;
	-moz-animation: moveclouds 36s linear infinite;
	-o-animation: moveclouds 36s linear infinite;
}

.x3 {
	left: -150px; top: 250px;
	
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	
	-webkit-animation: moveclouds 40s linear infinite;
	-moz-animation: moveclouds 40s linear infinite;
	-o-animation: moveclouds 40s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: -750px;}
	100% {margin-left: 2000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: -1000px;}
	100% {margin-left: 2000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: -1000px;}
	100% {margin-left: 2000px;}
}






/* Links */
a {
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}
a:hover, a:active {
	color:#AB1C15;
}
 a.darkLink {
	color:#AB1C15;
	cursor:pointer;
	text-decoration:none;
}
 a.darkLink:hover, a:active {
	color:#50ADC0;
}
#footer a {
	color:#50ADC0;
	cursor:pointer;
	text-decoration:none;
}
#footer a:hover, a:active {
	color:#fcb606;
}

input[type="text"], input.text, select, textarea {
	font-size: 16px;
	line-height: 28px;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 2px 2px 5px #DDD;
	-moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.35), inset 2px 2px 5px #DDD;
	-webkit-appearance: textfield;
	zoom: 1;
	border-image: initial;
}
input[type="file"] {
	color: #656F70;
	text-shadow: #E6F1F4 0 2px 1px;
}
input[type="text"], input.text, select {
	text-indent: 10px;
	height: 28px;
}
select {
	background: white url(images/selectarrow.png) right center no-repeat;
	padding-right: 26px;
}

h3, h4.entry-title {
	font:48px league-gothic, Impact;
	text-shadow: 0 -1px .99px #111, 0 2px 1px white;
	line-height:1;
	display: block;
	padding:.4em 0;
}
h3, h3 a, h4.entry-title, h4.entry-title a {
	color: #777;
}
h3.entry-title {
	padding:0;
}
h4.entry-title, h4.entry-title a {
	font:42px league-gothic, Impact;
	padding-top:0;
	line-height: 42px;
}
h4 {
	font-size: 22px;
	font-weight: bold;
	color: #666;
}
h3.widgettitle {
	font-family: proxima-nova, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 2px 1px white;
	padding-bottom: 10px;
	color: #888;
}
#social {
	max-width: 940px;
	padding-right: 0;
	margin: 0 auto;
	height: 30px;	
}

#social iframe, #social #___plusone_0 {
	float: left!important;
	margin-right: 10px!important;
	height:23px!important;
}
#requestquote {
	color: #AAAAAA;
	text-shadow: 0 2px 0 white;
	font-family: league-gothic, Impact;
	font-size:20px;	
	line-height:1;
	display:block;
	text-align:center;
	width:72px;
	height:60px;
	background: url(images/requestquotebg.png) center bottom no-repeat;
	position:fixed;
	top:0;
	right:3%;
	text-transform:uppercase;
	padding:10px 12px 0;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-font-smoothing:antialiased;
	z-index: 99998;
}
#requestquote img {
	display:none;
}
#requestquote span {
	display:block;
	margin:0 auto;
}
.logged-in #requestquote {
	margin-top: 28px;
}
#requestquote:hover {
	padding-top:18px;
}

#headerwrapper {
	width:100%;
	background: #9ACED9 url(images/beadboard2.png);
	overflow:hidden;
	box-shadow: inset 0 -10px 75px rgba(0,0,0,.15);
	}
#headerwrapper.headwrapHome {
	width:100%;
	background: #9ACED9 url(images/beadboard2.png);
	overflow:hidden;
	box-shadow: inset 0 -10px 75px rgba(0,0,0,.15);
	
	}
#header {
	max-width:900px;
	margin:0 auto;
}

#branding {
	
	min-width:187px;
	margin: 0 auto;
	overflow:hidden;
	float:left;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	z-index: 900;
	position: relative;
}

#branding img {
	margin: 10px 25px 10px;
    
	padding-right: 79px;
}

#branding h1, #branding span {
	text-align: center;
	display:block;
}





#access {
	float:right;
	margin-top:44px;
	z-index: 900;
	position: relative;
}
.skip-link {
	display:none;
}

.sf-menu {
	display:table;
	float:right;
	margin: 33px auto;
	border-spacing:24px 0;
	-webkit-font-smoothing:antialiased;
}
.sf-menu li {
	display:table-cell;
	list-style:none;
	float:none;
	line-height:1;
}
.ie7 .sf-menu li {
	float:left;
}
.sf-menu li a {
	display:block;
	color:#2dafc6;
	text-shadow: -1px 2px 1px rgba(0,0,0,.15);
	font-size:20px;
	font-weight:bold;
	line-height:30px;
}

.sf-menu li a:hover {
	color:#ad1c15;
}
.button, input[type="button"], input[type="submit"], input[type="reset"] {
	color: #FFF;
	text-shadow: -1px 2px 1px rgba(0, 0, 0, .15);
	margin: 0 12px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-moz-box-shadow: 0 4px 0 #CC7048, 0 8px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 4px 0 #CC7048, 0 8px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 0 #CC7048, 0 8px 6px rgba(0, 0, 0, .15);
	background-color: #F38431;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F39A45), to(#F38431));
	background-image: -webkit-linear-gradient(top, #F39A45, #F38431);
	background-image: -moz-linear-gradient(top, #F39A45, #F38431);
	background-image: -ms-linear-gradient(top, #F39A45, #F38431);
	background-image: -o-linear-gradient(top, #F39A45, #F38431);
	background-image: linear-gradient(top, #F39A45, #F38431);
	height: 30px;
	line-height:30px;
	padding: 0 18px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	border:0;
	cursor:pointer;
	-webkit-font-smoothing:antialiased;
}
.button:hover, .button:active, .button:focus {
	color:#FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F38431), to(#F39A45));
	background-image: -webkit-linear-gradient(top, #F38431, #F39A45);
	background-image: -moz-linear-gradient(top, #F38431, #F39A45);
	background-image: -ms-linear-gradient(top, #F38431, #F39A45);
	background-image: -o-linear-gradient(top, #F38431, #F39A45);
	background-image: linear-gradient(top, #F38431, #F39A45);
}
.button:active, .button:focus {
	position:relative;
	top:2px;
	-moz-box-shadow: 0 2px 0 #CC7048, 0 4px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 0 #CC7048, 0 4px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 0 #CC7048, 0 4px 6px rgba(0, 0, 0, .15);
}


.button i {
	font-style:normal;
}
.button.alignright {
	display:block;
	float:right;
}
.button.alignleft {
	display:block;
	float:left;
}
.button.blue {
	background-color: #66C3D3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#47BDCF), to(#66C3D3));
	background-image: -webkit-linear-gradient(top, #47BDCF, #66C3D3);
	background-image: -moz-linear-gradient(top, #47BDCF, #66C3D3);
	background-image: -ms-linear-gradient(top, #47BDCF, #66C3D3);
	background-image: -o-linear-gradient(top, #47BDCF, #66C3D3);
	background-image: linear-gradient(top, #47BDCF, #66C3D3);
	-moz-box-shadow: 0 4px 0 #399299;
	-webkit-box-shadow: 0 4px 0 #399299;
	box-shadow: 0 4px 0 #399299;
}
.button.blue:hover, .button.blue:active, .button.blue:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#66C3D3), to(#47BDCF));
	background-image: -webkit-linear-gradient(top, #66C3D3, #47BDCF);
	background-image: -moz-linear-gradient(top, #66C3D3, #47BDCF);
	background-image: -ms-linear-gradient(top, #66C3D3, #47BDCF);
	background-image: -o-linear-gradient(top, #66C3D3, #47BDCF);
	background-image: linear-gradient(top, #66C3D3, #47BDCF);
}
.button.blue:active, .button.blue:focus {
	-moz-box-shadow: 0 2px 0 #399299, 0 4px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 0 #399299, 0 4px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 0 #399299, 0 4px 6px rgba(0, 0, 0, .15);
}
.button.pink {
	background-color: #EC5A8E;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EC5A8E), to(#EB277C));
	background-image: -webkit-linear-gradient(top, #EC5A8E, #EB277C);
	background-image: -moz-linear-gradient(top, #EC5A8E, #EB277C);
	background-image: -ms-linear-gradient(top, #EC5A8E, #EB277C);
	background-image: -o-linear-gradient(top, #EC5A8E, #EB277C);
	background-image: linear-gradient(top, #EC5A8E, #EB277C);
	-moz-box-shadow: 0 4px 0 #C0366E, 0 4px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 4px 0 #C0366E, 0 4px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 4px 0 #C0366E, 0 4px 6px rgba(0, 0, 0, .15);
}
.button.pink:hover, .button.pink:active, .button.pink:focus {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EB277C), to(#EC5A8E));
	background-image: -webkit-linear-gradient(top, #EB277C, #EC5A8E);
	background-image: -moz-linear-gradient(top, #EB277C, #EC5A8E);
	background-image: -ms-linear-gradient(top, #EB277C, #EC5A8E);
	background-image: -o-linear-gradient(top, #EB277C, #EC5A8E);
	background-image: linear-gradient(top, #EB277C, #EC5A8E);
}
.button.pink:active, .button.pink:focus {
	-moz-box-shadow: 0 2px 0 #C0366E, 0 4px 6px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 0 #C0366E, 0 4px 6px rgba(0, 0, 0, .15);
	box-shadow: 0 2px 0 #C0366E, 0 4px 6px rgba(0, 0, 0, .15);
}




.button.subhead {
	margin:0 0 36px;
	font-size:25px;
	line-height:1;
	padding:4px 0;
	-moz-border-radius: 19px;
	-webkit-border-radius: 19px;
	border-radius: 19px;
}
.mini-casestudy .button {
	clear: both;
	margin: 20px 8px 3px 0;
	font-size: 20px;
}
.button.emailsignup {
	display:block;
	float:left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	color: #AAA;
	text-shadow: 0 2px 0 white;
	background-color: #E7E7E7;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E7E7E7));
	background-image: -webkit-linear-gradient(top, #F6F6F6, #E7E7E7);
	background-image: -moz-linear-gradient(top, #F6F6F6, #E7E7E7);
	background-image: -ms-linear-gradient(top, #F6F6F6, #E7E7E7);
	background-image: -o-linear-gradient(top, #F6F6F6, #E7E7E7);
	background-image: linear-gradient(top, #F6F6F6, #E7E7E7);
	-moz-box-shadow: 2px 2px 0 #BBB, 0 1px 5px #BBB;
	-webkit-box-shadow: 2px 2px 0 #BBB, 0 1px 5px #BBB;
	box-shadow: 2px 2px 0 #BBB, 0 1px 5px #BBB;
}
#emailsignup {
	background-image: url(images/bigspeechbubble-middle.png);
	background-position: center -60px;
	color: #656F70;
	text-shadow: 0 2px .99px #E6F1F4;
	font-size: 18px;
	font-weight: bold;
	width:400px;
	overflow:hidden;
	padding:3% 0;
}
#emailsignup iframe {
	width:400px;
	border:none;
}
#toparea {
	max-width:900px;
	margin:0 auto;
	padding:0 5.5555555555%;
	clear:both;
	position:relative;
}

#sliderhalf {
	/*width: 56.25%;*/
	position: relative;
	float: left;
	height: 0;
	padding-bottom: 49%;
}
.post-type-archive-portfolio #sliderhalf {
	padding-bottom: 40%;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0; overflow:hidden;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.slide1 {display:block;width:100%;float:left;}
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}




.home .flexslider .slides { width: 1200%; }
.home .flexslider .slides > li {width:8.3333333333333%!important }

.page-id-17 .flexslider .slides { width: 1400%; }
.page-id-17 .flexslider .slides > li {width:7.142857142857143%!important }

.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}
.embed-container.contact {
	padding-bottom:75%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul.slides {
	margin:0;
	padding:0;
	list-style:none;
}
.flexslider {
	width: 78%!important;
	margin:0 10.1%;
	padding:10.1% 0;
	position: absolute;
	top: 0;
	left:0;
}
.iPad {
	width:100%;
	position:relative;
}
.slideimage {
	width:100%;
	position:relative;
}
ul.flex-direction-nav {
	display: inline;
	list-style: none;
}
#sliderhalf .flex-prev img, #sliderhalf .flex-next img {
	width:7.5%;
	position:absolute;
	top:39%;
	-moz-transition: all .75s ease;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}
#sliderhalf .flex-prev img {
	left:-9%;
}
#sliderhalf .flex-next img {
	right:-9%;
}
#map_shadowwrapper {
	z-index:1;
	width:100%;
	position:relative;
}
#map_shadowwrapper::before, #map_shadowwrapper::after {
	z-index:-1;
	content: '';
	position: absolute;
	width: 30%;
	top: 50%;
	bottom: 10px;
	-moz-border-radius: 100px / 25px;
	border-radius: 100px / 25px;
	-webkit-box-shadow: 0 20px 15px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 20px 15px rgba(0,0,0,0.25);
	box-shadow: 0 20px 15px rgba(0, 0, 0, 0.25);
}
#map_shadowwrapper::before {
	left:2.5%;
}
#map_shadowwrapper::after {
	right:2.5%;
}

#map_wrapper {
	width:100%;
	position:relative;
}
#map_wrapper::after {
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(images/maptexture.png), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,.12)));
	background: url(images/maptexture.png), -webkit-linear-gradient(-15deg, transparent 0%, transparent 25%, rgba(0, 0, 0, .18) 100%);
	background: url(images/maptexture.png), -moz-linear-gradient(-15deg, transparent 0%, transparent 25%, rgba(0, 0, 0, .18) 100%);
	background: url(images/maptexture.png), -o-linear-gradient(-15deg, transparent 0%, transparent 25%, rgba(0, 0, 0, .18) 100%);
	background: url(images/maptexture.png), -ms-linear-gradient(-15deg, transparent 0%, transparent 25%, rgba(0, 0, 0, .18) 100%);
	background: url(images/maptexture.png), linear-gradient(-15deg, transparent 0%, transparent 25%, rgba(0, 0, 0, .18) 100%);
	background-size:auto, 33.6% 100%;

	z-index:10;
}

#map_canvas {
	font-size: 15px;
	line-height: 1.25;
	position:relative;
	overflow:visible!important;
	padding-bottom: 72%;
	height: 0;
	width:100%;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3), 0 2px 12px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3), 0 2px 12px rgba(0, 0, 0, .3);
	box-shadow: 0 0 4px rgba(0, 0, 0, .3), 0 2px 12px rgba(0, 0, 0, .3);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 8px solid #FFF;
	background-color:#A7BEDF;
}
#map_canvas > div {
	outline: 1px solid #E0E0E0;
	border: 4px solid white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#map_canvas > div > div:first-child {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
}
.officepics {
	position:relative;
	width:95%;
	margin:0 auto;
}
.officepics .flex-direction-nav {
	width:100%;
	display:block;
	margin:0;
	position:absolute;
	top:35%;
}
.officepics .flex-prev img, .officepics .flex-next img {
	width:4.3478260869565%;
	position:absolute;
	top:0;
	-moz-transition: all .75s ease;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}
.officepics .flex-prev img {
	left:-4%;
}
.officepics .flex-next img {
	right:-4%;
}
.carousel-disabled img {
	opacity:.5!important;
	cursor:default;
}
#ourpartners #logoslider {
	position:relative;
	margin:-2% 0 0 0;
	padding:0;
	width:50%!important;
	float:right;
}
#officepics {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%!important;
}
#logoslider img {
	width:33.3333333%;
	float:left;
}
.ie7 #logoslider img, .ie8 #logoslider img {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod='crop',src='images/texturebg.png');
}
.ie7 #logoslider img {
	width:33%;
}
#contenthalf {
	/*width:35.4166666666667%;*/
	float:right;
	margin: 1.0416666666667%;
	padding-bottom: 2em;
	display:table-cell;
}

#toparea h2, #toparea h1 {
	font-size:56px;
	font-weight:bold;
	text-shadow: 0 2px 0 rgba(217, 234, 238, .5), 0 3px 0 rgba(197, 219, 224, 0.49), 2px 4px 4px rgba(0, 0, 0, .25);
	text-transform:uppercase;
	color:#FFF;
	line-height:.9;
	margin:.25em 0;
}
#teamphotos h2, #teamphotos h1 {
	margin: .5em 0 .25em;
}

.topcontent {
	font-size:18px;
	line-height:1.3;
	background: url(images/tealtexture.png);
	padding:.5em 1em .75em;
	color:#FFF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #ADD6DE;
	-moz-box-shadow: 0 1px 2px rgba(255,255,255,.5), inset 0 0 6px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 1px 2px rgba(255,255,255,.5), inset 0 0 6px rgba(0,0,0,.25);
	box-shadow: 0 1px 2px rgba(255,255,255,.5), inset 0 0 6px rgba(0,0,0,.25);
	text-shadow: 0 -2px 0 rgba(0, 0, 0, .15);
	overflow:hidden;
	width:830px;
	/*margin-left: -545px;*/
	margin:0 auto;
}
.topcontent p {
	margin:9px 0;
}

.topcontent .button {
	margin-right:0;
}



#belowheaderwrapper {
	margin-top:-10px;
	background: url(images/bottomshadow.png) center top repeat-x;
	overflow:hidden;
	clear:both;
	z-index: 1000;
	position: relative;	
}
#belowheader {
	margin:2px auto 0;
	max-width: 900px;
}
#belowheader li {
	width:18%;
	margin:0 6.5%;
	float:left;
	list-style:none;
	height:115px;
	text-align:center;
	font-size:13px;
	line-height:1;
	font-weight:bold;
	text-shadow: -1px 2px 1px rgba(0,0,0,.15);
}
.home #belowheader li {
	height:165px;
}
#belowheader li span {
	background-repeat: no-repeat;
}
#belowheader li .bottom a {
	color:#FFF;
	display:block;
	margin:0 auto;
	width:90%;
	max-width:130px;
	height:85px;
	padding-top: 4px;
}
.home #belowheader li .bottom a {
	height:135px;
	padding-top:0;
}
#belowheader li .top {
	background-position:center top;
	display:block;
	height:15px;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#belowheader li:hover .top {
	height:30px;
}
#belowheader li .bottom {
	display:block;
	background-position:center bottom;
}
#belowheader li.orange {
	margin: 0 0 0 3.5%;
}
#belowheader li.teal span.top, #belowheader li.teal span.bottom {
	background-image: url(images/ribbon-teal.png);
}
#belowheader li.pink span.top, #belowheader li.pink span.bottom {
	background-image: url(images/ribbon-pink.png);
}
#belowheader li.green span.top, #belowheader li.green span.bottom {
	background-image: url(images/ribbon-green.png);
}
#belowheader li.orange span.top, #belowheader li.orange span.bottom {
	background-image: url(images/ribbon-orange.html);
}
#belowheader li img {
	display:block;
	margin:0 auto 12px;
	width:88px;
}

.whyicon {
	width: 25%;
	float: left;
	margin-right: 3%;
}
.whyparagraph {
	float: right;
	width: 72%;
}
.whyparagraph p {
	clear:both;
}
.page-id-4 #toparea {
	max-width:900px;
}
.page-id-4 #toparea h1 {
	font-size:72px;
	margin-top:0;
}
.page-id-4 .entry-content h3 b {
	font-weight:normal;
}
.page-id-4 .entry-content h3 span {
	display:block;
	float:left;
	white-space:nowrap;
}
.page-id-17 #toparea, .page-id-6 #toparea {
	padding:0;
	max-width:1120px;
}
.ie7.page-id-17 #toparea {
	overflow:hidden;
	width:100%;
	max-width:100%;
}

#footer {
	background-image: url(images/footerbg.png);
	overflow:hidden;
}
#siteinfo {
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing:1px;
	text-shadow: -1px -1px 0 rgba(0,0,0,.35);
}
#siteinfo #copyright {
	display:table;
	width:94%;
	margin:0 auto;
	clear:both;
	text-transform: lowercase;
    font-size: 0.9em;
}
#siteinfo #copyright {
	margin:0 auto;
}
#copyright .textbrand {text-transform:none;}
}
#siteinfo #copyright div {
	display:table-cell;
	line-height:1.2;
	vertical-align:middle;
}
.ie7 #siteinfo #copyright div {
	font-size:12px;
	display:inline!important;
	margin:0 10px!important;
}
#siteinfo #copyright div {
	white-space: nowrap;
	font-size:13px;
	color:#BBB;
}
#siteinfo #copyright div.spacer {
	display:table-cell;
	white-space: nowrap;
	width:10%;
}
#siteinfo #banner span {
	font-size:14px;
	background-color:#454545;
	padding:0 13px;
	text-shadow: -1px 3px 1px rgba(0,0,0,.25);
	font-weight:bold;
}
#siteinfo #banner span span {
	color:#F06592;
	padding:0;
}
#siteinfo #banner div {
	float:left;
	width:15%;
}
#siteinfo #banner .left {
	background: url(images/bottomribbon.png) left 20px no-repeat;
	height:66px;
}
#siteinfo #banner .middle {
	padding: 28px 0;
	background: url(images/bottomribbon.png) center 20px no-repeat;
	width:70%;
}
#siteinfo #banner .right {
	background: url(images/bottomribbon.png) right 20px no-repeat;
	height:66px;
}







.hr {
	margin: 64px 0 64px -200%;
	width: 500%;
	position:relative;
	height: 0;
	z-index:-199;
	clear: both;
}
.hr span {
	position: relative;
	display: block;
	border: none;
	height: 780px;
	z-index: -200;
	margin: 0;
	padding: 0;
	_display: none;
	border-image: initial;
	background: url(images/hrbg-scalloped1.png);
}
.hr2 {
	margin:36px 0;
	position: relative;
	height: 0;
	border-top: 1px solid #CCC;
	border-bottom: 2px solid #FFF;
	z-index: -200;
	clear:both;
	width:100%;
}
.single-post .hr2 {
	margin: 24px 0;
}
.hr2 span {
	position: absolute;
	display: block;
	border: none;
	height: 47px;
	top: -47px;
	z-index: -201;
	margin: 0;
	padding: 0;
	_display: none;
	border-image: initial;
}
.hr2 .first {
	background: no-repeat url(images/hr2-left.png);
	width: 80px;
	left: 0;
}
.hr2 .second {
	background: no-repeat url(images/hr2-right.png);
	width: 80px;
	right: 0;
}
.hr2 .third {
	position: relative;
	margin-left: 80px;
	margin-right: 80px;
	background: url(images/hr2-middle.png);
}
.clear {
	clear:both;
}

#content h2 {
	display:block;
	width:100%;
	font-family:league-gothic, Impact;
	text-shadow: 0 -2px .99px #555, 0 2px 1px white;
	color:#7F7F7F;
	line-height:1;
	text-transform:uppercase;
	font-size:80px;
}
.left {
	width: 36.9565217391304%;
	float:left;
}
.right {
	width:63.0434782608696%;
	float:left;
}
#recentwork h2 {
	font-size: 83px;
	letter-spacing: 1px;
}
#secondheader {
	overflow:hidden;
}
#secondheader h2, #ourprocess h2, #whysofo h2, #ourteam h2, #sofohq h2, #ourwork h2, #sofosxsw h2 {
	margin-top:0;
	width: 40.2173913043478%;
	float: left;
	min-width:320px;
	margin-bottom:18px;
}
#ourpartners div, #sofosxsw h2 {
	float: left;
	width: 47%;
}
#recentwork h2 {
	width:47%;
}
#ourwork {
	margin: 0 2.085%;
}
#whysofo h2, #ourteam h2, #sofohq h2 {
	width: 40.2173913043478%;
	min-width:350px;
}
#ourwork h2 {
	width: 42.3913043478261%;
	min-width:360px;
}
#soforotc h2 {
	float: left;
	width: auto;
	clear: none;
}
#soforotc h2.rotc {
	width:36.7391304347826%;
}
#soforotc h2.stripes {
	width:63.2608695652174%;
}
#contactus {
	width:50%;
	float:left;
}
#recentwork-images, #contest-examples {
	width: 104.4%;
	margin-left: -2.2%;
	clear:both;
	overflow:hidden;
}
.post-type-archive-portfolio #content {
	margin:0;
}
#contacticons {
	width:50%;
	float:left;
	margin-top:-2%;
}
#contacticons img {
	width:30.3333333%;
	float:left;
	margin:0 1.5%;
	position:relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#contacticons img:hover {
	top:4px;
}
.ie7 #contacticons img {
	margin:0 1.25%;
}
#recentwork span, .post-type-archive-portfolio div.type-portfolio {
	display:block;
	position:relative;
	float:left;
}
.recentworkimage, .post-type-archive-portfolio div.type-portfolio {
	background-color:#FFF;
	width:19%;
	margin:3%;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	position:relative;
}
.recentworkimage:before, .post-type-archive-portfolio div.type-portfolio:before, .portfoliocolumn .image:before, #officepics .image:before, .page-template-allpostsarchive-php .image:before, .textwidget .fb_iframe_widget:before,
.recentworkimage:after, .post-type-archive-portfolio div.type-portfolio:after, .portfoliocolumn .image:after, #officepics .image:after, .page-template-allpostsarchive-php .image:after, .textwidget .fb_iframe_widget:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 0;
	width: 50%;
	height: 20px;
	-webkit-box-shadow: 0 20px 10px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 20px 10px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 10px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.recentworkimage:after, .post-type-archive-portfolio div.type-portfolio:after, .portfoliocolumn .image:after, #officepics .image:after, .page-template-allpostsarchive-php .image:after, .textwidget .fb_iframe_widget:after {
	right: 0;
	left: auto;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}



.ie7 .recentworkimage, .ie7.post-type-archive-portfolio div.type-portfolio {
	margin:2.91%!important;
}
.ie8 .recentworkimage, .ie8.post-type-archive-portfolio div.type-portfolio {
	border: 2px solid #DDD;
	box-sizing:border-box;
}
#recentwork span.recentworkinfo {
	width:22%;
	margin: 3% 3% 0 0;
}
.recentworkimage a, .post-type-archive-portfolio div.type-portfolio a {
	width: 90%;
	display: block;
	margin: 5% auto;
	position:relative;
	overflow:hidden;
	color:#FFF;
	background-color: #E8E8E8;
	padding: 1px;
}
.recentworkimage img, .post-type-archive-portfolio div.type-portfolio img {
	display:block;
	width:100%;
	height:auto!important;
}
#recentwork span .imagetitle, .post-type-archive-portfolio div.type-portfolio .imagetitle {
	margin: 0 0 -3em 0;
	display: block;
	float: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 13px;
	line-height: 1;
	background:#000;
	background: rgba(0, 0, 0, .75);
	width:100%;
	height: 2.8em;
	position: absolute;
	bottom: 0;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-shadow:0 1px 0 #000;
}
#recentwork span a:hover .imagetitle, .post-type-archive-portfolio div.type-portfolio a:hover .imagetitle {
	margin-bottom:0;
}

#recentwork span .imagetitle b, .post-type-archive-portfolio div.type-portfolio .imagetitle b {
	display:block;
	padding:.4em;
}
#recentwork span .imagetitle b:hover, .post-type-archive-portfolio div.type-portfolio .imagetitle b:hover {
	text-decoration:underline;
}

#speechbubble {
	width: 97.75%;
	margin: 18px auto 0;
	color: #656F70;
	text-shadow: 0 2px .99px #E6F1F4;
	font-size: 20px;
	font-weight: bold;
}
#container #speechbubble {
	width:102%;
	margin-left:-1%;
	margin-top: 18px;

}
#speechbubble .left, #speechbubble .right {
	display:block;
	float:left;
	height:82px;
}
#speechbubble .left {
	background: url(images/speechbubble.png) left top no-repeat;
	width:25%;
}
#speechbubble .right {
	background: url(images/speechbubble.png) right top no-repeat;
	width:75%;
	padding-top:11px;
}
.ie7 #speechbubble .right {
	width:74%;
}
#speechbubble .right span i {
	font-style:normal;
}
#speechbubble div p {
	width: 128.333333%;
	margin-left: -28.333333%;
}
#speechbubble div p .button {
	font-size:20px;
}
#bigspeechbubble-top {
	width:100%;
	margin-top:2%;
	overflow:hidden;
	display:table;
	clear:both;
}
#bigspeechbubble-top div {
	height:60px;
	float:left;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#bigspeechbubble-top .left {
	background: url(images/bigspeechbubble.png) left top;
	width:8%;
	display:table-cell;
	float:none;
}
.ie7 #bigspeechbubble-top .left {
	float:left;
}
#bigspeechbubble-top .right {
	background: url(images/bigspeechbubble.png) right top;
	width:8%;
	display:table-cell;
	float:none;
}
.ie7 #bigspeechbubble-top .right {
	float:left;
	width:7%;
}
#bigspeechbubble-top .middle {
	width:84%;
	overflow:hidden;
	display:table-cell;
	float:none;
}
.ie7 #bigspeechbubble-top .middle {
	float:left;
}
#bigspeechbubble-top .arrow {
	width:200%;
}
#bigspeechbubble-top .arrow .arrow {
	background: url(images/bigspeechbubble.png) center top;
	width:59.75%
}
#bigspeechbubble-top .arrow .spacer {
	width: 50%;
	background: url(images/bigspeechbubble.png) -30px top;
}
#bigspeechbubble-top.hiresofo .arrow .arrow {
	width:59.75%
}
#bigspeechbubble-top.sofojobs .arrow .arrow {
	width:79.25%;
}
#bigspeechbubble-top.intern .arrow .arrow {
	width:98.75%;
}
#bigspeechbubble-top.soconinfo .arrow .arrow {
	width:50%;
}
#bigspeechbubble-bottom {
	width: 100%;
	margin: 0;
	display: table;
	overflow: hidden;
	margin-bottom: 3%;
}
#bigspeechbubble-bottom div {
	height:30px;
	display:table-cell;
	float:none;
}
.ie7 #bigspeechbubble-bottom div {
	float:left;
}
#bigspeechbubble-bottom .left {
	background: url(images/bigspeechbubble.png) left bottom;
	width:8%;
}
#bigspeechbubble-bottom .right {
	background: url(images/bigspeechbubble.png) right bottom;
	width:8%;
}
.ie7 #bigspeechbubble-bottom .right {
	width:7%
}
#bigspeechbubble-bottom .middle {
	background: url(images/bigspeechbubble.png) center bottom;
	width:84%;
}
#bigspeechbubble {
	width:100%;
	color: #656F70;
	text-shadow: 0 2px .99px #E6F1F4;
	font-size: 20px;
	font-weight: bold;
	overflow:hidden;
	display:table;
}
#bigspeechbubble div {
	display: table-cell;
	float: none;
	vertical-align: middle;
	background-image: url(images/bigspeechbubble-middle.png);
	width:8%;
}
.ie7 #bigspeechbubble div {
	display:none
}
#bigspeechbubble .left {
	background-position:left -60px
}
#bigspeechbubble .right {
	background-position:right -60px;
}
#bigspeechbubble .main {
	width:84%;
	background-image: url(images/bigspeechbubble-middle.png);
	background-position:center -60px;
}
.ie7 #bigspeechbubble .main {
	width:99%;
	display:block;
	float:left;
}
#bigspeechbubble p.wufoowrapper {
	width: 100%!important;
	display:block;
	margin: 0 auto;
	max-width: 550px!important;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow:hidden;
	height:0;
}
.ie7 .wufoowrapper iframe {
	width:550px!important;
}
#bigspeechbubble.soconinfo p.wufoowrapper {
	overflow:visible;
}
#bigspeechbubble.soconinfo p.wufoowrapper {
	max-width:none!important;
}
#bigspeechbubble.hiresofo p#hiresofo-p,
#bigspeechbubble.sofojobs p#sofojobs-p,
#bigspeechbubble.intern p#intern-p,
#bigspeechbubble.soconinfo p.wufoowrapper {
	height:auto;
}
#hiresofo, #sofojobs, #intern {
	position: relative;
	top: -30px;
}
#bigspeechbubble h2 {
	font-family: proxima-nova,sans-serif;
	font-size:42px;
	color: #FFF;
	text-shadow: 0 -1px .99px #656F70, 0 2px 1px #BDD9E2;
	margin-bottom: 28px;
	font-weight:bold;
}
#bigspeechbubble form.wufoo div {
	display: block;
	float: left;
	background-image:none;
	width: 66.66666%;
}
#bigspeechbubble form.wufoo div.hr2 {
	width:100%;
	margin: 12px 0 32px;
}
#wufooFormr7p7a7 {
	width:110%!important;
	margin-left:-5%;
}

.insetbutton {
	background-color:#CCC;
    background-color:rgba(0,0,0,.16);
    border-radius:14px;
    box-shadow:inset 0 2px 10px rgba(0,0,0,.35);
    clear: both;
    color: #666;
    direction:rtl;
    display:block;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    margin-top: 36px;
    overflow: hidden;
    text-decoration: none;
    text-shadow: 0 2px .99px #E6E6E6;
    text-transform: uppercase;
    width: 100%; 
    white-space: nowrap;
}
.insetbutton:hover {
	background-color:#AFD6E0;
	background-color:rgba(54,162,191,.35);
	color: #656F70;
	text-shadow: 0 2px .99px #E6F1F4;
}
.link {
	display:inline-block;
	vertical-align:top;
	line-height:50px;
	margin:0 5% 0 2%;
}
.insetbutton div.arrows{
	display:inline-block;
	background: url(images/arrows.png) 0 0 repeat-x;
	width:100%;
	height: 50px;
	bottom: 0;
    -webkit-animation: spinBack .3s ease 1 alternate;
    -moz-animation: spinBack .3s ease 1 alternate;
    -o-animation: spinBack .3s ease 1;
    animation: spinBack .3s ease 1 alternate;
	-webkit-mask:
		-webkit-linear-gradient(
			left,rgba(255,255,255,0),rgba(255,255,255,1) 2.5%,rgba(255,255,255,1) 97.5%,rgba(255,255,255,0)
		);
}
.insetbutton:hover div.arrows{
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
	0%{ background-position: 0 0; }
	100%{ background-position: 120px 0; }
}
@-webkit-keyframes spinBack {
	0%{ background-position: 40px 0; }
	100%{ background-position: 0 0; }
}
@-moz-keyframes spin {
	0%{ background-position: 0 0; }
	100%{ background-position: 120px 0; }
}
@-moz-keyframes spinBack {
	0%{ background-position: 40px 0; }
	100%{ background-position: 0 0; }
}
@-o-keyframes spin {
	0%{ background-position: 0 0; }
	100%{ background-position: 120px 0; }
}
@-o-keyframes spinBack {
	0%{ background-position: 40px 0; }
	100%{ background-position: 0 0; }
}
@keyframes spin {
	0%{ background-position: 0 0; }
	100%{ background-position: 120px 0; }
}
@keyframes spinBack {
	0%{ background-position: 40px 0; }
	100%{ background-position: 0 0; }
}

#processarrows {
	clear:both;
}
#processarrows ol {
	margin:0;
	margin-left:-20px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#processarrows li {
	display:block;
	list-style: none;
	float: left;
	width:16%;
	margin:0 2%;
	position:relative;
	height:59px;
	padding-top:11px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	cursor:pointer;
}

#processarrows li span {
	width:30px;
	height:70px;
	position:absolute;
	top:0;
	right:-30px;
	background:url(images/process-arrows.png) right top no-repeat;
}
#processarrows li b {
	color:#FFF;
	text-transform:uppercase;
	font-family:league-gothic, Impact;
	line-height:1;
	font-size:24px;
	text-shadow: 1px 3px 2px #888, -1px 2px 0 #787878;
	font-weight:normal;
	text-align:center;
	display:block;
	height:70px;
	position:relative;
	z-index:1;
	padding-left:18px;
	width:100%;
	min-width:80px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	overflow:hidden;
}
#processarrows li i {
	font-style:normal;
	position:relative;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
#processarrows li p {
	font-size:14px;
	line-height:1.25;
	width: 120%;
	position: absolute;
	top: 0;
	right: -160%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	margin-top:9px;
	text-shadow:0 1px 0 #F2F2F2;
}
#processarrows li div {
	width: 100%;
	overflow: hidden;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	background:url(images/process-arrows.png);
}

#processarrows ol:hover li {
	width:11%;
}
#processarrows ol li:hover {
	width:36%;
}
#processarrows ol li:hover div {
	background-position:0 -70px;
}
#processarrows ol li:hover span {
	background-position:right -70px;
}
#processarrows ol li:hover b {
	width:35%;
}
#processarrows ol li:hover p {
	right:0;
	width: 60%;
	background:none;
	text-shadow:0 1px 0 #F2F8F9;
}



.mini-casestudy h3.entry-title {
	clear:none;
	padding:.4em 0;
}
div.mini-casestudy-image {
	width: 45.6521739130435%;
	position: relative;
	float: left;
	margin-right:3%;
	padding-bottom:3%;
}
.evenpost div.mini-casestudy-image {
	float:right;
	margin-right:0;
	margin-left:3%;
}
.single-portfolio div.mini-casestudy-image {
	width: 58.695652173913%;
}
img.mini-casestudy-image {
	width: 78%;
	margin: 0 10.1%;
	padding: 10.1% 0;
	position: absolute;
	top: 0;
	left: 0;
}
.mini-casestudy .icon {
	font: 26px league-gothic, Impact;
	color: #777;
	overflow:hidden;
	line-height:.9;
	width:50%;
	float:left;
	text-transform:uppercase;
	text-shadow: 0 2px .99px #FFF;
}
.single-portfolio .mini-casestudy .icon {
	width:66.6666666%;
}
.mini-casestudy .icon img {
	width:36%;
	display: block;
	float: left;
	margin-bottom:12px;
}
.mini-casestudy .icon b {
	font-weight:normal;
	font-size:42px;
	text-shadow: 0 -1px .99px #111, 0 2px 1px white;
	display: block;
	padding-top: 6%;
	letter-spacing:1px;
	text-indent: -1px;
}
.mini-casestudy-content {
	overflow:hidden;
}




#teamphotos {
	position: relative;
	margin: 0 auto;
	clear:both;
	text-shadow:0 1px 0 #F2F8F9,-1px 2px 1px #C8E3EC;
}
#teamphotos h2, #teamphotos h1 {
	font-size:45px;
}
#teamphotos_ol {
	/* initial position */
	left: -25%;
	width:150%;
	position:relative!important;
	padding:0;
}

#teamphotos_ol.active {
	left:0!important;
	margin-left:0!important;
}
#teamphotos_ol.transition {
	-moz-transition: all .75s ease;
	-o-transition: all .75s ease;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}
    
#teamphotos_ol > li {
	display: block;
	width:100%;
	float:left;
	position:absolute;
	-moz-transition: position,left 1.5s ease;
	-o-transition: position,left 1.5s ease;
	-webkit-transition: position,left 1.5s ease;
	transition: position,left 1.5s ease;
}
#teamphotos_ol > li#hidden {
	position:relative;
	z-index:-9999;
}
#teamphotos_ol > li#rachel {
	left:0;
}
#teamphotos_ol > li#kris {
	left:15%;
}
#teamphotos_ol > li#kate {
	left:30%;
}
#teamphotos_ol > li#carl {
	left:45%;
}
#teamphotos_ol > li#adam {
	left:60%;
}
#teamphotos_ol > li#jonathan {
	left:75%;
}
#teamphotos_ol > li img {
	width:22.5%;
	margin-left: 0;
	-moz-transition: width,height,position,top,left 1s ease;
	-o-transition: width,height,position,top,left 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	position: relative;
	z-index: 100;
	opacity:1;
	cursor:pointer;
}
.iphone #teamphotos_ol > li img {
	-webkit-transform: translateZ(0);
}
#teamphotos_ol > li img.face {
	position:absolute;
	top:0;
	left:0;
}
#teamphotos_ol > li img.hover,
#teamphotos_ol > li:hover img.front,
#teamphotos_ol > li:hover img.face {
	position:absolute;
	top:0;
	left:0;
	z-index:-100;
	opacity:0;
}
.ie7 #teamphotos_ol > li img.hover,
.ie7 #teamphotos_ol > li:hover img.front,
.ie7 #teamphotos_ol > li:hover img.face {
	display:none;
}

#teamphotos_ol > li:hover img.hover {
	position:relative;
	z-index:101;
	opacity:1;
}
.ie7 #teamphotos_ol > li:hover img.hover {
	display:block;
}
#teamphotos_ol > li img.hover:hover {
	top:-7px;
}
#teamphotos_ol > li .li-wrap {
	margin-bottom: 25%;
	height: 0;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

#teamphotos li div.teamcontentwrap {
	position: absolute;
	top: 5%;
	left: 8%;
	width: 58%;
	height: 1000px;
	overflow: hidden;
	-webkit-mask: -webkit-linear-gradient(
		left,rgba(255,255,255,0) 0,
		rgba(255,255,255,1) 7% );
}
#teamphotos li div.teamcontent {
	font-size:14px;
	line-height:1.25;
	width: 82.5%;
	position: absolute;
	top: 0;
	left: -90%;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	margin-top:9px;
}
.iphone #teamphotos li div.teamcontent {
	-webkit-transform: translateZ(0);
}
#teamphotos ol.active li {
	left:300%!important;
}
#teamphotos ol li.active {
	left:0!important;
	-moz-transition: all .75s ease;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
}
.iphone #teamphotos ol li.active {
	-webkit-transform: translateZ(0);
}
#teamphotos ol li.active div.teamcontent {
	left:15%;
	background:none;
}
#teamphotos ol li.active:hover img {
	top:0;
}
#teamphotos ol li.active img {
	width:27%;
	margin-left: -5%;
}
#teamphotos ol li#rachel.active img {
	margin-left: -8%;
}
#teamphotos ol li#carl.active img {
	margin-left: -7%;
}
#teamphotos ol li.active img.face {
	display:none;
}
#teamphotos ol li#kate.active img {
	top:-28px;
}
#teamphotos ol li#hidden.active img {
	width:37.5%;
}










.portfoliocolumn {
	float: left;
	width: 27.333333333%;
	margin: 3%;
	margin-top:0;
}
.ie7 .portfoliocolumn {
	margin:2.9%
}
.portfoliocolumn .image, #officepics .image, .page-template-allpostsarchive-php .image {
	background-color: white;
	width: 100%;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	position:relative;
	display: block;
	margin-bottom:18px;
}

.ie8 .portfoliocolumn .image, .ie8 #officepics .image, .ie8 .page-template-allpostsarchive-php .image {
	border: 2px solid #DDD;
	box-sizing:border-box;
}
.page-id-17 .portfoliorow {
	width:95%;
	margin:0 auto;
}
.page-id-17 .portfoliorow h4 {
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
}
.page-id-17 .portfoliorow a {
	display: block;
	float: left;
	margin-right: 7%;
	font-size:15px;
}
#officepics .image {
	width:27.3333%;
	margin:3%;
	float:left;
}
.ie7 #officepics .image {
	margin:2.9%
}
.portfoliocolumn .image img, #officepics .image img, .page-template-allpostsarchive-php .image img {
	display: block;
	width: 92%;
	margin: 0 auto;
	padding: 4% 0;
}
.page-id-9 .portfoliocolumn {
	width: 33.333333333%;
	margin: 0 0 3% 0;
}
.page-id-9 .portfoliocolumn img {
	width: 19.75%;
	float: left;
	margin: 0 6%;
}
.portfoliocolumn.email img {
	margin:0 6% 0 -1.5%;
}
.portfoliocolumn.address p {
	font-size: 15px;
	margin-top: 2%;
}
.portfoliocolumn.phone p,
.portfoliocolumn.email p {
	font-size: 17px;
	margin-top: 5%;
}
.portfoliocolumn.email a:link, .portfoliocolumn.email a:visited {
	color:#555;
}
#fbComments .fb_iframe_widget, #fbComments .fb_iframe_widget iframe, .textwidget .fb_iframe_widget, .textwidget .fb_iframe_widget iframe {
	width:100%!important;
}
.textwidget .fb_iframe_widget {
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	background-color: #FAFAFA;
	position:relative;
}
.textwidget .fb_iframe_widget iframe {
	position:relative;
}



.entry-date {
	float: left;
	font-size: 28px;
	text-align: center;
	line-height: 33px;
	margin-right: 18px;
	height:54px;
	width:60px;
	background:url(images/datebox.png);
	color: #656F70;
	text-shadow: 0 2px .99px #E6F1F4;
	padding-top:6px;

}
.entry-date span {
	display:block;
}
.entry-date .year {
	font-family: proxima-nova,sans-serif;
	font-weight:bold;
	font-size:12px;
	letter-spacing: 4px;
	line-height: 12px;
	margin-left: 2px;
}
.page-template-allpostsarchive-php .entry-title, .page-template-allpostsarchive-php .featuredarticle p {
	width: 62.66666%;
	float: right;
}
.page-template-allpostsarchive-php .featuredimage {
	float: left;
	width: 33.333333%;
}
.page-template-allpostsarchive-php .featuredimage img {
	width: 92%!important;
}
.page-template-allpostsarchive-php .read-more a {
	clear: both;
	margin-bottom: 24px;
}
.single-post #container {
	width:62%;
}
.main-aside {
	width: 32%;
	margin: 0 2.085% 0 0;
}
.aside ul, .aside li {
	list-style: none;
}
ul.xoxo {
	margin-left:0;
}
.sfy-story {
	background-color:#FFF;
	-moz-box-shadow: 0 2px 10px #AAA;
	-webkit-box-shadow: 0 2px 10px #AAA;
	box-shadow: 0 2px 10px #AAA;
	padding: 0 4%;
	max-width: 540px;
	margin: 0 auto;
}
.sfy-story iframe {
	margin:0 auto;
}




.single img.alignnone, .single img.alignleft, .single img.alignright, .single img.aligncenter {
	display: block;
	position: relative;
	padding:10px;
	background-color:#FFF;
	outline:1px solid #E8E8E8;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 1px 5px rgba(0, 0, 0, .3);
	margin-bottom:20px;
}
.single img.alignnone:before, .single img.alignleft:before, .single img.alignright:before, .single img.aligncenter:before,
.single img.alignnone:after, .single img.alignleft:after, .single img.alignright:after, .single img.aligncenter:after {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 0;
	width: 50%;
	height: 20px;
	-webkit-box-shadow: 0 20px 10px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 20px 10px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 20px 10px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.single img.alignnone:after, .single img.alignleft:after, .single img.alignright:after, .single img.aligncenter:after {
	right: 0;
	left: auto;
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
}
img.alignright {
	float:right;
	margin-left:20px;
}
img.alignleft {
	float:left;
	margin-right:20px;
}


@media screen and (max-width: 920px) {
	.topcontent {
		font-size:17px;
	}
	.topcontent .button {
		font-size: 18px;
		height: 28px;
		line-height: 28px;
	}
	#speechbubble .right span {
		font-size:17px;
		padding-top: 4px;
		display: block;
	}
	#siteinfo {
		font-size:13px;
	}
}

@media screen and (max-width: 810px) {
	#teamphotos_ol {
		width: 175%;
	}
	#teamphotos_ol.active > li .li-wrap {
		margin-bottom: 30%;
	}
	#branding {
		width: 40%;
	}
	#access {
		width:56%;
		margin-right:4%;
		float:right;
		max-width:400px;
		margin-top:25px;
	}
	.sf-menu {
		display:block;
		width:100%
		
	}
	.sf-menu li {
		display:block;
		float:left;
		width:40%;
		text-align:center;
		line-height:30px;
		margin:0 5%;
	}
	.sf-menu li.button {
		margin:1px 0 20px 55%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing:border-box;
	}
	#toparea h2, #toparea h1 {
		font-size:42px;
	}
	#teamphotos h2, #teamphotos h1 {
		font-size:34px;
	}
	#belowheader li {
		font-size:16px;
		height:105px;
	}
	#belowheader li:hover .top {
		height: 25px;
	}
	#belowheader li .bottom a {
		width: 79%;
		height:81px;
	}
	.button i {
		display:none;
	}
	#recentwork span .imagetitle, .post-type-archive-portfolio div.type-portfolio .imagetitle {
		font-size:11px;
	}
	#secondheader p, #whysofo p, #ourteam p, #sofohq p, #ourprocess p, #sofosxsw p {
		clear:both;
	}
	.home #belowheader li {
		height: 145px;
	}
	.home #belowheader li .bottom a {
		height: 125px;
		padding-top: 0;
	}
	#belowheader li img {
		width:42px;
		margin: 0 auto 12px;
	}

	#processarrows li p {
		font-size: 13px;
		top: 2px;
	}
	#processarrows ol:hover li {
		width:9%;
	}
	#processarrows ol li:hover {
		width:44%;
	}
	#processarrows ol:hover i {
		right:500px;
	}
	#processarrows ol li:hover i {
		right:0;
	}
	#teamphotos li div.teamcontentwrap {
		width: 48%;
	}
	#teamphotos ol li.active img, #teamphotos ol li.active:hover img {
		top:-7px;
	}
	#teamphotos ol li#kate.active img, #teamphotos ol li#kate.active:hover img {
		top:-28px;
	}
	#teamphotos ol li.active div.teamcontent {
		left: 20%;
	}
	#teamphotos li div.teamcontent {
		width: 77.5%;
	}
	.single-portfolio .mini-casestudy-content {
		overflow:visible;
	}
	.single-portfolio .icons {
		clear: both;
		overflow: hidden;
		margin: 0 15%;
	}
	.single-portfolio .mini-casestudy .icon {
		width: 50%;
	}
	.single-portfolio .mini-casestudy .icon img {
		width: 33.33%;
		margin-left:17.5%;
	}
	#ourpartners div {
		width:100%;
		float:none;
		clear:both;
	}
	#ourpartners #logoslider {
		float:none;
		margin: 0 auto;
		width: 500px!important;
	}
	#ourpartners h2, #recentwork h2 {
		width: 47%;
		float: left;
		margin-right: 3%;
		min-width:340px;
	}
	#ourwork p {
		clear:both;		
	}
	.portfoliocolumn.address p {
		font-size: 13px;
	}
	.portfoliocolumn.phone p,
	.portfoliocolumn.email p {
		font-size: 14px;
	}
	.portfoliocolumn.phone img {
		margin-left: 10%;
	}
	#siteinfo #copyright div {
		font-size:12px;
	}

}

@media screen and (max-width: 715px) {
	.topcontent {
		font-size:16px;
	}
	.topcontent .button {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
	}
	#teamphotos ol li#hidden.active img {
		width:50%;
	}
	.mini-casestudy-content {
		overflow:visible;
	}
	.icons, .single-portfolio .icons {
		clear:both;
		overflow:hidden;
		margin:0;
	}
	.mini-casestudy .icon img, .single-portfolio .mini-casestudy .icon img {
		width: 29%;
		margin-left:16.5%;
	}
	div.mini-casestudy-image, .evenpost div.mini-casestudy-image {
		width: 100%!important;
		max-width:535px;
		margin: 0 auto;
		clear: both;
		float: none;
		padding-bottom: 0;
	}
	div.mini-casestudy-content {
		width: 95%;
		max-width:520px;
		margin:0 auto;
	}
	.mini-casestudy h3 {
		text-align:center;
		padding-top:2%;
	}
	#siteinfo #copyright div {
		font-size:10px;
	}


}
@media screen and (max-width: 620px) {

	.main-aside {
		display:none;
	}
	#belowheader li {
		font-size:12px;
		height:85px;
	}
	.home #belowheader li {
		height:125px;
	}
	#belowheader li:hover .top {
		height: 22px;
	}
	#belowheader li .bottom a {
		width: 80%;
		height:70px;
	}
	.home #belowheader li .bottom a {
		height:115px;
	}
	#belowheader li img {
		margin: 0 auto 12px;
		width:35px;
	}

	#sliderhalf {
		width: 92%;
		float:none;
		clear: both;
		margin-left: 4%;
		padding-bottom: 75%;

	}
	.post-type-archive-portfolio #sliderhalf {
		padding-bottom: 59%;
	}
	.flex-prev img, .flex-next img {
		top: 41.7%;
	}
	#contenthalf {
		width:100%;
		float:none;
		clear:both;
		margin-left:0;
	}
	#teamphotos li div.teamcontent {
		margin-top:0;
	}
	#toparea h1, #toparea h2 {
		font-size:42px;
		text-align:center;
		margin: .25em auto;
		width: 85%;
	}
	#teamphotos h1, #teamphotos h2 {
		font-size: 27px;
		width:100%;
		text-align:left;
	}
	.topcontent {
		font-size:15px;
	}
	.topcontent p {
		margin:4px 0;
	}
	.topcontent .button {
		font-size: 16px;
		height: 26px;
		line-height: 26px;
	}
	#ourpartners, #contactus {
		width:100%;
		float:none;
	}
	#ourpartners h2, #recentwork h2, #contactus h2 {
		min-width:0;
		width: 100%;
		float: none;
		margin:0 auto;
		text-align:center;
	}
	#soforotc h2.rotc {
		width: 426px;
		margin-bottom: -2%;
	}
	#soforotc h2.stripes {
		width: 388px;
		margin-bottom: 18px;
	}
	#soforotc h2.rotc span {
		display:none;
	}
	.recentworkimage, .post-type-archive-portfolio div.type-portfolio {
		width:27.333333333%;
		margin: 3%;
	}
	#recentwork span.recentworkinfo {
		width: 60%;
		margin: 3% 3.3333% 0;
	}
	#recentwork span .imagetitle, .post-type-archive-portfolio div.type-portfolio .imagetitle {
		font-size:13px;
	}
	#recentwork #image4 {
		display:none;
	}
	.contest-example {
		overflow:hidden;
	}
	#ourprocess p {
		clear:both;
	}
	#processarrows li {
		padding-top:13px;
		height:57px;
	}
	#processarrows li b {
		font-size:22px;
	}
	#processarrows ol:hover li {
		width:6%;
	}
	#processarrows ol li:hover {
		width:56%;
	}
	#speechbubble .right span {
		padding-top:0;
		line-height:1.15;
		margin-top: -3px;
	}
	#speechbubble .right span i {
		display:block;
	}
	#speechbubble div p .button {
		margin-top:3px;
	}
	.page-id-4 .entry-content h3 {
		clear:none;
	}
	.whyparagraph {
		float:none;
		width:auto;
	}
	.whyparagraph h3, .whyicon {
		margin-bottom:2%;
	}
	#siteinfo #banner .left, #siteinfo #banner .right {
		display:none;
	}
	#siteinfo #banner .middle {
		width:100%;
	}
	.insetbutton span {
		display:none;
	}
	.portfoliocolumn {
		float:none;
		width:94%;
		margin:0 auto;
		clear:both;
	}
	.portfoliocolumn .image {
		width:30%;
		float:left;
		margin:0 5% 7.5% 0;
	}
	.portfoliocolumn p {
		margin:0 0 7.5% 0;
		overflow:hidden;
	}
	#ourpartners #logoslider {
		width: 100%!important;
	}
	#ourpartners p {
		clear:both;
	}
	#contacticons {
		width:100%;
		clear:both;
	}
	#bigspeechbubble-top.hiresofo .arrow .arrow {
		width: 9%;
	}
	#bigspeechbubble-top.sofojobs .arrow .arrow {
		width: 50%;
	}
	#bigspeechbubble-top.intern .arrow .arrow {
		width: 91%;
	}
	form.wufoo label.desc {
		width:100%!important;
		text-align:left;
		float:none;
		margin:0 0 3% 0;
	}
	form.wufoo li label span.req {
		position: static;
	}
	#bigspeechbubble form.wufoo div {
		width:100%;
	}
	#bigspeechbubble form.wufoo #fo36li109 div {
		width: 66.6666666%;
	}
	#bigspeechbubble form.wufoo #fo11li108 div,
	#bigspeechbubble form.wufoo #fo11li426 div  {
		width: 33.3333333%;
	}
	#fo36li1 span, #fo11li632 span, #fo37li632 span {
		width: 37.5%;
	}
	#fo36li1 span:nth-child(3), #fo11li632 span:nth-child(3), #fo37li632 span:nth-child(3) {
		width: 50%;
	}
	#fo11li429 span {
		width: 48%;
		display: block;
		margin: 1.5% 2% 1.5% 0;
	}
	#title109 {
		width:100%;
	}
	form.wufoo li.twoColumns div span {
		width:98%;
		margin:0 2% 2% 0;
	}

	#container {
		margin: 0 auto;
		float:none;
		max-width: 480px;
	}
	.single-post #container {
		width:96%;
		max-width:96%;
	}
	.page-id-9 .portfoliocolumn {
		width:33.333%;
		margin:0;
		float:left;
		overflow:hidden;
		margin:0;
		clear:none;
	}
	.page-id-9 .portfoliocolumn img {
		width: 35%;
		float:none;
		display:block;
		margin: 0 auto;
	}
	.page-id-9 .portfoliocolumn p {
		font-size:14px!important;
		text-align:center;
		line-height:1.25;
		margin:5% 0 25% 0;
	}
	.page-id-17 .portfoliorow {
		width:100%;
	}
	.page-id-17 .portfoliorow .info {
		display: block;
		float: left;
		width:55%;
	}
	.page-id-17 .portfoliocolumn .image {
		width: 40%;
		float:left;
		margin: 0 5% 7.5% 0;
	}
	#social iframe.twitter-follow-button {
		width: 60px!important;
		margin-right: 24px!important;
	}
	#siteinfo #banner {
		margin: 10px 0;
		overflow: hidden;
	}
	#siteinfo #copyright {
		display:block;
	}
	#siteinfo #copyright div {
		font-size:12px;
		display:block;
	}
	#siteinfo #copyright div.spacer {
		display:none;
	}
	#siteinfo #copyright div.phone {
		padding:8px 0;
		display:block;
	}
	#overallwrapper {
		margin:0 auto -200px;
	}
	#footer, #push {
		height:200px;
	}

}

@media screen and (max-width: 545px) {
	#branding {
		width: 45%;
	}
	#access {
		width:55%;
		margin-right:0;
	}
	#teamphotos ol li#hidden.active img {
		width: 58%;
	}
	.topcontent p {
		line-height:1.2;
	}

}
@media screen and (max-width: 480px) {
	#teamphotos_ol {
		width:200%;
	}
	#toparea h1, #toparea h2 {
		width: 90%;
	}
	#requestquote {
		background-image: none;
		padding: 6px 0 0 0;
		width: 20%;
		position: absolute;
		top: 0;
		left: 40%;
	}
	#requestquote:hover {
		padding: 6px 0 0 0;
		margin-top:7px;
	}
	.logged-in #requestquote:hover {
		margin-top:35px;
	}
	#requestquote img {
		display:block;
		height:70px;
		width:100%;
		position:absolute;
		top:0;
		left:0;
		margin-top:-10px;
		z-index:-1;
	}

	#headerwrapper {
		padding-top:46px;
		background-position:0 45px;
		}
		
	#headerwrapper .headwrapHome {
		padding-top:46px;
		background-position:0 45px;
		height:360px;
		}
	#belowheader .bottom span {
		display:none;
	}
	#belowheader .bottom {
		background-image:none!important;
	}
	#belowheader li {
		position:relative;
	}
	#belowheader li.teal {
		border-bottom: 3px solid #5CADC5;
	}
	#belowheader li.pink {
		border-bottom: 3px solid #E45C91;
	}
	#belowheader li.orange {
		border-bottom: 3px solid #EE9C2E;
	}
	#belowheader li.green {
		border-bottom: 3px solid #B2C927;
	}
	#belowheader li .top {
		display:none;
	}
	#social {
		display:none;
	}
	#belowheaderwrapper {
		position:static;
		height:11px;
	}
	#belowheader {
		position:absolute;
		top:0;
		margin:0;
		width:100%;
		display:table;
	}
	#belowheader li {
		background-color: #F3F3F3;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#DFDFDF));
		background-image: -webkit-linear-gradient(top, #F5F5F5, #DFDFDF);
		background-image: -moz-linear-gradient(top, #F5F5F5, #DFDFDF);
		background-image: -ms-linear-gradient(top, #F5F5F5, #DFDFDF);
		background-image: -o-linear-gradient(top, #F5F5F5, #DFDFDF);
		background-image: linear-gradient(top, #F5F5F5, #DFDFDF);
		width: 20%;
		margin: 0;
		height: 43px!important;
		display:table-cell;
		float:none;
		border-left: 1px solid #F5F5F5;
		border-right: 1px solid #D6D6D6;
	}
	#belowheader li:hover {
		background-color: #E3E3E3;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#DFDFDF), to(#E5E5E5));
		background-image: -webkit-linear-gradient(top, #DFDFDF, #E5E5E5);
		background-image: -moz-linear-gradient(top, #DFDFDF, #E5E5E5);
		background-image: -ms-linear-gradient(top, #DFDFDF, #E5E5E5);
		background-image: -o-linear-gradient(top, #DFDFDF, #E5E5E5);
		background-image: linear-gradient(top, #DFDFDF, #E5E5E5);
	}
	#belowheader li.pink {
		width: 30%;
		padding-right: 10%;
	}
	#belowheader li.green {
		width: 30%;
		padding-left: 10%;
	}
	#belowheader li img {
		display:none;
	}
	#belowheader li .bottom a {
		width:100%;
		color: #AAA;
		text-shadow: 0 2px 0 #F5F5F5;
		font-family: league-gothic, Impact;
		font-weight:normal;
		text-transform:uppercase;
		-webkit-font-smoothing:antialiased;
		font-size: 20px;
		line-height: 1;
		height: 31px!important;
		padding-top:12px!important;
	}
	.logged-in #belowheader {
		margin-top:28px;
	}
	.page-template-template-page-fullwidth-php #content {
		margin: 0 4%;
	}
	.hr {
		width:111.1111111111%;
		margin-left:-5.5555555555555%;
	}
	#ourpartners h2, #recentwork h2, #secondheader h2, #ourprocess h2, #whysofo h2, #ourteam h2, #sofohq h2, #ourwork h2 {
		width:100%;
		min-width:0;
		margin:0;
		text-align:center;
	}
	.recentworkimage, .post-type-archive-portfolio div.type-portfolio {
		width: 42%;
		margin: 4%;
	}
	#recentwork #image4 {
		display:block;
	}
	.contest-example {
		overflow: hidden;
		float: left;
		width: 50%;
	}
	#recentwork .contest-example span.recentworkimage {
		width: 84%;
		margin: 8%;
	}
	#recentwork .contest-example span.recentworkinfo {
		width: 84%;
		margin: 2% 8%;
	}
	#processarrows ol {
		margin:0;
	}
	#processarrows li, #processarrows ol li:hover, #processarrows ol:hover li {
		width:94%;
		float:none;
		clear:both;
		margin-bottom: 1em;
		display:list-item;
		margin:0 2% 1em 0;
	}
	#processarrows ol:hover i {
		right: 0;
	}
	#processarrows li b {
		width: 35%;
		font-size:24px;
		display:inline-block;
		text-align:left;
		padding:0;
		position: relative;
		left: 12%;
	}
	#processarrows li p {
		right: 0;
		width:60%;
		font-size: 14px;
	}
	#speechbubble {
		width:90%;
		margin:18px auto 0;
	}
	#speechbubble .right span {
		display:none;
	}

	#speechbubble div p {
		width: 133.3333333%;
		margin-left: -33.3333333%;
	}
	#speechbubble div p .button {
		float: none;
		text-align: center;
		margin:0 13px 0 12px;
	}
	.whyicon {
		margin: 0 auto;
		width: 35%;
		opacity: 1;
		clear:both;
		display:block;
		float:none;
		min-width:150px;
	}
	.page-id-4 .entry-content h3 {
		text-align:center;
		clear:none;
	}
	.page-id-4 .entry-content h3 span {
		display: inline-block;
		float: none;
	}
	.whyparagraph b {
		display:none;
	}
	.button i {
		display:inline;
	}
	#siteinfo {
		height:auto;
		padding:0;
	}
	#siteinfo #banner .middle {
		padding: 8px 0;
		background: #454545;
	}
	.mini-casestudy h3 {
		text-align: center;
	}
	.mini-casestudy .icon {
		text-align:center;
		line-height:1;
	}
	.mini-casestudy .icon img, .single-portfolio .mini-casestudy .icon img {
		width: 38%;
		display: block;
		float: none;
		margin: 0 auto;
		padding-left:12.5%;
	}
	.portfoliocolumn .image {
		width:80%;
		max-width:250px;
		float: none;
		margin:0 auto;
	}
	.portfoliocolumn .image img {
		margin: 0 auto 8%;
	}
	.portfoliocolumn p {
		width:75%;
		max-width:230px;
		margin:5% auto 12.5%;
	}
	#ourpartners #logoslider {
		width: 100%!important;
		max-width:400px;
	}
	#contacticons img {
		width: 33.3333333%;
		margin: 0;
	}
	.page-id-9 .portfoliocolumn p {
		width: 100%;
	}	
	#bigspeechbubble h2 {
		font-family: proxima-nova,sans-serif;
		font-size: 40px;
	}
	#soforotc h2.rotc {
		width:100%;
		text-align:center;
	}
	#soforotc h2.stripes {
		width: 91%;
		margin:0 auto 18px;
		float: none;
		text-align:center;
	}
	.page-id-17 .portfoliorow a {
		float:none;
	}
	.page-id-17 .portfoliocolumn .image img {
		margin: 0 auto;
	}
	#overallwrapper {
		margin:0 auto -150px;
	}
	#footer, #push {
		height:150px;
	}
}

@media screen and (max-width: 479px) {
	#branding {
		width:100%;
	}
	#branding img {
		margin: 23px auto 15px;
		width: 240px;
		max-width:60%;
	}
	#access {
		width:100%;
		max-width:400px;
		clear:both;
		margin:0 auto;
		float:none;
	}
	.sf-menu {
		display:table;
		margin-bottom:20px;
		max-width:400px;
		width:100%;
		float:none;
		border-spacing:15px 0;
	}
	.sf-menu li {
		display:table-cell;
		width:auto;
		float:none;
		text-align:center;
		vertical-align:middle;
	}
	.sf-menu li a {
		font-weight:normal;
		font-family:'league-gothic', Impact;
		text-transform:uppercase;
		font-size:22px!important;
		line-height:1;
	}
	.sf-menu li.button {
		padding:0 10px;
	}
	h3, h3 a {
		font-size:42px;
	}
	.page-id-9 .portfoliocolumn {
		width:100%;
		margin: 4% 0!important;
		float:none;
		overflow:hidden;
		margin:0;
		clear:both;
	}
	.page-id-9 .portfoliocolumn img {
		width: 13.75%;
		float:left;
		display:block;
		margin:0 6% 0 12%;
	}
	.page-id-9 .portfoliocolumn p {
		width: auto;
		font-size:14px!important;
		text-align:left;
		line-height:1.25;
		margin:3% 0;
	}
	#bigspeechbubble h2 {
		font-family: proxima-nova,sans-serif;
		font-size: 34px;
	}
	#teamphotos li div.teamcontentwrap {
		left: 7%;
		width: 42%;
	}
	#teamphotos ol li.active img, #teamphotos ol li.active:hover img {
		left: -32px;
	}
	#teamphotos ol li.active div.teamcontent {
		left: 15%;
	}
	#teamphotos li div.teamcontent {
		width: 82%;
		left:-100%;
	}
	#teamphotos ol li#kate.active img, #teamphotos ol li#kate.active:hover img {
		top: -20px;
	}
	#teamphotos h1, #teamphotos h2 {
		font-size: 23px;
		margin-top:0;
		padding-top:100px;
		-moz-transition: all 1s ease;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}
	#teamphotos .active h2 {
		padding-top:0;
	}
	.page-id-17 .topcontent, .page-id-6 .topcontent {
		padding: .25em .65em .25em;
	}
	#teamphotos p {
		font-size:12px;
		margin: 4px 0;
	}
	#officepics .image {
		width:80%;
		max-width:250px;
		float: none;
		margin:0 auto;
	}
	#officepics .image img {
		margin: 0 auto 8%;
	}
	.officepics .flex-prev img, .officepics .flex-next img {
		width: 12%;
	}
	.officepics .flex-direction-nav {
		top:42.5%
	}

}

@media screen and (max-width: 320px) {
	#requestquote {
		font-size:17px;
		padding-top:10px!important;
	}wa
	.sf-menu li a {
		font-size:18px!important;
	}
	#belowheader li .bottom a {
		font-size:17px;
		padding-top:16px!important;
	}
	#siteinfo #banner .middle {
		font-size: 10px;
	}
	#processarrows li p {
		font-size:12px;
	}


}
/* Homepage content*/

#homepageContent {
    color: black;
    font-size: 12px;
    height: 280px;
    text-shadow: none;
}
#homepageContent .block1 {
    background-image: url("images/homepageBlock1.png");
    background-repeat: no-repeat;
    padding: 10px;
    width: 260px;
}
#homepageContent .block2 {
    background-image: url("images/homepageBlock2.png");
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 10px;
    width: 260px;
}
#homepageContent .block3 {
    background-image: url("images/homepageBlock3.png");
    background-repeat: no-repeat;
    color: white;
    font-size: 15px;
    padding: 10px;
    width: 230px;
}
#homepageContent .block3 p{
	width: 258px;
}
#homepageContent a
{
    text-decoration:none;
    color:White;
    }


/* Gallery */

.gallerySection ul li { display: inline; }
			
			.wide {
				border-bottom: 1px #000 solid;
				width: 4000px;
			}
			
			.fleft { float: left; margin: 0 20px 0 0; }
			
			.cboth { clear: both; }
			
			.gallerySection {
		
				margin: 0 auto;
				/*padding: 30px;*/
				width: 1000px;


