@charset "UTF-8";
/* CSS Document */

html, body	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:#ffffff;
	font-family: "museo-slab",serif;
	font-style: normal;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
}

/* COMMON TEXT STYLES */
h1	{
	font-family: "museo-slab",serif;
	font-size: 46px;
	line-height: 46px;
	text-align: center;
	color: #f60;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 15px;
}
h2, .h2, a.h2, a.h2:visited	{
	font-size: 12px;
	line-height: 10px;
	font-weight: 400;
	text-align: center;
	color: #666;
	margin: 0;
	padding-bottom: 5px;
	text-decoration: none;
	letter-spacing: 2px;
}
h3, .h3, a.h3, a.h3:visited	{
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #fff;
	margin: 0px;
	padding: 10px 0;
	text-decoration: none;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover	{
	color: #000;
}
.clearFloat {
	clear: both;
}


#header {
	width: 100%;
	position: fixed;
	height: 60px;
	margin: 0;
	padding: 0;
	background-color: #333;
	z-index: 100;
	box-shadow: 2px 0 5px #999;
}

#headerWrap {
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	height: 60px;
	position: relative;
}
#logo a{
	display: block;
	width: 100px;
	height: 60px;
	background-color: #F60;
	background-image: url(../images/wandco-logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100px 120px;
	text-indent: -10000px;
	float: left;
}
#logo a:hover {
	background-color: #F60;
	background-position: bottom left;
}
#nav {
	float: right;
	padding-right: 20px;
	margin: 0;
	height: 60px;
	font-size: 18px;
	font-style: normal;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav ul li {
	height: 60px;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

#nav ul li a {
	display: block;
	float:left;
	line-height: 21px;
	text-decoration: none;
	padding: 20px 15px 19px 15px;
	margin: 0;
	color: #fff;
}
#nav ul li a:hover {
	color: #fff;
	background-color: #f26522;
}
#nav ul li a.active {
	font-weight:700;
}


#slideshow { 
    margin: 0 auto; 
    position: relative; 
    width: 100%; 
    height: 800px; 
	background-color: #016392;
	overflow: hidden;
}
#slideshow div {
	position: absolute;
	left: 50%;
	margin-left: -950px;
}
.slideImg img{
	width: 1901px;
	height: 800px;
	padding-top: 50px;
}
.homeHead {
	width: 700px;
	color: #666666;
	font-weight: 400;
	font-size: 30px;
	line-height: 37px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-top: -520px;
	margin-left: -350px;
}
.hello {
	margin-bottom: -30px;
}
.wcoHome {
	margin-bottom: -12px;
}
.wcoHomeHead {
	font-size: 50px;
	color: #000;
	font-family: "aktiv-grotesk",sans-serif;
}
.homeTag {
	display: block;
}
.tabletTag {
	display: none;
}
.mobileTag {
	display: none;
}

#featuredDot {
	width: 138px;
	height: 86px;
	position: absolute;
	top: 725px;
	background-image: url(../images/arrow.png), url(../images/featured-dot.png);
	background-repeat: no-repeat;
	background-position: center 95px, center center;
	background-size: 17px 20px, 138px 138px;
	z-index: 10;
	left: 50%;
	margin-left: -69px;
	color: #fff;
	font-size: 12px;
	font-weight:700;
	line-height: 15px;
	text-align: center;
	padding-top: 72px;
}
#section2 {
	height: auto;
}
.homeSpacer {
	height: 1px;
}

#homeBottom {
	width: 100%;
	margin-top: 80px;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	background-image: url(../images/featured/featured-bar-bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;
}
#featuredBar {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}
.featureBlock {
	display: inline-block;
	width: 30.5%;
	background-color: #000;
}
.featureBlock img{
	width: 100%;
	height: auto;
}
.featureTitle {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
}
.featureTitle p{
	margin: 10px;
}
.featureBlock a:hover{
	background-color: #09C;
}
.featureSpacer {
	display: inline-block;
	width: 3%;
}
#homeQuote {
	width: 100%;
	margin-top: 30px;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#quoteBar {
	max-width: 760px;
	margin: 0 auto;
	padding: 50px 0 60px 0;
	color: #66CC99;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
	text-align: center;
	background-image: url(../images/home-quotes.png);
	background-position: center top;
	background-repeat: no-repeat;
}



