@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: 40px;
	line-height: 40px;
	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: 20px;
	font-weight: 400;
	text-align: center;
	color: #666;
	margin: 0px;
	padding-bottom: 5px;
	text-decoration: none;
}
h3, .h3, a.h3, a.h3:visited	{
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	color: #fff;
	padding-top: 10px;
	text-decoration: none;
}
a {
	color: #999;
	text-decoration: none;
}
a:hover	{
	color: #000;
}
.clearFloat {
	clear: both;
}


#header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #333;
	z-index: 100;
	box-shadow: 2px 0 5px #999;
}
#headerWrap {
	width: 100%;
	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;
	height: 60px;
	font-size: 16px;
	font-style: normal;
}
#nav ul {
	float: right;
	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: inline-block;
	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: 400px; 
	background-color: #016392;
	overflow: hidden;
}
#slideshow div {
	position: absolute;
	left: 50%;
	margin-left: -475px;
}
.slideImg img{
	width: 950px;
	height: 400px;
	padding-top: 50px;
}
.homeHead {
	width: 350px;
	font-size: 18px;
	line-height: 19px;
	color: #666666;
	font-weight: 400;
	text-align: center;
	position: absolute;
	left: 50%;
	margin: -240px 0 0 -175px;
}
.wcoHome {
	margin-bottom: -8px;
}
.wcoHomeHead {
	font-size: 32px;
	color: #000;
	font-family: "aktiv-grotesk",sans-serif;
	margin-bottom: -20px;
}
.homeTag {
	display: none;
}
.tabletTag {
	display: block;
}
.mobileTag {
	display: none;
}
#featuredDot {
	width: 138px;
	height: 86px;
	position: absolute;
	top: 330px;
	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: 0;
}


#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: 100%;
	padding: 0 3%;
}
.featureBlock {
	display: inline-block;
	width: 30%;
	background-color: #000;
	overflow: hidden;
}
.featureBlock img{
	width: 100%;
	height: auto;
}
.featureTitle {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
@media (max-width: 690px) {
  .featureTitle {
    height: 60px;
  }
}

.featureTitle p{
	padding: 0 10px 0 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: 600px;
	margin: 0 auto;
	padding: 30px 10px 40px 10px;
	color: #66CC99;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	background-image: url(../images/home-quotes.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 70px 46px;
}


#footer {
	width: 100%;
	height: 300px;
	background-color: #000;
	font-size: 11px;
	line-height: 18px;
	color: #999;
}
#footer a:hover {
	color: #fff;
}
#footerWrap {
	margin: 0 auto;
	padding: 30px 0 0 40px;
}
#footerLeft {
	width: 90%;
}
#socialMedia p, #socialMedia img {
	display: inline-block;
	padding-right: 6px;
	font-size: 16px;
	font-weight: 700;
}
#footer-privacy {
	padding-bottom: 10px;
}
#footer-address {
	width: 90%;
}



#aboutTop {
	width: 100%;
	background-color: #fff;
	height: 220px;
	padding-top: 30px;
}
@media (max-width: 600px) {
  #aboutTop {
    height: 200px;
  }
}
#aboutSlideShow {
	margin: 70px auto;
	max-width: 99%;
	padding: 0 30px;
}
#aboutSlideShow img{
	max-width: 99%;
	margin: 0 auto; 
}
#main {
	width: 100%;
}
.aboutMain {
	background-color: #16375f;
	background-image: url(../images/about/about-bkgd.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.contactMain {
	padding: 120px 0;
	background-image: url(../images/contact-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center 45px;
	background-size: cover;
}
.aboutWrap {
	max-width: 99%;
	margin: 0 auto;
	padding: 30px 40px 60px 40px;
	overflow: hidden;
}
.aboutHead {
	padding-top: 20px;
}
.aboutBody {
	max-width: 99%;
	color: #66CC99;
}
#howWeWorkWide {
	background-image: url(../images/about/how-we-work-bkgd.png);
	background-repeat: repeat;
}
#howWeWorkWrap {
	margin: 0 auto;
	padding: 30px 40px 50px 40px;
	overflow: hidden;
}
.aboutBottomColumn {
	max-width: 99%;
	padding: 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: 30px;
	overflow: hidden;
}
.bio img{
	width: 25%;
	float: left;
	padding: 0 10px 10px 0;
}
.bio p {
	width: 70%;
	float: right;
	margin-top: 0;
}


#webWrapper {
	margin-top: 30px;
}
#portfolioSubNav {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 22px;
	line-height: 25px;
	text-align: center;
	background: url(../images/subnav-bkgd.png), url(../images/subnav-shadow.png);
	background-repeat: repeat-x, no-repeat;
	background-position: center bottom;
	z-index: 10;
}
#portfolioSubNav ul {
	max-width: 99%;
	padding-left: 20px;
}
#portfolioSubNav ul li {
	display: inline-block;
	padding-right: 10px;
}
#portfolioSubNav ul li a {
	color: #555555;
}
#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: 173px;
	left: 50%;
	border: none;
	z-index: 100;
}
@media (min-width: 745px) and (max-width: 895px) {
  #dropDown {
    top: 150px;
  }
}
#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;
}