#footer {
	width: 100%;
	height: 200px;
	background-color: #000;
	font-size: 12px;
	line-height: 20px;
	color: #999;
}
#footer a:hover {
	color: #fff;
}
#footerWrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 0 50px 10px;
	overflow: hidden;
}
#footerLeft {
	float: left;
	width: 25%;
}
#socialMedia p, #socialMedia img {
	display: inline-block;
	padding-right: 6px;
	font-size: 16px;
	font-weight: 700;
}
#footer-address {
	float: right;
	width: 230px;
}



#aboutTop {
	width: 100%;
	background-color: #fff;
	height: 300px;
	padding-top: 30px;
}
#aboutSlideShow {
	margin: 60px auto; 
    max-width: 1100px; 
}
#aboutSlideShow img{
	max-width: 1100px;
}
#main {
	width: 100%;
}
.aboutMain {
	background-color: #16375f;
	background-image: url(../images/about/about-bkgd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contactMain {
	height: 60%;
	padding: 150px 0;
	background-image: url(../images/contact-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: cover;
}

.aboutWrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 30px 20px;
	overflow: hidden;
}
.aboutHead {
	width: 20%;
	float: left;
	padding: 20px 30px 0 0;
}
.aboutBody {
	width: 73%;
	color: #66CC99;
	float: right;
	padding-bottom: 20px;
}
#howWeWorkWide {
	background-image: url(../images/about/how-we-work-bkgd.png);
	background-repeat: repeat;
}
#howWeWorkWrap {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px 30px 20px;
	overflow: hidden;
}
.aboutBottomColumn {
	width: 21%;
	float: left;
	padding: 10px 25px 40px 0;
	font-size: 16px;
	line-height: 22px;
}
.researchIcon {
	width: 80%;
	height: 100px;
	background-image: url(../images/about/research-icon.png);
	background-repeat: no-repeat;	
	background-size: contain;
	padding-bottom: 20px;
}
.strategyIcon {
	width: 80%;
	height: 100px;
	background-image: url(../images/about/strategy-icon.png);
	background-repeat: no-repeat;	
	background-size: contain;
	padding-bottom: 20px;
}
.designIcon {
	width: 80%;
	height: 100px;
	background-image: url(../images/about/design-icon.png);
	background-repeat: no-repeat;	
	background-size: contain;
	padding-bottom: 20px;
}
.deliveryIcon {
	width: 100%;
	height: 100px;
	background-image: url(../images/about/delivery-icon.png);
	background-repeat: no-repeat;	
	background-size: contain;
	padding-bottom: 20px;
}
.bio {
	padding-bottom: 50px;
}
.bio img {
	width: 135px;
	height: 135px;
	float: left;
	padding: 0 20px 10px 0;
}


#portfolioSubNav {
	width: 100%;
	height: 130px;
	margin: 0 auto 30px auto;
	font-size: 22px;
	background: url(../images/subnav-bkgd.png), url(../images/subnav-shadow.png);
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom;
	position: fixed;
	top: 40px;
	z-index: 10;
}
#portfolioSubNav ul {
	width: 900px;
	margin: 0 auto;
	padding: 60px 0 50px 50px ;
}
#portfolioSubNav ul li {
	display: inline-block;
	padding: 0 15px 0 15px;
}
#portfolioSubNav ul li a{
	display: block;
	color: #666;
	text-decoration: none;
}
#portfolioSubNav ul li a:hover {
	color: #f60;
}
#portfolioSubNav .active {
	font-weight: 700;
}
.portfolioHead {
	padding-top: 30px;
}



/*dropdown menu styles*/

#dropDown {
	position: absolute;
	display: none;
	width: 100%;
	top: 118px;
	left: 50%;
	border: none;
	z-index: 100;
}
#dropDown a, #dropDown a:visited {	
	position: relative;
	margin-left: -50%;
	display: block;
	padding: 15px 0;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	background: #999;
	color: #fff !important; 
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 2px;
}
#dropDown a:hover {
	background: #666;
	color: #fff;
}
#navButton {
	display: none;
}
#hide {
	display: none;
}



#portfolioMain {
	width: 100%;
	padding-top: 180px;
	background-color: #fff;
}
#portfolioWrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}
#webWrapper {
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 30px 30px 30px;
	overflow: hidden;
}
.portfolioItem {
	max-width: 100%;
	margin-bottom: 100px;
}
#slider1, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15 {
	float: left;
	width: 750px;
	height: 490px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
#pslider1 {
	width: 1150px;
	height: 550px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
.portfolioImage {
	width: 750px;
	height: 490px;
}
.portDesc, .webDesc {
	width: 280px;
	height: 240px;
	display: inline-block;
	padding: 0 0 30px 30px;
	margin-top: 120px;
	font-size: 16px;
	line-height: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
}
.printDesc p, .portDesc p, .webDesc p {
	margin: 3px 0 5px 0;
}
.webDesc {
	margin-top: 60px;
	padding: 0 0 30px 30px;
	height: 305px;
}

.printDesc {
	max-width: 99%;
	padding: 20px 0 80px 0;
	font-size: 16px;
	line-height: 20px;
}
.printSample {
	width: 99%;
	height: auto;
}
.printSample img {
	width: 100%;
	height: auto;
}

.csHead {
	padding-top: 20px;
	margin-bottom: -15px;
}
.csItem {
	max-width: 100%;
	margin-bottom: 50px;
    position: relative;
}
.csDesc {
	max-width: 99%;
	padding: 10px 50px 60px 50px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.csSample  {
	width: 99%;
}
.lakeside-ad  {
	width: 33%;
    display: inline-block;
}
.lakeside-ad img {
	width: 100%;
	height: auto;
}
.hb-ad  {
	width: 49%;
    display: inline-block;
}
.hb-ad img {
	width: 100%;
	height: auto;
}
.click-to-enlarge {
    text-align: center;
    margin: -30px 0 80px 0;
    color: #999;
}
.csSample img {
	width: 100%;
	height: auto;
	padding-bottom: 80px;
}
.cs-bottom-nav-wrapper {
	width: 500px;
	margin: 0 auto 40px auto;
	overflow: hidden;
	font-size: 24px;
}
.cs-bottom-nav-left {
	float: left;
}
.cs-bottom-nav-right {
	float: right;
}
.websiteLink {
    position: absolute;
    bottom: 80px;
    right: 30px;
}

/* Overall Wrapper */
.anythingSlider-default {
	margin: 0;
	float: left;
	/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
}

/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	background: #000;
	color: #fff;
}
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span {
	visibility: visible;
}
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur {
	background: #f60;
	color: #fff;
}


/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background-color: #000;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	background: #f60;
}



/************************
  NAVIGATION POSITIONING
 ************************/

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { 
	width: 130px; 
	padding: 0; 
	float: left; 
	margin: -130px 0 0 782px;
}
.anythingSlider-default .anythingControls ul li { display: inline-block; }
.anythingSlider-default .anythingControls ul a {
	font: 12px/18px helvetica, sans-serif;
	display: inline-block;
	text-decoration: none;
	padding: 3px 8px 4px 8px;
	height: 15px;
	margin-right: 5px;
	text-align: center;
	outline: 0;
}

/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	display: none;
}

/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow {
	top: 30%;
}
.as-oldie .anythingSlider-default .arrow a {
	margin: 0;
}

/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li {
	margin-left: 3px;
}

/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a {
	margin: 0;
}
.as-oldie .anythingSlider-default .anythingNavWindow {
	margin: 0 2px;
}
.as-oldie .anythingSlider-default .anythingNavWindow li {
	padding: 3px 0 0 0;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
}
/* anythingSlider viewport window */
.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingSlider .anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span {
	display: block;
	visibility: hidden;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled {
	display: none;
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* vertical mode */
.anythingSlider .vertical .panel {
	float: none;
}
/* fade mode */
.anythingSlider .fade .panel {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage {
	z-index: 1;
}

/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */

/* probably not necessary, but added just in case */
.anythingSlider,
.anythingSlider .anythingWindow,
.anythingSlider .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0s;
	-o-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
}

/*pslider styles==========================================================================================*/


/************************
  NAVIGATION POSITIONING
 ************************/

/* Overall Wrapper */
.printPortfolioItem .anythingSlider {
	display: block;
	overflow: visible !important;
	position: relative;
	margin-bottom: 30px;
}

/* Navigation Links */
.printPortfolioItem .anythingSlider-default .anythingControls ul { 
	width: 130px; 
	padding-right: 30px; 
	float: right; 
	margin: 0;
}




#contactBox {
	width: 600px;
	height: 319px;
	margin: 0 auto;
	background-image: url(../images/transparent-white.png);
	background-repeat: repeat;
	padding: 30px;	
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}
#contactCopy {
	float: left;
}
.wco {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 28px;
}
.wcoContact {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 18px;
}
#contactMap {
	float: right;
}

#privacyMain {
	width: 100%;
	padding: 140px 0 100px 0;
	background-color: #CCC;
}
#privacyWrapper {
	max-width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}