#portfolioMain {
	width: 100%;
	padding-top: 70px;
	background-color: #fff;
}
#portfolioMain h1, #portfolioMain h2 {
	padding: 0 20px;
}
#portfolioWrapper {
	max-width: 99%;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
}
.portfolioItem {
	width: 550px;
	margin: 0 auto 100px auto;
}
.printPortfolioItem {
	max-width: 99%;
	margin: 0 auto 100px auto;
}
#slider1, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15 {
	width: 550px;
	height: 360px;
	margin: 0 auto;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
#pslider1 {
	width: 800px;
	height: 400px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

.portDesc, .webDesc {
	width: 550px;
	padding-top: 25px;
	font-size: 16px;
	line-height: 20px;
}

.printDesc p, .portDesc p, .webDesc p {
	margin: 10px 0 -5px 0;
}
.printDesc {
	max-width: 99%;
	padding-top: 20px;
	font-size: 16px;
	line-height: 20px;
}
.noSlider {
	padding-top: 0;
}
.csHead {
	padding-top: 0;
	margin-bottom: -15px;
}
.csItem {
	max-width: 100%;
	margin-bottom: 40px;
    position: relative;
}
.csDesc {
	max-width: 99%;
	padding: 10px 30px 60px 30px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.csSample  {
	width: 99%;
}
.csSample img {
	width: 100%;
	height: auto;
}
.lakeside-ad  {
	width: 32%;
    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: -10px 0 80px 0;
    color: #999;
}
.cs-bottom-nav-wrapper {
	width: 100%;
	margin: 0 auto 40px auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 28px;
}
.cs-bottom-nav-left {
	float: none;
	text-align: center;
}
.cs-bottom-nav-right {
	float: none;
	text-align: center;
}
.websiteLink {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 30px;
}


@media (max-width: 800px) {
#pslider1 {
	width: 650px;
	height: 330px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
}

@media (max-width: 675px) {
.portfolioItem {
    width: 450px;
}
#slider1, #slider2, #slider3, #slider4, #slider5, #slider6, #slider7, #slider8, #slider9, #slider10, #slider11, #slider12, #slider13, #slider14, #slider15 {
	width: 450px;
	height: 294px;
}
#pslider1 {
	width: 570px;
	height: 270px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}

.portDesc {
	width: 450px;
}
.webDesc {
	width: 400px;
}
}

.printSample {
	max-width: 99%;
}
.printSample img {
	width: 100%;
	height: auto;
}
/*
 =================================
 Anything Slider
 =================================
*/
/* Overall Wrapper */
.anythingSlider-default {
	margin: 0 auto;
}
/* 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 { 
	height: 0;
	padding: 0; 
	float: right;
}
.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: 8px 5px -20px 0;
	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: 80%;
	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;
	width: 40%;
}
.wco {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 24px;
}
.wcoContact {
	font-family: "aktiv-grotesk",sans-serif;
	font-size: 18px;
}
#contactMap {
	float: right;
	width: 50%;
}
#contactMap img {
	max-width: 99%;
}

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